-
Notifications
You must be signed in to change notification settings - Fork 1
/
file3.html
26 lines (25 loc) · 1.33 KB
/
file3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Untitled</title>
<script type="text/javascript" data-dojo-config="'parseOnLoad':true,'async':true,'packages':[{'name':'maqetta','location':'../../maqetta'},{'name':'gridx','location':'../gridx'},{'name':'clipart','location':'../../clipart'},{'name':'shapes','location':'../../shapes'},{'name':'maqettaSamples','location':'../../../samples'},{'name':'zazl','location':'../../zazl'},{'name':'widgets','location':'../../../widgets'}],'themeMap':[['Android','',['themes/android/android.css']],['BlackBerry','',['themes/blackberry/blackberry.css']],['iPad','',['themes/ipad/ipad.css']],['iPhone','',['themes/iphone/iphone.css']],['.*','',['themes/iphone/iphone.css']]],'mblThemeFiles':[], mblLoadCompatPattern: /\/test\/WebContent\/themes\/.*\.css$/" src="lib/dojo/dojo/dojo.js"></script>
<script type="text/javascript">
require([
"dijit/dijit",
"dojo/parser",
"maqetta/space",
"maqetta/AppStates",
"dijit/MenuBar",
"dijit/PopupMenuBarItem",
"dijit/MenuItem",
"shapes/Rectangle",
"dijit/Menu"
]);
</script>
<style>@import "themes/claro/claro.css";@import "app.css";@import "<"; > > > > > > > > > > > > > > > > > > > > > > > > > {
}
</style>
<script type="text/javascript" src="app.js"></script>
</head></html>