outward_detail_lite_shell.html 242 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {include file="common/meta" /}
  5. <title>{$headTitle|default='下发明细'|htmlentities}</title>
  6. </head>
  7. <body class="inside-header inside-aside is-dialog">
  8. {:isset($dialogBody) ? $dialogBody : ''}
  9. </body>
  10. </html>