-
Notifications
You must be signed in to change notification settings - Fork 0
/
edit.html
251 lines (219 loc) · 13.2 KB
/
edit.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html>
<head>
<title>Atomicity</title>
<meta charset="utf-8" />
<!-- http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css -->
<link rel="stylesheet" type="text/css" href="jquery-ui.css" />
<!-- http://github.com/aehlke/tag-it/zipball/master -->
<link rel="stylesheet" type="text/css" href="aehlke-tag-it-d416408/css/jquery.tagit.css" />
<!-- https://google-code-prettify.googlecode.com/files/prettify-small-4-Mar-2013.tar.bz2 -->
<link rel="stylesheet" type="text/css" href="google-code-prettify/prettify.css" />
<link rel="stylesheet" type="text/css" href="atomicity.css" />
<!-- http://code.jquery.com/jquery-1.9.1.min.js -->
<script type="text/javascript" src="jquery-1.9.1.min.js"></script>
<!-- http://code.jquery.com/ui/1.10.3/jquery-ui.js -->
<script type="text/javascript" src="jquery-ui.js"></script>
<!-- https://vkbeautify.googlecode.com/files/vkbeautify.0.99.00.beta.js -->
<script type="text/javascript" src="vkbeautify.0.99.00.beta.js"></script>
<!-- https://google-code-prettify.googlecode.com/files/prettify-small-4-Mar-2013.tar.bz2 -->
<script type="text/javascript" src="google-code-prettify/prettify.js"></script>
<!-- https://raw.github.com/eligrey/Blob.js/master/Blob.js -->
<script type="text/javascript" src="Blob.js"></script>
<!-- https://raw.github.com/eligrey/Blob.js/master/BlobBuilder.min.js -->
<script type="text/javascript" src="BlobBuilder.min.js"></script>
<!-- https://raw.github.com/eligrey/FileSaver.js/master/FileSaver.js -->
<script type="text/javascript" src="FileSaver.js"></script>
<!-- https://raw.github.com/timrwood/moment/2.0.0/min/moment.min.js -->
<script type="text/javascript" src="moment.min.js"></script>
<!-- http://github.com/aehlke/tag-it/zipball/master -->
<script type="text/javascript" src="aehlke-tag-it-d416408/js/tag-it.min.js"></script>
<script type="text/javascript" src="atomicity.js"></script>
</head>
<body>
<div class="atomicity">
<div class="context-switch-button-container">
<button class="context-switch field" title="Switch to the other feed"></button>
</div>
<div class="meta context">
<form class="output-container">
<div class="controls table">
<div class="table-row">
<div class="greedy table-cell"><input type="text" class="stretchy filename field" value="meta.xml" /></div>
<!--div class="table-cell"><button class="download field">Download</button></div>
<div class="table-cell"><button class="upload field">Upload</button></div-->
<div class="table-cell"><button class="save field" data-script="upload.pl" title="Save to the test server">Stage</button></div>
<div class="table-cell"><button class="save field" data-script="upload.pl?destination=./production/" title="Save to the production server">Deploy</button></div>
</div>
</div>
</form>
<form class="input-container">
<div class="table">
<div class="hidden section-group feed">
<label class="section" data-name="id">
<input class="input" type="hidden" value="ID" />
</label>
</div>
<div class="hidden section-group feed">
<label class="section" data-name="title">
<input class="input" type="hidden" value="Title" />
</label>
</div>
<div class="section-group feed table-row-group">
<label class="timestamp section table-row" data-name="updated">
<div class="label table-cell" title="Time this feed was updated">Updated</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
<div class="table-cell" title="Set this field to the current time"><button class="field default">Now</button></div>
</label>
</div>
<div class="section-group add entry table-row-group">
<div class="placeholder table-row">
<div class="label table-cell">Entry <span class="entry-counter"></span></div>
<div class="greedy table-cell"><button class="field add"></button></div>
</div>
</div>
</div>
</form>
<div class="hidden-container">
<input type="file" class="upload-impl" />
<div class="templates">
<div class="entry">
<div class="section-group entry table-row-group">
<div class="placeholder table-row">
<div class="label table-cell">Entry <span class="entry-counter"></span></div>
<div class="greedy parenty table-cell"><button class="field stretchy expand"></button></div>
<div class="table-cell"><button class="field delete"></button></div>
</div>
<label class="section table-row non-empty invalid-empty category-title" data-name="title">
<div class="label table-cell" title="The title of this category">Title</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input " type="text"></textarea></div>
</label>
<label class="hidden section self-incrementing" data-name="id">
<div class="greedy table-cell"><input type="hidden" class="input"/></div>
</label>
<label class="tag multi select section table-row check-category" data-name="category" data-attr="term" data-choices="title;other-section" data-defining_attr="scheme" data-defining_attr_value="inherits">
<div class="label table-cell" title="A list of categories to inherit subscribers from">Inherits</div>
<div class="greedy table-cell"><input class="stretchy resizable field input" type="text" /></div>
</label>
<div class="select section table-row" data-name="category" data-attr="term" data-choices="title;other-section" data-defining_attr="scheme" data-defining_attr_value="force subscription">
<div class="label table-cell" title="Will cause all applicable users to be subscribed">Force Subscription</div>
<div class="greedy vertically-centered table-cell"><input class="input" type="checkbox" /></div>
</div>
<label class="tag select section table-row non-empty invalid-empty" data-name="content" data-choices='["Admin", "Nable Admin", "Product Admin", "SO Admin", "SO Tech"]'>
<div class="label table-cell" title="List of account types this feed is available to">Account Types</div>
<div class="greedy table-cell"><input class="stretchy resizable field input" type="text" /></div>
</label>
<label class="tag section table-row non-empty invalid-empty" data-name="summary">
<div class="label table-cell" title="Versions of N-central this feed is applicable to">Versions</div>
<div class="greedy table-cell"><input class="stretchy resizable field input" type="text" /></div>
</label>
<label class="timestamp section table-row" data-name="updated">
<div class="label table-cell" title="Time this category was last updated">Updated</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
<div class="table-cell"><button class="field default" title="Set this field to the current time">Now</button></div>
</label>
</div>
</div>
</div>
</div>
</div>
<div class="content context">
<form class="output-container">
<div class="controls table">
<div class="table-row">
<div class="greedy table-cell"><input type="text" class="stretchy filename field" value="content.xml" /></div>
<!--div class="table-cell"><button class="download field">Download</button></div>
<div class="table-cell"><button class="upload field">Upload</button></div-->
<div class="table-cell"><button class="save field" data-script="upload.pl" title="Save to the test server">Stage</button></div>
<div class="table-cell"><button class="save field" data-script="upload.pl?destination=./production/" title="Save to the production server">Deploy</button></div>
</div>
</div>
</form>
<div class="filter-bar">
<label class="tag multi select table-row section" data-choices="title;other-section;meta">
<div class="label table-cell" title="Will only show updates for the given categories">Filter By Category</div>
<div class="greedy table-cell"><input class="stretchy resizable field input" type="text" /></div>
</label>
</div>
<form class="input-container">
<div class="table">
<div class="hidden section-group feed">
<label class="section" data-name="id">
<input class="input" type="hidden" value="ID" />
</label>
</div>
<div class="hidden section-group feed">
<label class="section" data-name="title">
<input class="input" type="hidden" value="Title" />
</label>
</div>
<div class="section-group feed table-row-group">
<label class="timestamp section table-row" data-name="updated">
<div class="label table-cell" title="Time this feed was updated">Updated</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
<div class="table-cell"><button class="field default" title="Set this field to the current time">Now</button></div>
</label>
</div>
<div class="section-group add entry table-row-group">
<div class="placeholder table-row">
<div class="label table-cell">Entry <span class="entry-counter"></span></div>
<div class="greedy table-cell"><button class="field add"></button></div>
</div>
</div>
</div>
</form>
<div class="hidden-container">
<input type="file" class="upload-impl" />
<div class="templates">
<div class="entry">
<div class="section-group entry table-row-group">
<div class="placeholder table-row">
<div class="label table-cell">Entry <span class="entry-counter"></span></div>
<div class="greedy parenty table-cell"><button class="field stretchy expand"></button></div>
<div class="table-cell"><button class="field delete"></button></div>
</div>
<label class="hidden section self-incrementing" data-name="id">
<div class="greedy table-cell"><input type="hidden" class="input"/></div>
</label>
<label class="section table-row unique non-empty invalid-empty" data-name="title">
<div class="label table-cell" title="The title of this update">Title</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input title" type="text"></textarea></div>
</label>
<label class="section table-row non-empty invalid-empty" data-name="summary">
<div class="label table-cell" title="A summary of this update's contents">Summary</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
</label>
<label class="section table-row non-empty invalid-empty" data-name="content">
<div class="label table-cell" title="The content of this update">Content</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
</label>
<label class="section table-row" data-name="link" data-attr="href">
<div class="label table-cell" title="A link to provide additional details for this update">Link</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
</label>
<label class="tag multi section table-row non-empty check-category select invalid-empty category-filter" data-name="category" data-attr="term" data-choices="title;other-section;meta" data-defining_attr="scheme">
<div class="label table-cell" title="A list of Categories this update is a member of">Category</div>
<div class="greedy table-cell"><input class="stretchy resizable field input" type="text" /></div>
</label>
<label class="tag multi section table-row non-empty invalid-empty" data-name="category" data-attr="term" data-defining_attr="scheme" data-defining_attr_value="N-central versions">
<div class="label table-cell" title="A list of N-central versions this update applies to">Versions</div>
<div class="greedy table-cell"><input class="stretchy resizable field input" type="text" /></div>
</label>
<label class="timestamp section table-row" data-name="updated">
<div class="label table-cell" title="The time this update was last updated">Updated</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
<div class="table-cell"><button class="field default" title="Set this field to the current time">Now</button></div>
</label>
<label class="timestamp section table-row" data-name="published">
<div class="label table-cell"title="The time this update was originally published">Published</div>
<div class="greedy table-cell"><textarea class="stretchy resizable field input" type="text"></textarea></div>
<div class="table-cell"><button class="field default" title="Set this field to the current time">Now</button></div>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>