home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
- <html>
- <head>
- <title>Photo Album Administration</title>
- <link rel="stylesheet" type="text/css" href="global.css" />
- </head>
-
- <body>
- <div id="content">
- <h1>Your photo album</h1>
- <p>To upload a new photograph to your album, complete the form below.</p>
- <form method="post" enctype="multipart/form-data" action="editalbum2.asp">
- <p>Photograph Title:<br />
- <input type="text" name="imageTitle" /></p>
- <p>Description:<br />
- <textarea name="imageDesc" cols="40" rows="4"></textarea></p>
- <p>Photograph:<br />
- <input type="file" name="file1"></p>
- <p><input type="submit" value="Upload!" class="submit"> </p>
- </form>
- </div>
- </body>
- </html>
-
-