diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 11:50:41 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 11:50:41 -0500 |
| commit | 653c7b3a488488d4b161a8fae41ada5851bf7685 (patch) | |
| tree | bb9e801c43366257ba8afa3d85c9d11763582ffc /contribute.php | |
| parent | 30ed315fc879dcb77d07cec46c59e061b90fb8be (diff) | |
| download | pillowcase-653c7b3a488488d4b161a8fae41ada5851bf7685.tar.gz pillowcase-653c7b3a488488d4b161a8fae41ada5851bf7685.tar.bz2 pillowcase-653c7b3a488488d4b161a8fae41ada5851bf7685.zip | |
Replaced contribute form
Diffstat (limited to 'contribute.php')
| -rw-r--r-- | contribute.php | 18 |
1 files changed, 7 insertions, 11 deletions
| diff --git a/contribute.php b/contribute.php index 3d63fb2..d580a7a 100644 --- a/contribute.php +++ b/contribute.php | |||
| @@ -46,17 +46,13 @@ if (!isset($_GET['submit'])) | |||
| 46 | Starla will review it and (hopefully!) put it on the pending list! | 46 | Starla will review it and (hopefully!) put it on the pending list! |
| 47 | </P> | 47 | </P> |
| 48 | 48 | ||
| 49 | <CENTER> | 49 | <H3>Attention!</H3> |
| 50 | <H3>Contribute A Comic</H3> | 50 | |
| 51 | 51 | <P> | |
| 52 | <FORM ACTION="/contribute.htm?submit=" METHOD="POST" ENCTYPE="multipart/form-data"> | 52 | Starla's suddenly lost all hope in her programming (for the time being), so instead of filling out a form, please |
| 53 | Title: <INPUT TYPE="textbox" NAME="title" MAXLENGTH="40"><BR> | 53 | <A HREF="http://fourisland.com/fourm/memberlist.php?mode=viewprofile&u=2">contact her</A> with the comic image and |
| 54 | Alt Text: <INPUT TYPE="textbox" NAME="text" MAXLENGTH="400"><BR> | 54 | the required details. Thanks! |
| 55 | Author (optional): <INPUT TYPE="textbox" NAME="author"><BR> | 55 | </P> |
| 56 | Comic: <INPUT TYPE="file" NAME="comic"><BR> | ||
| 57 | <INPUT TYPE="submit"> | ||
| 58 | </FORM> | ||
| 59 | </CENTER> | ||
| 60 | <?php | 56 | <?php |
| 61 | 57 | ||
| 62 | } else { | 58 | } else { |
