-
Notifications
You must be signed in to change notification settings - Fork 0
/
debug.html
53 lines (52 loc) · 2.42 KB
/
debug.html
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
<!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="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1,
width=device-width, height=device-height" />
<meta http-equiv="no-cache">
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="content-type" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="-1"/>
<!--link rel="stylesheet" type="text/css" href="CSS/default.css" /-->
<title>Powered by CrossUI No-Code App Builder</title>
</head>
<body>
<div id="loading" style="position:fixed;width:100%;text-align:center;">
<img id="loadingimg" alt="Loading..." title="Loading..." src="//www.crossui.com/libs/3.0/loading.gif" />
</div>
</body>
</html>
<script type="text/javascript">
if(/#.*touch\=(1|true)/.test(location.href)){
window.xui_ini={fakeTouch:1};
document.body.className +=" xui-cursor-touch";
}
</script>
<script type="text/javascript" src="//www.crossui.com/libs/3.0/js/xui-debug.js"></script>
<script type="text/javascript" src="xuiconf.js"></script>
<script type="text/javascript">
var args = xui.getUrlParams(),
onEnd = function(){xui('loading').remove();};
if(args&&args.ficdn){
xui.ini.$FontIconsCDN=args.ficdn;
}
if(args&&args.cls){
xui.launch(args.cls, onEnd, args && args.lang||'', args && args.theme||'');
document.title += " [" + args.cls + "]";
}else{
xui.launch('App/js/index.js', onEnd, args && args.lang||'', args && args.theme||'');
}
/*
window.onerror = function(sMsg,sUrl,sLine){
alert('>>' + sMsg+' at File: '+ sUrl + ' ( line ' + sLine + ' ).');
}
*/
</script>