forked from linowski/fluidia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
423 lines (381 loc) · 19.6 KB
/
index.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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="html">
<head>
<title>fluidIA: stage</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link href="engine/css/base.css" rel="stylesheet" type="text/css" />
<link href="engine/css/themes/base/ui.all.css" rel="stylesheet" type="text/css" />
<link href="/engine/images/favicon4.ico" rel="shortcut icon" type="image/ico" />
<script src="engine/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="engine/js/jquery.json-1.3.min.js" type="text/javascript"></script>
<script src="engine/js/jquery-ui-1.7.custom.min.js" type="text/javascript"></script>
<script src="engine/js/jquery.hotkeys.js" type="text/javascript"></script>
<script src="engine/js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="engine/js/jquery.scrollTo-min.js" type="text/javascript"></script>
<script src="engine/js/base_jquery.js" type="text/javascript"></script>
<script src="engine/js/webtoolkit.base64.js" type="text/javascript"></script>
<script src="engine/js/ajaxupload.js" type="text/javascript"></script>
</head>
<body id="body">
<div id="container">
<div id="header">
<div id="logo">
<img src="engine/images/logo.png" alt="FluidIA" />
</div><!-- end #logo -->
<div id="wrap">
<div id="change-view">
<a href="#" class="btt btt-design active" id="bDesign" onclick="fWorkspace.changeView('design');">Design</a>
<a href="#" class="btt btt-present" id="bPresent" onclick="fWorkspace.changeView('present');">Present</a>
<div class="clearing"></div>
</div><!-- end #change-view -->
<div id="project">
<div id="fProjName" class="fTThick2">project</div><div id="fThreadName" class="fTThick2"></div>
<div class="clearing"></div>
</div><!-- end #project -->
<div id="hSave">
<div id="hLoggedOut">
<a href="#" id="fLogin" class="btt btt-login">Login</a>
</div><!-- end #hLoggedOut -->
<div id="hLoggedIn" class="fT9 fTDim">
Logged In: <span class="fTB fUsername"></span>
<br /><a href="#" id="fBLogout">Logout</a>
</div><!-- end hLoggedIn -->
<div id="h-save-load">
<a href="#" id="fSave" class="btt btt-save">Save</a>
<a href="#" id="fLoad" class="btt btt-load">Load</a>
</div><!-- end #h-save-load -->
</div><!-- end #hSave -->
</div><!-- end #wrap -->
<div class="clearing"></div>
</div><!-- end #header -->
<div id="wrapper">
<div id="toolbox">
<a href="#" id="iconSelect" class="btt btt-selection" title="Selection" onclick="toolSelect();" onmouseover="fWorkspace.notify('Select Tool');">Selection</a>
<a href="#" id="iconObject" class="btt btt-object" title="Object" onclick="toolObject();" onmouseover="fWorkspace.notify('Object Tool');">Object</a>
<a href="#" id="iconText" class="btt btt-text" title="Text" onclick="toolText();" onmouseover="fWorkspace.notify('Text Tool');">Text</a>
<a href="#" id="iconForm" class="btt btt-form" title="Form" onclick="toolForm();" onmouseover="fWorkspace.notify('Form Tool');">Form</a>
<a href="#" id="iconET" class="btt btt-exp-threads" title="Experience Threads" onclick="toolExperience();" onmouseover="fWorkspace.notify('Experience Threads Tool');">Experience Threads</a>
</div><!-- end #toolbox -->
<div id="workspace">
<div id="fNotify"><div id="fNotifyText">text</div></div><!-- end #fNotify -->
<div id="fExpOverview"></div><!-- end #fExpOverview -->
<div id="fExpThreadBar">
<div id="fExpTBThread">
<a href="#" onmouseover="fExp.TBover(this);" class="btt btt-thread">Thread</a>
<a href="#" onmouseover="fExp.TBover(this);" class="btt btt-inbetween">In Between</a>
<a href="#" onmouseover="fExp.TBover(this);" class="btt btt-thread">Thread</a>
<a href="#" onmouseover="fExp.TBover(this);" class="btt btt-inbetween">In Between</a>
<a href="#" onmouseover="fExp.TBover(this);" class="btt btt-add-thread">Add Thread</a>
</div><!-- end #fExpTbThread -->
<div id="fExpTBControls">
<a href="#" onclick="fExp.delThread();" onmouseover="fWorkspace.notify('Delete Thread');" id="fBDelT" class="btt btt-delete">Delete</a>
<a href="#" onclick="fExp.showThreadAdd();" onmouseover="fWorkspace.notify('Add New Thread');" class="btt btt-add">Add</a>
<a href="#" onclick="fExp.showOverview();" onmouseover="fWorkspace.notify('See All Threads');" id="fBSeeAll" class="btt btt-see-all">See all</a>
<a href="#" onclick="fExp.hideThreadBar();toolSelect();" onmouseover="fWorkspace.notify('Close');" class="btt btt-close">Close</a>
<div class="clearing"></div>
</div><!-- end #fExpTBControls -->
<div id="fExpTBOver">
<div id="fExpTBArrow"></div><!-- end #fExpTBArrow -->
<img src="engine/images/bg_threadTop.png">
<div>
<a href="#" onclick="fExp.insert('snap');" onmouseover=" fWorkspace.notify('Snapshot');" class="btt btt-snapshot">Snapshot</a>
<a href="#" onclick="fExp.showAct();" onmouseover="fWorkspace.notify('Action');" id="fBAction" class="btt btt-action">Action</a>
<a href="#" onclick="fExp.delThreadP();" onmouseover="fWorkspace.notify('Delete Thread Point');" id="fBDel" class="btt btt-delete">Delete</a>
</div>
<img src="engine/images/bg_threadBottom.png">
</div><!-- end #fExpTBOver -->
</div><!-- end #fExpThreadBar -->
<div id="fWorkspace" class="fWorkspace"></div><!-- end #fWorkspace -->
</div><!-- end #workspace -->
<div id="rightpanel">
<div id="fPanelPages" class="panel">
<div class="panelTitle">Pages</div>
<div class="panel-navigation"><a href="#" class="panelArrowUp" title="Up">Up</a></div>
<div class="fPanelItemsList"></div>
<div class="panel-navigation"><a href="#" class="panelArrowDown" title="Down">Down</a></div>
<div class="panelIcons">
<div class="floatright">
<a href="#" class="arr arr-add" onclick="fPanelPages.add();">Add</a>
<a href="#" class="arr arr-remove" onclick="fPanelPages.remove();">Remove</a>
<a href="#" class="arr arr-duplicate" onclick="toolPanelPagesDuplicate();">Duplicate</a>
<div class="clearing"></div>
</div><!-- end .floatright -->
<div class="clearing"></div>
</div><!-- end .panelIcons -->
</div><!-- end #fPanelPages -->
</div><!-- end #rightpanel -->
<div class="clearing"></div>
</div><!-- end #wrapper -->
<div id="footer">
<div id="footerAll" style="bottom: 0px; position: absolute; width: 100%; height: 100px;">
<div id="fFooterOI" class="fFMode">
<div class="fFItem">
<div class="fFTop fTThick"> <span class="fTThick2">editing </span></div>
</div><!-- end .fFItem -->
<div class="fFItem">
<div class="fFTop fTThick">idea <span id="fIdeaNumber" class="fTThick2">1</span></div>
<div class="w-hold holding-x" id="fFId">Hold X</div>
</div><!-- end .fFItem -->
<div class="fFItem">
<div class="fTThick" style="position: absolute; top: -3px; right: 0px; width: 140px;">as <span id="fEditMode" class="fTThick2">master</span></div>
<div style="position: absolute; top 0px; right: 150px;" class="w-hold holding-z">Hold Z</div>
<div class="fFTop fTThick">of <a href="#" id="fObjName" class="fTThick2">Object name</a><span class="fTThick2"> :: </span><a href="#" id="fStateName" class="fTThick2">State Name 1 of 1</a></div>
<div id="fFStates" class="fFCore">
<div id="fWHXYHolder">
<div id="fMIToggleText" class="fT11" style="padding: 3px 0 0px 0; color: #ffffff; ">Inherited from:</div><!-- end #fMIToggleText -->
<div id="fSSize">
<div class="fSCheck" onclick="fStates.fSCheckToggle('fSSize')"></div>
<div class="fSTitle fT11" onclick="fStates.fSCheckToggle('fSSize')">Size</div>
<div class="fSInputLetter fT9" align="right">W:</div>
<div class="fSInput"><input type="textbox" class="fNoHotKey" id="setwidth" value="0" size="5"></div>
<div class="fSInputLetter fT9" align="right">H:</div>
<div class="fSInput"><input type="textbox" class="fNoHotKey" id="setheight" value="0" size="5"></div>
</div><!-- end #fSSize -->
<div id="fSPos" class="fSOff">
<div class="fSCheck" onclick="fStates.fSCheckToggle('fSPos')"></div>
<div class="fSTitle fT11" onclick="fStates.fSCheckToggle('fSPos')">Position</div>
<div class="fSInputLetter fT9" align="right">X:</div>
<div class="fSInput"><input type="textbox" class="fNoHotKey" id="xpos" value="0" size="5"></div>
<div class="fSInputLetter fT9" align="right">Y:</div>
<div class="fSInput"><input type="textbox" class="fNoHotKey" id="ypos" value="0" size="5"></div>
</div><!-- end #fSPos -->
<div id="fSContents">
<div class="fSCheck" onclick="fStates.fSCheckToggle('fSContents')"></div>
<div class="fSTitle fT11" onclick="fStates.fSCheckToggle('fSContents')">Contents</div>
</div><!-- end #fSContents -->
<!--
<div id="fSEvents">
<div class="fSCheck" onclick="fStates.fSCheckToggle('fSEvents')"></div>
<div class="fSTitle fT11" onclick="fStates.fSCheckToggle('fSEvents')">Events</div>
</div>
-->
<div id="fSTone">
<div class="fSCheck" onclick="fStates.fSCheckToggle('fSTone')"></div>
<div class="fSTitle fT11" onclick="fStates.fSCheckToggle('fSTone')">Tone</div>
<div class="fSText fTDim" align="left">PRESS 1-4</div>
</div><!-- end #fSTone -->
<div id="fSMIToggle">
<div class="fTDim" style="position: absolute; left: 20px; margin-top: 30px;">PRESS V</div>
<a href="#" class="btt btt-edit-master" id="buttonfMIToggle">Edit Master</a>
</div><!-- end #fSMIToggle -->
</div><!-- end #fWHXYHolder -->
</div><!-- end #fFStates -->
</div><!-- end .fFItem -->
<div class="fFInstItem">
<div class="fFInstCore">
<div class="fTsmall" id="fFInstTitle">All Instances:</div>
<div id="fFInstItems">
</div><!-- end #fFInstItems -->
</div><!-- end .fFInstCore -->
</div><!-- end .fFInstItem -->
</div> <!-- end #fFooterOI -->
<div id="fFooterWorkspace" class="fFMode">
<div class="fFItem">
<div class="fFTop fTThick"> <span class="fTThick2">editing</span> workspace</div>
</div><!-- end .fFItem -->
</div><!-- end #fFooterWorkspace -->
<div id="fFooterText" class="fFMode">
<div class="fFItem">
<div class="fFTop fTThick"> <span class="fTThick2">editing</span> text</div>
</div><!-- end .fFItem -->
</div><!-- end #fFooterText -->
<div id="fFooterForm" class="fFMode">
<div class="fFItem">
<div class="fFTop fTThick"> <span class="fTThick2">editing</span> form</div>
</div><!-- end .fFItem -->
</div><!-- end #fFooterForm -->
<div id="cbMini" class="w-hold hold-c"></div><!-- end #cbMini -->
</div><!-- end #footerAll -->
</div><!-- end #footer -->
<!-- HIDDEN DIVS -->
<div id="fFormManager">
<div class="fTThick">form tool</div>
<div class="fFMCore">
<a href="#" style="" onclick="fFormManager.addFormElement('if');" class="btt btt-frm-input-field">Input Field</a>
<a href="#" style="" onclick="fFormManager.addFormElement('cb');" class="btt btt-frm-checkbox">Checkbox</a>
<a href="#" style="" onclick="fFormManager.addFormElement('rb');" class="btt btt-frm-radio-button">Radio Button</a>
<a href="#" style="" onclick="fFormManager.addFormElement('ta');" class="btt btt-frm-textarea">Textarea</a>
<a href="#" style="" onclick="fFormManager.addFormElement('pm');" class="btt btt-frm-pulldown">Pulldown</a>
<a href="#" style="" onclick="fFormManager.addFormElement('bu');" class="btt btt-frm-button">Button</a>
</div><!-- end .fFMCore -->
</div><!-- end #fFormManager -->
<div id="fStateManager">
<div class="fTThick">states</div>
<div class="fSMCore">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td rowspan="2">
<p>Selected State:</p>
<a href="#" onclick="fStateManager.editAllStates();" class="btt btt-edit-all" id="editAll">Edit All</a>
<small>Starting State:</small>
</td>
<td id="fSMStateName" class="fT12" colspan="100" height="10">State Name 1<br></td>
</tr>
<tr>
<td valign="top" height="75" class="fSMStates"></td>
<td valign="top" width="35">
<div class="fSMArrows">
<a href="#" onclick="fStateManager.addState();" class="arr arr-add">Add</a>
<a href="#" onclick="fStateManager.removeState();" class="arr arr-remove">Remove</a>
<div class="clearing"></div>
</div><!-- end .fSMArrows -->
</td>
</tr>
</table>
</div><!-- end .fSMCore -->
</div><!-- end #fStateManager -->
<div id="fSaveLoad">
<div id="fSLSave" class="fSLCore">
<div class="d-menu">
<a href="#" class="btt btt-save">Save</a> <a href="#" class="btt btt-load" onmouseover="fSaveLoad.displayLoad();">Load</a>
<div class="clearing"></div>
</div><!-- end .d-menu -->
<div class="d-inside">
<h3>save as</h3>
<form onsubmit="return false">
<div class="fSaveServer">
<small>a web link:</small>
<div class="d-wrap">
<a href="#" id="fBCreateProject" class="btt btt-ok">Ok</a>
<span class="s-url">fluidia.org/ </span><input type="text" name="urlname" class="ipt-name fT9 fInput fNoHotKey" id="fSaveAsUrlName">
<div id="fTaken">taken:(</div>
</div><!-- end .d-wrap -->
<input id="fBCreateProjectSubmit" class="hiddenSubmit" type="submit" action="">
</form>
</div>
<small>as a local file:</small>
<a href="#" onclick="fSaveLoad.saveLocal();" class="btt btt-save-locally">Save Locally</a>
</div>
</div>
<div id="fSLLoad" class="fSLCore">
<div class="d-menu">
<a href="#" class="btt btt-save" onmouseover="fSaveLoad.displaySave();">Save</a><a href="#" class="btt btt-load">Load</a>
<div class="clearing"></div>
</div><!-- end #d-menu -->
<div class="d-inside">
<h3>load</h3>
<div class="fSaveServer">
<span class="fT11">a recent web link:</span><br>
<ul class="fList" id="fProjectList">
<li><a href="#" onclick="fServer.load();">fluidia.org/test/</a></li>
<li><a href="#" onclick="fServer.load();">fluidia.org/test/</a></li>
</ul>
</div>
<small>from a local file:</small>
<a href="#" class="btt btt-load-file" id="upload_button">Load File</a>
</div><!-- end .d-inside -->
</div><!-- end .fSLCore -->
<div id="fSLLogin" class="fSLCore">
<div class="d-menu">
<a href="#" class="btt btt-login">Login</a>
</div><!-- end #d-menu -->
<div class="d-inside">
<h3 id="fLoginHeader">Login / Register</h3>
<form onsubmit="return false">
<div class="d-wrap">
<input type="text" name="login" id="fInLogin" class="ipt-email fT9 fInput fNoHotKey" value="email">
</div><!-- end .dwrap -->
<div class="d-wrap">
<input type="password" name="password" id="fInPassword" class="ipt-password fT9 fInput fNoHotKey" value="password">
</div><!-- end .d-wrap -->
<a href="#" id="fBLogin" class="btt btt-ok">Ok</a>
<input id="fBLoginSubmit" class="hiddenSubmit" type="submit" action="">
</form>
</div><!-- end .d-inside -->
</div><!-- end .fSLCore -->
</div><!-- end #fSaveLoad -->
<div id="fIdeaManager">
<div class="fTThick">ideas</div>
<div id="fIMCore">
<div class="fIMHeader fT9 fTBlue">Best Idea:</div>
<div class="fTsmall" id="fIdeaTitle">Idea: <span id="fIdeaNumber">1</span></div>
<div class="fIMIdeas"></div>
<div class="fIMArrows">
<a href="#" class="arr arr-add" onclick="fIdeaManager.addIdea();">Add</a>
<a href="#" class="arr arr-remove" onclick="fIdeaManager.removeIdea();">Remove</a>
<div class="clearing"></div>
</div><!-- end .fIMArrows -->
</div><!-- end #fIMCore -->
</div><!-- end #fIdeaManager -->
<div id="fExpAct">
<div class="fTThick">set action</div>
<div class="fExpAddCore">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top">
<img src="engine/images/a_arrow.png" border="0" title="Arrow" class="fExpActMouse fActNone">
<div class="fTsmall"><a href="#" onclick="fExp.actClearMouse();" class="fT11 fLink" style="float: right;" id="fActMouseClear">clear</a>Mouse: </div>
<select class="fInput fExpActMouse fActNone" onchange="fExp.actMouse();" id="fActMouse">
<option value="none">none</option>
<option value="DL">dbl click</option>
<option value="L">left click</option>
<option value="R">right click</option>
<option value="M">move to</option>
</select>
</td>
<td valign="top">
<img src="engine/images/a_key.png" border="0" title="Arrow" class="fExpActKey fActNone">
<div class="fTsmall" style="padding-bottom: 2px;"><a href="#" onclick="fExp.actClearKey();" class="fT11 fLink" style="float: right;" id="fActKeyClear">clear</a>Keyboard:</div>
<input type="text" class="fInput fExpActKey fActNone" id="fActKey" readonly value="">
</td>
</tr>
</table><br><br>
<a href="#" onclick="fExp.hideAct();" class="fT11 fLink" style="float: left; position: absolute; right: 30px; bottom: 15px;">Close</a>
<center>
<a href="#" onclick="fExp.insert('act');" class="btt btt-ok">Ok</a>
</center>
</div><!-- end .fExpAddCore -->
</div><!-- end #fExpAct -->
<div id="fExpAdd">
<div class="fTThick">+ experience thread</div>
<div class="fExpAddCore">
<div class="fTsmall"><div style="float: left; padding-top: 5px;">Title:</div> <input type="text" class="fInput fNoHotKey" id="fInputTTitle" style="width: 330px; float: right;"></div>
<br />
<div class="fTsmall" style="margin: 40px 0 5px 0;">User Intent or Story: <span class="fT9 fTDim">(optional)</span></div>
<textarea class="fInput fOptional fT12 fNoHotKey" id="fInputStory" style="width: 100%;margin-bottom: 10px; height: 120px;" ></textarea><br>
<a href="#" onclick="fExp.hideThreadAdd();" class="fT11 fLink" style="float: left; position: absolute; right: 30px; bottom: 15px;">Close</a>
<center><a href="#" onclick="fExp.addThread();" class="btt btt-ok">Ok</a></center>
</div><!-- end .fExpAddCore -->
</div><!-- end #fExpAdd -->
<div id="fCBManager">
<div class="fTThick">clipboard</div>
<div class="fCBCore">
<div class="fTsmall">Contains:</div>
<div class="fCBContents" id="CBText">
<br /><div class="fT12 fTI">Text</div>
</div><!-- end #CBText -->
<div class="fCBContents" id="CBForm">
<br /><div class="fT12 fTI">Form Element</div>
</div><!-- end #CBForm -->
<div class="fCBContents" id="CBPage">
<br /><div class="fT12 fTI">Page</div>
</div><!-- end #CBPage -->
<div class="fCBContents" id="CBInstance">
<br /><div class="fT12 fTI fTBlue" id="fCBTitle"></div>
</div><!-- end #CBInstance -->
<div class="fCBContents" id="CBEmpty">
<div class="fTThickDrk" style="padding: 0 20px 20px 20px;">quite empty in here :(</div>
<br/><br />
<div class="fT18" style="bottom: 0px; left: 0px; position: absolute; padding: 30px; text-align: center;">CTRL C<br><span class="fT9 fTDim">to copy</span></div>
<div class="fT18" style="bottom: 0px; right: 0px; position: absolute; padding: 30px; text-align: center;">CTRL V<br><span class="fT9 fTDim">to paste</span></div>
</div><!-- end #CBEmpty -->
</div><!-- end .fCBCore -->
</div><!-- end #fCBManager -->
<div id="fPManager">
<div class="fTThick">paste as <span id="fPasteMode" class="fTThick2">master</span></div>
<div class="fCBCorePaste">
<div class="w-buttons">
<a href="#" onclick="fCBManager.pasteAsMaster();" class="btt btt-new-master-object" id="buttonNewMaster">New Master Object</a>
<a href="#" onclick="fCBManager.pasteAsInstance();" class="btt btt-instance-of-master" id="buttonNewInstance">Instance of Master</a>
<div class="clearing"></div>
</div><!-- end .w-buttons -->
<div id="fCBInto" class="fT9"><span id="fCBInto1">All States of</span> <span id="fCBInto2" class="fT9 fTOrange">Instance 3</span></div>
<div>
<a href="#" id="buttonPaste" onclick="fCBManager.paste();" class="btt btt-paste">Paste</a>
<div class="fT9 fTDim" style="padding-top: 3px;">or PRESS CTRL+V again</div>
</div>
</div><!-- end .fCBCorePaste -->
</div><!-- end #fPManager -->
<div id="fExpArrow"></div>
<div id="fExpKey"></div>
</body>
</html>