New Page
From Virtualsoil
(Difference between revisions)
Line 1: | Line 1: | ||
<plain_html><b>Enter the name for your new page below</b> | <plain_html><b>Enter the name for your new page below</b> | ||
<fieldset> | <fieldset> | ||
- | <legend> | + | <legend>Upload File</legend> |
- | <form enctype='multipart/form-data' method='post' action="/virtualsoil/index.php? | + | <form enctype='multipart/form-data' method='post' action="/virtualsoil/index.php?action=edit&title="$title"> |
<input type='text' name='title' value='your page' /> | <input type='text' name='title' value='your page' /> | ||
- | |||
- | |||
- | |||
<input type='submit' value='Create Page'/> | <input type='submit' value='Create Page'/> | ||
</form> | </form> |
Revision as of 02:39, 27 February 2006
<plain_html>Enter the name for your new page below <fieldset> <legend>Upload File</legend> <form enctype='multipart/form-data' method='post' action="/virtualsoil/index.php?action=edit&title="$title"> <input type='text' name='title' value='your page' /> <input type='submit' value='Create Page'/> </form> </fieldset>
</plain_html>