Created
March 6, 2014 11:52
-
-
Save tobyink/9388065 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Generated by CGI::FormBuilder v3.09 available from www.formbuilder.org --> | |
| <form method="post" onsubmit="return validate(this);"> | |
| <div><input id="_submitted" name="_submitted" type="hidden" value="1" /></div> | |
| <table> | |
| <tr valign="top"> | |
| <td><b>Activity Desc</b></td> | |
| <td><input id="activity_desc" name="activity_desc" type="text" value="Other" /></td> | |
| </tr> | |
| <tr valign="top"> | |
| <td><b>Historic</b></td> | |
| <td><input id="historic" name="historic" type="text" value="0" /></td> | |
| </tr> | |
| <tr valign="top"> | |
| <td align="center" colspan="2"><input id="_submit" name="_submit" type="submit" value="Submit" /></td> | |
| </tr> | |
| </table> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment