| 123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html style="height:100%;">
- <head>
- {include file="common/meta" /}
- <title>{$dialogTitle|default='选商'|htmlentities}</title>
- <style>
- html, body {
- height: 100% !important;
- max-height: 100% !important;
- margin: 0 !important;
- padding: 0 !important;
- overflow: hidden !important;
- background: #fff;
- }
- </style>
- </head>
- <body class="inside-header inside-aside is-dialog" style="height:100%;overflow:hidden;">
- {:isset($dialogBody) ? $dialogBody : ''}
- {include file="common/script" /}
- </body>
- </html>
|