<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" style="width:100%;height:100%" class="no-js">
<head xmlns="">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<script src="../../v_bd14fbee9eb84f73a82223ace0d073b0l_zh_CNs_d_/system/lib/base/modernizr-2.8.3.min.js"/>
<script id="__updateVersoin">
(function(url, mode){
if ((mode!=="1" && (mode!="2") && (mode!="3"))) return;
var async = (mode=="1");
var x5Version = "noApp";
var x5AppAgents = /x5app\/([0-9.]*)/.exec(navigator.userAgent);
if(x5AppAgents && x5AppAgents.length > 1){
x5Version = x5AppAgents[1] || "";
}else{
async = false;
}
function createXhr(){
try {
return new XMLHttpRequest();
}catch (tryMS) {
var version = ["MSXML2.XMLHttp.6.0",
"MSXML2.XMLHttp.3.0",
"MSXML2.XMLHttp",
"Miscrosoft.XMLHTTP"];
for(var i = 0; i < version.length; i++){
try{
return new ActiveXObject(version[i]);
}catch(e){}
}
}
throw new Error("您的系统或浏览器不支持XHR对象!");
}
function createGuid(){
var guid = '';
for (var i = 1; i <= 32; i++){
var n = Math.floor(Math.random()*16.0).toString(16);
guid += n;
if((i==8)||(i==12)||(i==16)||(i==20))
guid += '-';
}
return guid;
}
function getBaseUrl(){
var items = window.location.href.split("/");
var newItems = [];
for (var i=0; i<items.length; i++){
if (mode == "3"){
if (items[i] && (items[i].indexOf("v_") === 0)
&& (items[i].indexOf("l_") !== -1)
&& (items[i].indexOf("s_") !== -1)
&& (items[i].indexOf("d_") !== -1)
|| (items[i]=="v_")){
break;
}
}else{
if (items[i] && (items[i].indexOf("v-")===0) && (items[i].charAt(items[i].length-1)=="-") ){
break;
}
}
newItems.push(items[i]);
}
var base = newItems.join("/");
if (base.charAt(base.length-1)!="/") base += "/";
return base;
}
function prepareUrl(base, curURL){
return base + curURL;
}
function updateIndexPage(newUrl){
try{
var keyPrefix = "indexPage_";
if (window.localStorage){
nativePref = window.localStorage.getItem("cordova_native_pref");
try{
nativePref = JSON.parse(nativePref);
}catch(e4){
nativePref = null;
}
if (nativePref && (toString.call(nativePref) === '[object Object]')){
for (var p in nativePref){
if (nativePref.hasOwnProperty(p) && ((p+"").indexOf(keyPrefix)==0)){
delete nativePref[p];
}
}
nativePref[keyPrefix + x5Version] = newUrl;
}else{
nativePref = {};
nativePref[keyPrefix + x5Version] = newUrl;
}
nativePref = JSON.stringify(nativePref);
window.localStorage.setItem("cordova_native_pref", nativePref);
}
}catch(e5){}
}
var base = getBaseUrl();
var xhr = createXhr();
url += ((url.indexOf("?")!=-1) ? "&" : "?") +"_=" + createGuid();
xhr.open('GET', base + url, async);
if (async){
xhr.onreadystatechange=function(){
if((xhr.readyState == 4) && (xhr.status == 200) && xhr.responseText){
var indexUrl = prepareUrl(base, xhr.responseText);
updateIndexPage(indexUrl);
}
}
}
try{
xhr.send(null);
if (!async && (xhr.status == 200) && xhr.responseText){
var indexUrl = xhr.responseText;
if (indexUrl.indexOf("#")!=-1) indexUrl = indexUrl.substr(0, indexUrl.indexOf("#"));
if (indexUrl.indexOf("?")!=-1) indexUrl = indexUrl.substr(0, indexUrl.indexOf("?"));
if (window.location.pathname.indexOf(indexUrl) == -1){
indexUrl = prepareUrl(base, indexUrl);
if (mode == '2') updateIndexPage(indexUrl);
window.location.href = indexUrl;
}
}
}catch(e2){}
}("@versionUrl@", "@mode@"));
</script>
<link rel="stylesheet" href="../../v_1d3ca7c509af44b3b428cb1377d3deebl_zh_CNs_d_/system/components/bootstrap.min.css" include="$model/UI2/system/components/bootstrap/lib/css/bootstrap,$model/UI2/system/components/bootstrap/lib/css/bootstrap-theme"/>
<link rel="stylesheet" href="../../v_ff6591cc342e4e96ba9f87b617554d02l_zh_CNs_d_/system/components/comp.min.css" include="$model/UI2/system/components/justep/row/css/row,$model/UI2/system/components/justep/attachment/css/attachment,$model/UI2/system/components/justep/barcode/css/barcodeImage,$model/UI2/system/components/justep/panel/css/panel,$model/UI2/system/components/justep/common/css/scrollable,$model/UI2/system/components/justep/scrollView/css/scrollView,$model/UI2/system/components/justep/input/css/datePickerPC,$model/UI2/system/components/justep/contents/css/contents,$model/UI2/system/components/justep/popMenu/css/popMenu,$model/UI2/system/components/justep/lib/css/icons,$model/UI2/system/components/justep/titleBar/css/titleBar,$model/UI2/system/components/justep/dataTables/css/dataTables,$model/UI2/system/components/justep/dialog/css/dialog,$model/UI2/system/components/justep/messageDialog/css/messageDialog,$model/UI2/system/components/justep/toolBar/css/toolBar,$model/UI2/system/components/justep/popOver/css/popOver,$model/UI2/system/components/justep/loadingBar/loadingBar,$model/UI2/system/components/justep/input/css/datePicker,$model/UI2/system/components/justep/dataTables/css/dataTables,$model/UI2/system/components/justep/wing/css/wing,$model/UI2/system/components/bootstrap/scrollSpy/css/scrollSpy,$model/UI2/system/components/justep/menu/css/menu,$model/UI2/system/components/justep/numberSelect/css/numberList,$model/UI2/system/components/justep/list/css/list,$model/UI2/system/components/bootstrap/carousel/css/carousel,$model/UI2/system/components/bootstrap/dropdown/css/dropdown,$model/UI2/system/components/justep/common/css/forms,$model/UI2/system/components/justep/bar/css/bar"/>
</head>
<body xmlns="" style="width:100%;height:100%;margin: 0;">
<script intro="none"/>
<script>
window.__justep = window.__justep || {};
</script>
<div id="applicationHost" class="applicationHost" style="width:100%;height:100%;" __component-context__="block">
<div xid="window" class="window c6rIV3q" component="$model/UI2/system/components/justep/window/window" design="device:m;" data-bind="component:{name:'$model/UI2/system/components/justep/window/window'}" __cid="c6rIV3q" components="$model/UI2/system/components/justep/loadingBar/loadingBar,$model/UI2/system/components/justep/labelEdit/labelEdit,$model/UI2/system/components/justep/row/row,$model/UI2/system/components/justep/panel/panel,$model/UI2/system/components/justep/button/buttonGroup,$model/UI2/system/components/justep/list/list,$model/UI2/system/components/justep/windowDialog/windowDialog,$model/UI2/system/components/justep/window/window,$model/UI2/system/components/bootstrap/panel/panel,$model/UI2/system/components/justep/data/data,$model/UI2/system/components/justep/titleBar/titleBar,$model/UI2/system/components/justep/contents/contents,$model/UI2/system/components/justep/panel/child,$model/UI2/system/compo