source: Dev/trunk/classes/NewSurveyButton.php @ 34

Last change on this file since 34 was 17, checked in by fpvanagthoven, 14 years ago

Multiple choice option functional.

File size: 472 bytes
Line 
1<?php
2/*
3 * To change this template, choose Tools | Templates
4 * and open the template in the editor.
5 */
6
7/**
8 * Description of NewSurveyButton
9 *
10 * @author fpvanagthoven
11 */
12class NewSurveyButton {
13
14    public function __construct() {
15        ?>
16
17        <form action="surveycreation.php" method="post">
18
19            <input id="newSurveyButton" type="submit" name="btnlogin" value="Create new survey" class="surveyButton" />
20
21        </form>
22
23        <?php
24    }
25
26}
27?>
Note: See TracBrowser for help on using the repository browser.