| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>{$web.name} - {$web.title}</title>
- <meta name="keywords" content={$web.keywords}"/>
- <meta name="description" content="{$web.description}" />
- <meta name="renderer" content="webkit">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes">
- {load href="__PUBLIC__/base/base.css,__PUBLIC__/base/ui.css,__PUBLIC__/base/iconfont.css,__PUBLIC__/base/grid.css,__PUBLIC__/manage/login.css,__PUBLIC__/js/do.js,__PUBLIC__/js/package.js,__PUBLIC__/admin/common.js" /}
- </head>
- <body>
- <div class="logo auto"><a href="//{$web.url}"><img src="{$web.logo?$web.logo:'__PUBLIC__/home/logo2.png'}" /></a></div>
- {__CONTENT__}
- <div class="footer">© {php}echo date('Y');{/php} {$web.name} <a href="http://www.miibeian.gov.cn" target="_blank">{$web.icp}</a></div>
- </body>
- </html>
|