Changeset 36 for Dev/trunk/classes/SurveyButton.php
- Timestamp:
- 07/21/11 20:04:58 (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SurveyButton.php
r32 r36 10 10 * @author fpvanagthoven 11 11 */ 12 class NewSurveyButton {12 class SurveyButton { 13 13 14 14 public function __construct() { 15 16 } 17 18 public static function newSurveyButton() { 15 19 ?> 16 20 17 21 <form action="surveycreation.php" method="post"> 18 22 19 <input id="newSurveyButton" type="submit" name="btnlogin" value="Create new survey" class="surveyButton" /> 23 <input type="submit" value="Create new survey" class="surveyButton bigSurveyButton" /> 24 25 </form> 26 27 <?php 28 } 29 30 public static function loadSurveyButton() { 31 ?> 32 33 <form action="surveycreation.php" method="post"> 34 35 <input type="submit" value="Load survey" class="surveyButton bigSurveyButton" /> 20 36 21 37 </form>
Note: See TracChangeset
for help on using the changeset viewer.