source: Dev/branches/rest-dojo-ui/client/pages/mainmenu/mainmenu.html @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 1.2 KB
Line 
1<div id="page_mainmenu">
2    <div class="largeFrame side">
3        <div class="largeTitle">Administrator</div>
4        <div class="innerLargeFrame">
5            <p>Use the below buttons to access, edit and create new sessions and content.</p><br />
6            <input type="button" class="bigButton vertical" value="Browse Sessions" id="page_mainmenu_btn_sessions" /><br />
7            <input type="button" class="bigButton vertical" value="Browse Surveys" id="page_mainmenu_btn_surveys" /><br />
8            <input type="button" class="bigButton vertical" value="Browse Questions" id="page_mainmenu_btn_questions" /><br />
9            <input type="button" class="bigButton vertical" value="Browse Applications" id="page_mainmenu_btn_apps" /><br />
10        </div>
11        <div class="controls"></div>
12    </div>
13    <div class="largeFrame side">
14        <div class="largeTitle">Facilitator</div>
15        <div class="innerLargeFrame">
16            <p>Use the Start button below to start hosting a session.</p>
17            <input type="button" class="bigButton vertical" value="Start" id="page_mainmenu_btn_facilitator" style="margin-top: 0.25em;"/>
18        </div>
19        <div class="controls"></div>
20    </div>
21</div>
Note: See TracBrowser for help on using the repository browser.