diff options
Diffstat (limited to 'webgui/data/index.html')
-rw-r--r-- | webgui/data/index.html | 63 |
1 files changed, 27 insertions, 36 deletions
diff --git a/webgui/data/index.html b/webgui/data/index.html index af780bd..79e7bc2 100644 --- a/webgui/data/index.html +++ b/webgui/data/index.html | |||
@@ -17,54 +17,45 @@ | |||
17 | <div class="tabs"> | 17 | <div class="tabs"> |
18 | <ul class="tab-links"> | 18 | <ul class="tab-links"> |
19 | <li class="active"><a href="#editor">Editor</a></li> | 19 | <li class="active"><a href="#editor">Editor</a></li> |
20 | <li><a href="#drafts">Drafts</a></li> | ||
20 | <li><a href="#queue">Queue</a></li> | 21 | <li><a href="#queue">Queue</a></li> |
21 | <li id="errors-tab" style="display:none;"><a href="#errors">Errors</a></li> | 22 | <li id="errors-tab" style="display:none;"><a href="#errors">Errors</a></li> |
22 | </ul> | 23 | </ul> |
23 | 24 | ||
24 | <div class="tab-content"> | 25 | <div class="tab-content"> |
25 | <div class="tab active" id="editor"> | 26 | <div class="tab active" id="editor"> |
26 | <div class="table" style="width:100%"> | 27 | <!-- <label id="titleLabel" for="editorTitle">Title</label> --> |
28 | <input id="editorTitle" /> | ||
29 | <textarea id="editorText"></textarea> | ||
30 | <span id="bbcodeStatus"></span> | ||
31 | <span id="editorStatus">Not connected to server</span> | ||
32 | <div class="table"> | ||
27 | <div class="tr"> | 33 | <div class="tr"> |
28 | <h1 class="tc">Current Draft</h1> | 34 | <div class="editorButtonContainer tc"> |
29 | <h1 class="tc">Saved Drafts</h1> | 35 | <button class="editorButton" id="saveButton">Save</button> |
30 | </div> | ||
31 | <div class="tr"> | ||
32 | <div id="currentDraft" class="tc"> | ||
33 | <!-- <label id="titleLabel" for="editorTitle">Title</label> --> | ||
34 | <input id="editorTitle" /> | ||
35 | <textarea id="editorText"></textarea> | ||
36 | <span id="bbcodeStatus"></span> | ||
37 | <span id="editorStatus">Not connected to server</span> | ||
38 | <div class="table"> | ||
39 | <div class="tr"> | ||
40 | <div class="editorButtonContainer tc"> | ||
41 | <button class="editorButton" id="saveButton">Save</button> | ||
42 | </div> | ||
43 | <div class="editorButtonContainer tc"> | ||
44 | <button class="editorButton" id="printButton">Print</button> | ||
45 | </div> | ||
46 | <div class="editorButtonContainer tc"> | ||
47 | <button class="editorButton" id="discardButton">Discard</button> | ||
48 | </div> | ||
49 | </div> | ||
50 | </div> | ||
51 | </div> | 36 | </div> |
52 | <div class="tc" style="text-align:center;"> | 37 | <div class="editorButtonContainer tc"> |
53 | <input id="allowDeletion" type="checkbox" /><label for="allowDeletion">Allow Deletion</label> | 38 | <button class="editorButton" id="printButton">Print</button> |
54 | <table id="draftList"> | 39 | </div> |
55 | <thead> | 40 | <div class="editorButtonContainer tc"> |
56 | <tr> | 41 | <button class="editorButton" id="discardButton">Discard</button> |
57 | <td>Id</td> | ||
58 | <td>Title</td> | ||
59 | <td>Actions</td> | ||
60 | </tr> | ||
61 | </thead> | ||
62 | <tbody id="draftListBody"></tbody> | ||
63 | </table> | ||
64 | </div> | 42 | </div> |
65 | </div> | 43 | </div> |
66 | </div> | 44 | </div> |
67 | </div> | 45 | </div> |
46 | <div class="tab" id="drafts" style="text-align:center;"> | ||
47 | <table style="width:100%;" id="draftList"> | ||
48 | <thead> | ||
49 | <tr> | ||
50 | <td style="width:5em;">Id</td> | ||
51 | <td>Title</td> | ||
52 | <td style="width:12em;">Actions</td> | ||
53 | </tr> | ||
54 | </thead> | ||
55 | <tbody id="draftListBody"></tbody> | ||
56 | </table> | ||
57 | <input id="allowDeletion" type="checkbox" /><label for="allowDeletion">Allow Deletion</label> | ||
58 | </div> | ||
68 | 59 | ||
69 | <div class="tab" id="queue"> | 60 | <div class="tab" id="queue"> |
70 | Blub. | 61 | Blub. |