123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <!DOCTYPE html>
- <html lang="zh">
- <head>
- <meta charset="utf-8">
- <title>main</title>
- <meta name="description" content="登录">
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <style>
- #yd5g img{
- height:100%;
- }
- </style>
- <script type="text/javascript">
- function loadMc() {
- window.location.reload();
- }
- </script>
- </head>
- <body>
- #if("$!type" == "1")
- <div class="header-wrapper1" id="loadMc" onclick="loadMc()">
- <div class="title">$!{mcmc}综合管理平台</div>
- <!-- <div class="title">5G智慧平台</div> -->
- <svg version="1.1" width="1920" height='60'>
- <g transform="translate(1,1)">
- <defs>
- <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
- <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
- <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
- <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
- </linearGradient>
- </defs>
- <polyline points="0,0 712,0 752,40 1168,40 1208,0 1920,0"
- style="fill:transparent;stroke:url(#grad1);stroke-width:3.5"></polyline>
- </g>
- </svg>
- <div id='nowtime'></div>
- <div id='yd5g' style="position:absolute;right:20px;top:0px;height:40px;"><img src="views/htclient/sy/yd5g.jpg"></div>
- </div>
- #elseif("$!type" == "2")
- <div class="header-wrapper">
- <div class="title">$!{qymc}综合管理平台</div>
- <svg version="1.1" width="3840" height='60'>
- <g transform="translate(1,1)">
- <defs>
- <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
- <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
- <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
- <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
- </linearGradient>
- </defs>
- <polyline points="0,0 1624,0 1704,40 2136,40 2216,0 3840,0"
- style="fill:transparent;stroke:url(#grad1);stroke-width:3.5"></polyline>
- </g>
- </svg>
- <div id='nowtime'></div>
- <div id='yd5g' style="position:absolute;right:20px;top:0px;height:40px;"><img src="views/htclient/sy/yd5g.jpg"></div>
- </div>
-
- #else
- #if("$!mcmc" == "")
- <div class="header-wrapper">
- <div class="title">$!{qymc}综合管理平台</div>
- <svg version="1.1" width="3840" height='60'>
- <g transform="translate(1,1)">
- <defs>
- <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
- <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
- <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
- <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
- </linearGradient>
- </defs>
- <polyline points="0,0 1624,0 1704,40 2136,40 2216,0 3840,0"
- style="fill:transparent;stroke:url(#grad1);stroke-width:3.5"></polyline>
- </g>
- </svg>
- <div id='nowtime'></div>
- </div>
- #else
- <div class="header-wrapper">
- <a href='' class='lefttitle'>集团</a>
- <div class='righttitle'>$!mcmc</div>
- <div class="title">$!{qymc}综合管理平台</div>
- <svg version="1.1" width="3840" height='60'>
- <g transform="translate(1,1)">
- <defs>
- <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
- <stop offset="0%" style="stop-color: #137882;stop-opacity:0" />
- <stop offset="50%" style="stop-color: #137882;stop-opacity:1" />
- <stop offset="100%" style="stop-color:#137882;stop-opacity:0" />
- </linearGradient>
- </defs>
- <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>
- </g>
- </svg>
- <div id='nowtime'></div>
- </div>
- #end
- #end
- <script>
- if("undefined" != typeof sly){
- console.log('off1');
-
- sly.off('active');
- delete sly;
- }
- </script>
- </body>
- </html>
|