Newer
Older
Digital_Repository / Old / pysocks / entry.html
nstanger on 12 Nov 2005 671 bytes - Second attempt at importing!
  1. <html>
  2.  
  3. <body>
  4.  
  5. <form action="./index.cgi" method="post">
  6.  
  7. <table>
  8.  
  9. <tr><td>Publication Date</td><td> <input type="text" size="64"name="pub_date"></td></tr>
  10. <tr><td>Title</td><td> <input type="text" size="64" name="title"></td></tr>
  11. <tr><td>Short Description</td><td> <input type="text" size="64" name="pub_date"></td></tr>
  12. <tr><td>Long Decription</td><td>
  13. <textarea rows="8" cols="64"></textarea></td></tr>
  14. <tr><td>Authors</td><td> <select name="authors" multiple size="10">
  15. %(author_list)s
  16. </select>
  17. </td></tr>
  18.  
  19. <tr><td>File</td><td><input type="file" name="filename"></td></tr>
  20. </table>
  21. </form>
  22. </body>
  23. </html>