-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathnw.index.html
More file actions
68 lines (66 loc) · 3.1 KB
/
Copy pathnw.index.html
File metadata and controls
68 lines (66 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="keywords" content="ui,gui,prototyping,designer,builder,rad,ria,spa,no-code,codeless,without coding,programming,development,drag and drop,web application,build app,create app,make app" />
<meta name="description" content="Powered by CrossUI No-Code App Builder - Create Interactive App Without Coding" />
<meta name="copyright" content="copyright@crossui.com" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Powered by CrossUI No-Code App Builder - API document</title>
</head>
<body>
<div id="loading" style="position:fixed;width:100%;text-align:center;"><img src="../runtime/loading.gif" alt="Loading..." /></div>
<script type="text/javascript">
window.xui_ini={path:"../runtime/xui/"};
</script>
<script type="text/javascript" src="App/js/xui-raw.js"></script>
<script type="text/javascript" src="../runtime/xui/js/Coder.js"></script>
<script type="text/javascript">
var resetCSS=function(){
var b=xui.browser,
css="html{color:#000;background:#FFF;}"+
"body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}"+
"table{border-collapse:collapse;border-spacing:0;}"+
"fieldset,img{border:0;}"+
"address,caption,cite,code,dfn,em,strong,th,ar{font-style:normal;font-weight:normal;}"+
"li{list-style:none;}"+
"caption,th{text-align:left;}"+
"h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}"+
"q:before,q:after{content:'';}"+
"abbr,acronym{border:0;font-variant:normal;}"+
"sup{vertical-align:text-top;}"+
"sub{vertical-align:text-bottom;}"+
"input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}"+
"input,textarea,select{*font-size:100%;}"+
(b.isWebKit?"input,textarea,select{-webkit-user-select: auto;}":"")+
"legend{color:#000;}"+
"span{outline-offset:-1px;"+
(b.gek
? b.ver<3
? ((b.ver<3?"-moz-outline-offset:-1px !important;":"") + "display:-moz-inline-block;display:-moz-inline-box;display:inline-block;")
:"display:inline-block;"
: b.ie6
?"display:inline-box;display:inline;"
:"display:inline-block;")+
(b.ie?"zoom:1;":"")+
"}";
xui.CSS.addStyleSheet(css,"xui.CSSreset");
};
resetCSS();
xui.setAppLangKey("app");
xui.Com.load('App', function(){xui('loading').remove();}, (function(){
var dft='en-us',
map={
'en-us':'en',
'zh-cn':'cn'
},
n=navigator,
l=(n.language || n.userLanguage || n.systemLanguage || n.browserLanguage || '').toLowerCase();
return map[l] || map[dft];
})());
</script>
</body>
</html>