source: Dev/branches/jQueryUI/pages/mainmenu/mainmenu.html @ 247

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.1 KB
Line 
1<div class="largeFrame side" id="adminPanel">
2    <div class="largeTitle">Administrator</div>
3    <div class="innerLargeFrame">
4        <p>Use the below buttons to access, edit and create new sessions and content.</p><br />
5        <input type="button" class="bigButton vertical" value="Browse Sessions" id="btnBrowseSessions" /><br />
6        <input type="button" class="bigButton vertical" value="Browse Surveys" id="btnBrowseSurveys" /><br />
7        <input type="button" class="bigButton vertical" value="Browse Questions" id="btnBrowseQuestions" /><br />
8        <input type="button" class="bigButton vertical" value="Browse Applications" id="btnBrowseApplications" /><br />
9    </div>
10    <div class="controls"></div>
11</div>
12<div class="largeFrame side" id="facilitatorPanel">
13    <div class="largeTitle">Facilitator</div>
14    <div class="innerLargeFrame">
15        <p>Use the Start button below to start hosting a session.</p>
16        <input type="button" class="bigButton vertical" value="Start" id="btnFacStart" style="margin-top: 0.25em;"/>
17    </div>
18    <div class="controls"></div>
19</div>
Note: See TracBrowser for help on using the repository browser.