Changeset 59 for Dev/trunk/classes/SessionMenu.php
- Timestamp:
- 07/27/11 18:57:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SessionMenu.php
r58 r59 13 13 SessionMenu::createSessionButton(); 14 14 SessionMenu::loadSessionButton(); 15 SessionMenu::startSessionButton(); 15 16 ?> </div> <?php 16 17 SessionMenu::loadSessionList(null); … … 38 39 } 39 40 41 public static function startSessionButton() { 42 ?> 43 <form action="session.php" method="post"> 44 <input type="button" onclick="startSession()" value="Start session" class="surveyButton bigSurveyButton" /> 45 </form> 46 <?php 47 } 48 40 49 public static function loadSessionList($sessions) { 41 50 ?>
Note: See TracChangeset
for help on using the changeset viewer.