header.html 738 B

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