head.htm 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>main</title>
  6. <meta name="description" content="登录">
  7. <meta name="viewport"
  8. content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  9. <style>
  10. #yd5g img{
  11. height:100%;
  12. }
  13. </style>
  14. <script type="text/javascript">
  15. function loadMc() {
  16. window.location.reload();
  17. }
  18. </script>
  19. </head>
  20. <body>
  21. #if("$!type" == "1")
  22. <div class="header-wrapper1" id="loadMc" onclick="loadMc()">
  23. <div class="title">$!{mcmc}综合管理平台</div>
  24. <!-- <div class="title">5G智慧平台</div> -->
  25. <svg version="1.1" width="1920" height='60'>
  26. <g transform="translate(1,1)">
  27. <defs>
  28. <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
  29. <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
  30. <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
  31. <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
  32. </linearGradient>
  33. </defs>
  34. <polyline points="0,0 712,0 752,40 1168,40 1208,0 1920,0"
  35. style="fill:transparent;stroke:url(#grad1);stroke-width:3.5"></polyline>
  36. </g>
  37. </svg>
  38. <div id='nowtime'></div>
  39. <div id='yd5g' style="position:absolute;right:20px;top:0px;height:40px;"><img src="views/htclient/sy/yd5g.jpg"></div>
  40. </div>
  41. #elseif("$!type" == "2")
  42. <div class="header-wrapper">
  43. <div class="title">$!{qymc}综合管理平台</div>
  44. <svg version="1.1" width="3840" height='60'>
  45. <g transform="translate(1,1)">
  46. <defs>
  47. <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
  48. <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
  49. <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
  50. <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
  51. </linearGradient>
  52. </defs>
  53. <polyline points="0,0 1624,0 1704,40 2136,40 2216,0 3840,0"
  54. style="fill:transparent;stroke:url(#grad1);stroke-width:3.5"></polyline>
  55. </g>
  56. </svg>
  57. <div id='nowtime'></div>
  58. <div id='yd5g' style="position:absolute;right:20px;top:0px;height:40px;"><img src="views/htclient/sy/yd5g.jpg"></div>
  59. </div>
  60. #else
  61. #if("$!mcmc" == "")
  62. <div class="header-wrapper">
  63. <div class="title">$!{qymc}综合管理平台</div>
  64. <svg version="1.1" width="3840" height='60'>
  65. <g transform="translate(1,1)">
  66. <defs>
  67. <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
  68. <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
  69. <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
  70. <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
  71. </linearGradient>
  72. </defs>
  73. <polyline points="0,0 1624,0 1704,40 2136,40 2216,0 3840,0"
  74. style="fill:transparent;stroke:url(#grad1);stroke-width:3.5"></polyline>
  75. </g>
  76. </svg>
  77. <div id='nowtime'></div>
  78. </div>
  79. #else
  80. <div class="header-wrapper">
  81. <a href='' class='lefttitle'>集团</a>
  82. <div class='righttitle'>$!mcmc</div>
  83. <div class="title">$!{qymc}综合管理平台</div>
  84. <svg version="1.1" width="3840" height='60'>
  85. <g transform="translate(1,1)">
  86. <defs>
  87. <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
  88. <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
  89. <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
  90. <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
  91. </linearGradient>
  92. </defs>
  93. <polyline points="0,0 680,0 760,40 1160,40 1240,0 1624,0 1704,40 2136,40 2216,0 2600,0 2680,40 3080,40 3160,0 3840,0" style="fill:transparent;stroke:url(#grad1);stroke-width:3.5"></polyline>
  94. </g>
  95. </svg>
  96. <div id='nowtime'></div>
  97. </div>
  98. #end
  99. #end
  100. <script>
  101. if("undefined" != typeof sly){
  102. console.log('off1');
  103. sly.off('active');
  104. delete sly;
  105. }
  106. </script>
  107. </body>
  108. </html>