container.php 411 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. {include file="public/frame_head" /}
  5. <title>{block name="title"}{/block}</title>
  6. {block name="head_top"}{/block}
  7. {include file="public/style" /}
  8. {block name="head"}{/block}
  9. </head>
  10. <body class="gray-bg">
  11. {block name="content"}{/block}
  12. {block name="foot"}{/block}
  13. {block name="script"}{/block}
  14. {include file="public/frame_footer" /}
  15. </body>
  16. </html>