Exemplo n.º 1
0
 public function html()
 {
     parent::html();
     /*
     echo("<div class='form-viewport'>\n");
     echo("<p>" . $this->getQuestion() . "</p>\n");
     echo("<form action=''>\n");
     echo("<p><input type='text' name='answer'/></p>\n");
     echo("<p><input class='button' type='submit' value='Submit'/></p>\n");
     echo("</form>\n");
     echo("</div>\n");
     */
 }