Last change
on this file since 247 was
247,
checked in by hendrikvanantwerpen, 13 years ago
|
Introduced basic checking of login.
Added object query and create functions to API.
Fixed sessions overview page.
Added browser history mgmt.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[247] | 1 | <div class="largeFrame" id="sessions" style="width: 400px;"> |
---|
| 2 | <div class="largeTitle">Select session</div> |
---|
| 3 | <div class="content"> |
---|
| 4 | <form> |
---|
| 5 | <div style="float: left; clear: left;"> |
---|
| 6 | <select id="sessionList" name="sessionList" style="float: left;"> |
---|
| 7 | <option value="" disabled="disabled" selected="selected">Please select a session</option> |
---|
| 8 | </select> |
---|
| 9 | <input type="text" id="sessionName" value="Name..." style="float: left; clear: left;" /><br /> |
---|
| 10 | </div> |
---|
| 11 | <div style="float: left; clear: none;"> |
---|
| 12 | <input type="button" id="createSession" value="Create new session" class="smallButton vertical" style="float: left;" /> |
---|
| 13 | <input type="button" id="editSession" value="Edit session" class="smallButton vertical" style="float: left;" /> |
---|
| 14 | <input type="button" id="deleteSession" value="Delete session" class="smallButton vertical" style="float: left;" /> |
---|
| 15 | </div> |
---|
| 16 | <div id="errorDisplay"></div> |
---|
| 17 | </form> |
---|
| 18 | </div> |
---|
| 19 | </div> |
---|
| 20 | |
---|
| 21 | <div id="sessionInfoPanel" class="largeFrame" style="margin-top: 10px; width: 400px; height: 100px;"> |
---|
| 22 | <div class="largeTitle">Info</div> |
---|
| 23 | <div id="infoPanelContent" class="content" style="float: left; clear: left;"> |
---|
| 24 | </div> |
---|
| 25 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.