Last change
on this file since 246 was
246,
checked in by hendrikvanantwerpen, 13 years ago
|
Created first page mainmenu in new system.
Moved old pages out of project root.
Fixed RDFAPI.php case for people with proper OS'es.
|
File size:
1.3 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" onClick="browseSessions()" /><br /> |
---|
6 | <input type="button" class="bigButton vertical" value="Browse Surveys" id="btnBrowseSurveys" onClick="browseSurveys()" /><br /> |
---|
7 | <input type="button" class="bigButton vertical" value="Browse Questions" id="btnBrowseQuestions" onClick="browseQuestions()" /><br /> |
---|
8 | <input type="button" class="bigButton vertical" value="Browse Applications" id="btnBrowseApplications" onClick="browseApplications()" /><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" onClick="window.location='facpanel.php'" style="margin-top: 0.25em;"/> |
---|
17 | </div> |
---|
18 | <div class="controls"></div> |
---|
19 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.