HTTP/1.1 200 OK
X-Frame-Options: SAMEORIGIN
Cache-Control: no-cache, max-age=7200
Expires: Tue, 07 Jan 2025 06:41:07 GMT
Content-Type: text/html
Accept-Ranges: bytes
ETag: "-1111162761"
Last-Modified: Thu, 01 Jan 1970 00:00:13 GMT
Content-Length: 3387
Date: Tue, 07 Jan 2025 04:41:07 GMT
Server: DWS
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<meta http-equiv="X-UA-Compatible" content="IE=9">
<link type="text/css" rel="stylesheet" href="main.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<title>Vigor Login Page</title>
<style type="text/css">
/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {height:100%; margin:0; padding:0;}
/* Set the position and dimensions of the background image. */
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {position:relative; z-index:1; padding:10px;}
</style>
<!--[if IE]><script type="text/javascript" src="V2960/excanvas.js"></script><![endif]-->
<script>
var isomorphicDir = "V2960/sc/";
</script>
<script src="assets/md5.js"></script>
<script src="assets/rsa/jsbn.js"></script>
<script src="assets/rsa/prng4.js"></script>
<script src="assets/rsa/rng.js"></script>
<script src="assets/rsa/rsa.js"></script>
<script src="assets/rsa/base64.js"></script>
<script src="mobile/js/pwdmeter.js"></script>
<script>
function isMobile()
{
var mobiles = new Array("midp", "j2me", "avant", "docomo", "novarra", "palmos", "palmsource","240x320", "opwv", "chtml", "pda", "windows ce", "mmp/", "blackberry", "mib/", "symbian", "wireless", "nokia", "hand", "mobi", "phone", "cdm", "up.b", "audio", "sie-", "sec-", "samsung", "htc", "mot-", "mitsu", "sagem", "sony", "alcatel", "lg", "eric", "vx","NEC", "philips", "mmm", "xx", "panasonic", "sharp", "wap", "sch","rover", "pocket", "benq", "java", "pt", "pg", "vox", "amoi","bird", "compal", "kg", "voda", "sany", "kdd", "dbt", "sendo","sgh", "gradi", "jb", "dddi", "moto", "iphone", "android","iPod", "incognito", "webmate", "dream", "cupcake", "webos","s8000", "bada", "googlebot-mobile");
var ua = navigator.userAgent.toLowerCase();
var isMobile = false;
var url = window.location.href;
if(url.match(/\?desktop=1/g) === null){
for (var i = 0; i < mobiles.length; i++) {
if (ua.indexOf(mobiles[i]) > 0) {
isMobile = true;
break;
}
}
}
return isMobile;
}
if(isMobile()){
window.location.href = "/mobile/";
}
</script>
<!-- SmartGWT start-->
<script type="text/javascript" language="javascript"
src="V2960/V2960.nocache.js">
</script>
<script>
<!--
function getLang(lang) {
/*
if (lang == "EN")
return "English";
if (lang == "CN")
return "简体中文";
if(lang=="TW")
return "繁體中文";
*/
if (lang == "en"){
return "English";
}else if (lang == "zh-cn"){
return "简体中文";
}else if(lang=="zh-tw"){
return "繁體中文";
}else{
return lang;
}
}
function detectLang(){
var userLang = (navigator.language) ? navigator.language : navigator.userLanguage;
return userLang;
}
//-->
</script>
</head>
<body>
<div id="page-background"><img src="images/background.png" width="100%" height="100%"></div>
</body>
</html>