1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang=zh-cn xmlns="http://www.w3.org/1999/xhtml">
- <head >
- <meta charset=utf-8>
- <title>CLD.System</title>
- <link rel="shortcut icon" href="<?= WEB_SITE_GLOBAL ?>images/favicon.ico">
- <meta name=copyright content=smartcost.com.cn>
- <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/global.css">
- <script src="<?= WEB_SITE_GLOBAL ?>js/jquery-1.7.2.min.js"></script>
- <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/jquery.infinitescroll.min.js"></script>
- <script src="<?= WEB_SITE_GLOBAL ?>js/global.js"></script>
- <!-- if !isset({{noindexjs}}) --><script src="<?= index ?>"></script><!-- endif -->
- </head>
- <!-- if isStaffCompleteMsg() -->
- <!-- include './setting/staffMsg' -->
- <!-- endif -->
|