dialog_lite_shell.html 563 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html style="height:100%;">
  3. <head>
  4. {include file="common/meta" /}
  5. <title>{$dialogTitle|default='选商'|htmlentities}</title>
  6. <style>
  7. html, body {
  8. height: 100% !important;
  9. max-height: 100% !important;
  10. margin: 0 !important;
  11. padding: 0 !important;
  12. overflow: hidden !important;
  13. background: #fff;
  14. }
  15. </style>
  16. </head>
  17. <body class="inside-header inside-aside is-dialog" style="height:100%;overflow:hidden;">
  18. {:isset($dialogBody) ? $dialogBody : ''}
  19. {include file="common/script" /}
  20. </body>
  21. </html>