- <html>
-
- <body>
-
- <form action="./index.cgi" method="post">
-
- <table>
-
- <tr><td>Publication Date</td><td> <input type="text" size="64"name="pub_date"></td></tr>
- <tr><td>Title</td><td> <input type="text" size="64" name="title"></td></tr>
- <tr><td>Short Description</td><td> <input type="text" size="64" name="pub_date"></td></tr>
- <tr><td>Long Decription</td><td>
- <textarea rows="8" cols="64"></textarea></td></tr>
- <tr><td>Authors</td><td> <select name="authors" multiple size="10">
- %(author_list)s
- </select>
- </td></tr>
-
- <tr><td>File</td><td><input type="file" name="filename"></td></tr>
- </table>
-
- </form>
- </body>
- </html>