-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathav_ui2a.html
133 lines (133 loc) · 9.37 KB
/
av_ui2a.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Untitled</title>
<script type="text/javascript" src="../lib/dojo/dojo/dojo.js" data-dojo-config="'parseOnLoad':true,'async':true,'packages':[{'name':'gridx','location':'../gridx'},{'name':'clipart','location':'../../clipart'},{'name':'maqettaSamples','location':'../../../samples'},{'name':'maqetta','location':'../../maqetta'},{'name':'shapes','location':'../../shapes'},{'name':'zazl','location':'../../zazl'},{'name':'widgets','location':'../../custom'}],'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':''"></script>
<script type="text/javascript">
require([
"dijit/dijit",
"dojo/parser",
"maqetta/space",
"maqetta/AppStates",
"dijit/layout/BorderContainer",
"dijit/layout/ContentPane",
"dijit/MenuBar",
"dijit/PopupMenuBarItem",
"dijit/MenuItem",
"dijit/Menu",
"dijit/form/Button",
"dijit/TitlePane",
"dijit/layout/TabContainer"
]);
</script>
<style>@import "../themes/claro/document.css";@import "../themes/claro/claro.css";@import "../app.css";
</style>
<script type="text/javascript" src="../app.js"></script>
</head>
<body data-maq-flow-layout="true" data-maq-comptype="desktop" class="claro" data-maq-ws="collapse" data-maq-appstates="{}" id="myapp">
<div data-dojo-type="dijit/layout/BorderContainer" design="headline" persist="false" gutters="true" style="min-width: 1em; min-height: 1px; z-index: 0; width: 100%; height: 100%;">
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="top" splitter="true" maxSize="Infinity" doLayout="false" style="height:37px;"><span data-dojo-type="dijit/MenuBar" tabIndex="0"><span data-dojo-type="dijit/PopupMenuBarItem" label="File" iconClass="dijitNoIcon"><span data-dojo-type="dijit/Menu"><span data-dojo-type="dijit/MenuItem" label="Open Default Workspace"></span><span data-dojo-type="dijit/MenuItem" label="Open Workspace"></span>
</span>
</span><span data-dojo-type="dijit/PopupMenuBarItem" label="Edit" iconClass="dijitNoIcon"><span data-dojo-type="dijit/Menu"><span data-dojo-type="dijit/MenuItem" label="Copy"></span><span data-dojo-type="dijit/MenuItem" label="Cut"></span><span data-dojo-type="dijit/MenuItem" label="Paste"></span>
</span>
</span><span data-dojo-type="dijit/PopupMenuBarItem" label="Freezer" iconClass="dijitNoIcon"><span data-dojo-type="dijit/Menu"><span data-dojo-type="dijit/MenuItem" label="Save Experiment Configuration"></span><span data-dojo-type="dijit/MenuItem" label="Save Selected Organism"></span><span data-dojo-type="dijit/MenuItem" label="Save Current Population"></span>
</span>
</span><span data-dojo-type="dijit/PopupMenuBarItem" label="Control"><span data-dojo-type="dijit/Menu"><span data-dojo-type="dijit/MenuItem" label="Run"></span><span data-dojo-type="dijit/MenuItem" label="Start New Population"></span>
</span>
</span><span data-dojo-type="dijit/PopupMenuBarItem" label="Help"><span data-dojo-type="dijit/Menu"><span data-dojo-type="dijit/MenuItem" label="About"></span>
</span>
</span>
</span></div>
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="left" splitter="true" maxSize="Infinity" doLayout="false" style="width:197px;">
<div data-dojo-type="dijit/layout/BorderContainer" design="sidebar" persist="false" gutters="true" style="min-width: 1em; min-height: 1px; z-index: 0; width: 100%; height: 100%;">
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="top" splitter="true" maxSize="Infinity" doLayout="false" style="height:135px;">
<table style="border-collapse:collapse;table-layout:auto;width:100%;height:auto;" border="0">
<colgroup>
<col></col>
<col></col>
</colgroup>
<tbody>
<tr>
<td>
<img src="avida-ed-population-icon.png" style="width: 32px; height: 32px;"></img>
</td>
<td>
<input type="button" data-dojo-type="dijit/form/Button" intermediateChanges="false" label="Population" iconClass="dijitNoIcon"></input>
</td>
</tr>
<tr>
<td>
<img src="avida-ed-organism-icon.png" style="width: 32px; height: 32px;"></img>
</td>
<td>
<input type="button" data-dojo-type="dijit/form/Button" intermediateChanges="false" label="Organism" iconClass="dijitNoIcon"></input>
</td>
</tr>
<tr>
<td>
<img src="avida-ed-analysis-icon.png" style="width: 32px; height: 32px;"></img>
</td>
<td>
<input type="button" data-dojo-type="dijit/form/Button" intermediateChanges="false" label="Analysis" iconClass="dijitNoIcon"></input>
</td>
</tr>
</tbody>
</table>
</div>
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="bottom" splitter="true" maxSize="Infinity" style="height: 50px;" doLayout="false">
<img src="avida-ed-trash-icon.png" style="width: 32px;"></img>
</div>
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="center" splitter="false" maxSize="Infinity" doLayout="false">
Freezer
<span data-dojo-type="dijit/TitlePane" title="Configured Dishes" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" duration="200" open="true" style="min-width: 1em; width: 100%; height: auto;">
@default
</span>
<span data-dojo-type="dijit/TitlePane" title="Organisms" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" duration="200" open="true" style="min-width: 1em; width: 100%; height: auto;">
@ancestor
</span>
<span data-dojo-type="dijit/TitlePane" title="Populated Dishes" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" duration="200" open="true" style="min-width: 1em; width: 100%; height: auto;">
@example
</span>
</div>
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="center" splitter="false" maxSize="Infinity" doLayout="false"><span data-dojo-type="dijit/layout/TabContainer" style="min-width: 1em; min-height: 1em; width: 100%; height: 100%;" controllerWidget="dijit.layout.TabController">
<div data-dojo-type="dijit/layout/ContentPane" title="Population" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" selected="true" closable="false" doLayout="false">
<div data-dojo-type="dijit/layout/BorderContainer" design="sidebar" persist="false" gutters="true" style="min-width: 1em; min-height: 1px; z-index: 0; width: 100%; height: 100%;">
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="top" splitter="true" maxSize="Infinity" doLayout="false" style="height:35px;">
<table style="border-collapse:collapse;table-layout:fixed;width:100%;height:auto;" border="0">
<colgroup>
<col></col>
<col></col>
</colgroup>
<tbody>
<tr>
<td>
<img src="avida-ed-dish-icon.png"></img> <label>@default</label>
</td>
<td>
<button>Setup</button>
<button>Stats</button>
</td>
</tr>
</tbody>
</table>
</div>
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="right" splitter="true" maxSize="Infinity" style="width: 50px;" doLayout="false"></div>
<div data-dojo-type="dijit/layout/ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="center" splitter="false" maxSize="Infinity" doLayout="false">
<span data-dojo-type="dijit/layout/TabContainer" style="min-width: 1em; min-height: 1em; width: 100%; height: 100%;" controllerWidget="dijit.layout.TabController">
<div data-dojo-type="dijit/layout/ContentPane" title="Map" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" selected="true" closable="false" doLayout="false">
</div>
<div data-dojo-type="dijit/layout/ContentPane" title="Setup" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" selected="true" closable="false" doLayout="false"></div>
</span></div>
</div>
</div>
<div data-dojo-type="dijit/layout/ContentPane" title="Organism" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" selected="true" closable="false" doLayout="false"></div>
<div data-dojo-type="dijit/layout/ContentPane" title="Analysis"></div>
<div data-dojo-type="dijit/layout/ContentPane" title="Test"></div>
</span></div>
</div>
</body>
</html>