This repository has been archived by the owner on Mar 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.html
103 lines (97 loc) · 7.59 KB
/
web.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Programmraster</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: /\/programmraster\/themes\/.*\.css$/"></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/layout/TabContainer",
"dojox/io/xhrScriptPlugin",
"dojo/data/ItemFileReadStore",
"gridx/Grid",
"gridx/core/model/cache/Async",
"dojox/data/CsvStore",
"dijit/form/Button",
"dijit/form/Form",
"dijit/form/ValidationTextBox",
"dijit/form/Textarea",
"dijit/form/FilteringSelect",
"dijit/TitlePane",
"dijit/form/ToggleButton"
]);
</script>
<style>@import "themes/claro/document.css";@import "themes/claro/claro.css";@import "lib/dojo/gridx/resources/claro/Gridx.css";@import "lib/dojo/gridx/resources/claro/Gridx_rtl.css";@import "app.css";
</style>
<script type="text/javascript" src="app.js"></script>
</head>
<body class="claro" data-maq-flow-layout="true" data-maq-comptype="desktop" data-maq-ws="collapse" id="myapp" data-maq-appstates="{'states':['Running']}">
<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%; display: none !important;" data-maq-deltas="{'Running':{'style':[{'display':''}]}}">
<div data-dojo-type="dijit.layout.ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="top" splitter="true" maxSize="Infinity" style="height: 50px;" class="darkBar">
<h1>
Programmraster</h1>
</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;" class="darkBar"></div>
<div data-dojo-type="dijit.layout.ContentPane" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" region="right" splitter="true" maxSize="Infinity" style="width: auto; max-width: 300px; min-width: 100px;" closable="true"></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: auto; height: 100%;" controllerWidget="dijit.layout.TabController">
<div data-dojo-type="dijit.layout.ContentPane" title="Calendar" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" selected="true" closable="false" doLayout="false" style="padding: 0px;">
<img src="mock_images/mock-almende-timeline.png"></img>
</div>
<div data-dojo-type="dijit.layout.ContentPane" title="Shows" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" selected="true" closable="false" doLayout="false" style="padding: 0px;"><span data-dojo-type="dojo.data.ItemFileReadStore" id="ItemFileReadStore_1" jsId="ItemFileReadStore_1" url="mock_data/shows.json"></span>
<table data-dojo-type="gridx.Grid" style="min-width: 1em; min-height: 1em; width: 100%; height: 100%;" data-dojo-props="cacheClass: 'gridx/core/model/cache/Async',structure:[{width:'auto',name:'Name',field:'name'},{width:'auto',name:'Description',field:'description'},{width:'auto',name:'Manager',field:'inCharge'},{width:'auto',name:'Edit',field:'actions'}],store:ItemFileReadStore_1"></table>
</div>
<div data-dojo-type="dijit.layout.ContentPane" title="New Show" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" doLayout="true" selected="true" closable="true">
<span data-dojo-type="dijit.TitlePane" title="Show Info" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" duration="200" open="true" style="min-width: 1em; width: 100%; height: auto;">
<div data-dojo-type="dijit.form.Form" style="min-width: 1em; min-height: 1em; width: 100%; height: 100%;">
<div>
<label style="width: 100px; display: inline-block;">
Name</label>
<input type="text" data-dojo-type="dijit.form.ValidationTextBox" title="Name" name="name" intermediateChanges="false" trim="false" uppercase="false" lowercase="false" propercase="false" required="true" invalidMessage="$_unset_$" state="Incomplete"></input>
</div>
<div>
<label style="width: 100px; display: inline-block;">
Description</label>
<textarea type="text" data-dojo-type="dijit.form.Textarea" intermediateChanges="false" rows="3" trim="false" uppercase="false" lowercase="false" propercase="false" style="height: auto; min-height: 100px; width: auto; min-width: 110px;"></textarea>
</div>
<div>
<label style="width: 100px; display: inline-block;">
Manager</label>
<select data-dojo-type="dijit.form.FilteringSelect" intermediateChanges="false" trim="false" uppercase="false" lowercase="false" propercase="false" required="true" invalidMessage="$_unset_$" pageSize="Infinity" searchDelay="200" state="Incomplete">
<option></option>
<option value="Tinu">
Tinu</option>
<option value="Indy">
Indy</option>
<option value="Wale">
Wale</option>
</select>
</div>
</div>
<div>
<label style="width: 100px; display: inline-block;">
Actions</label>
<input type="button" data-dojo-type="dijit.form.Button" intermediateChanges="false" label="Save" iconClass="dijitNoIcon"></input>
<input type="button" data-dojo-type="dijit.form.ToggleButton" intermediateChanges="false" label="Publish" iconClass="dijitCheckBoxIcon"></input>
</div>
</span><span data-dojo-type="dijit.TitlePane" title="Episodes" extractContent="false" preventCache="false" preload="false" refreshOnShow="false" duration="200" open="false" style="min-width: 1em; width: 100%; height: auto;" class="titlePaneEpisode"><span data-dojo-type="dojo.data.ItemFileReadStore" id="ItemFileReadStore_2" jsId="ItemFileReadStore_2" data="{"identifier":"unique_id","items":[{"unique_id":1,"id":"1","label":"Label 1"},{"unique_id":2,"id":"2","label":"Label 2"}]}"></span>
<table data-dojo-type="gridx.Grid" style="border: none; min-width: 1em; height: auto; min-height: 200px; width: auto;" data-dojo-props="cacheClass: 'gridx/core/model/cache/Async',structure:[{width:'auto',name:'ID',field:'id'},{width:'auto',name:'Label',field:'label'}],store:ItemFileReadStore_2"></table>
</span></div>
</span></div>
</div>
<div>
<h1 style="font: 'Ruda', sans-serif; padding-top: 10px; padding-left: 15px; font-family: sans-serif; font-weight: bold;">
Programmraster</h1>
</div>
</body>
</html>