diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-08 15:23:09 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-08 15:23:09 +0000 |
commit | 7fdac301801bc44f6fdb343187413bdfd2d5366c (patch) | |
tree | 5a18faacf0a20a781487a38cad1c305a49fe8951 /h-source/Examples/Views/post2/form.php | |
parent | 7b265a7d6c39266952538ce2a05a799dabc27151 (diff) |
h-source:added the driver entry for 3g-cards
Diffstat (limited to 'h-source/Examples/Views/post2/form.php')
-rwxr-xr-x | h-source/Examples/Views/post2/form.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/h-source/Examples/Views/post2/form.php b/h-source/Examples/Views/post2/form.php deleted file mode 100755 index 5ef5aff..0000000 --- a/h-source/Examples/Views/post2/form.php +++ /dev/null @@ -1,28 +0,0 @@ -<div class='mainMenu'> - <?php echo $topMenu;?> -</div> - -<?php echo $notice; ?> - -<div> - <form action='<?php echo $action;?>' method='POST'> - <table> - <tr> - <td>Titolo:</td> - <td><input type='text' name='titolo' value='<?php echo $values['titolo'];?>'></td> - </tr> - <tr> - <td>Autore:</td> - <td><input type='text' name='autore' value='<?php echo $values['autore'];?>'></td> - </tr> - <tr> - <td>Titolo:</td> - <td><textarea name='testo'><?php echo $values['testo'];?></textarea></td> - </tr> - <?php echo $hidden;?> - <tr> - <td><input type='submit' name='<?php echo $submit;?>' value='salva'></td> - </tr> - </table> - </form> -</div> |