header.php 777 B

1234567891011121314151617
  1. <!DOCTYPE html >
  2. <html lang="">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo IN_CHARSET;?>"/>
  5. <meta http-equiv="x-ua-compatible" content="ie=7"/>
  6. <title><?php echo IN_NAME;?></title>
  7. <link href="/static/admincp/css/main.css" rel="stylesheet" type="text/css"/>
  8. <link href="/static/pack/asynctips/asynctips.css" rel="stylesheet" type="text/css"/>
  9. <script src="/static/pack/asynctips/jquery.min.js"></script>
  10. <script src="/static/pack/asynctips/asyncbox.v1.4.5.js"></script>
  11. <script src="/static/pack/layer/confirm-lib.js"></script>
  12. <script src="/static/pack/layer/jquery.js"></script>
  13. <script src="/static/pack/layer/layer.js"></script>
  14. <script src="/static/pack/layer/lib.js"></script>
  15. </head>
  16. <body>