Move the menus into the footer.
[cocanwiki.git] / templates / upload_file_form.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Upload file</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 <link rel="stylesheet" href="/_css/create.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1>Upload file</h1>
12
13 <form method="post" action="/_bin/upload_file.cmo" enctype="multipart/form-data" name="f">
14 <table id="create">
15 <tr>
16 <td></td>
17 <td class="explanation">
18 You need to provide a short name for this file.  Use only lowercase letters, numbers, dots ('.'), dashed ('-') and underscores ('_').
19 </td>
20 </tr>
21 <tr>
22 <th>File Name:</th>
23 <td> <input name="name" value="new_file.jpg" size="40" maxlength="40" /> </td>
24 </tr>
25
26 <tr>
27 <td></td>
28 <td class="explanation">
29 Upload the file itself.
30 </td>
31 </tr>
32 <tr>
33 <th>File:</th>
34 <td> <input type="file" name="file" value="" /> </td>
35 </tr>
36
37 <tr>
38 <td></td>
39 <td class="explanation">
40 The title appears when users hover over a file link with their mouse.  It is not required.
41 </td>
42 </tr>
43 <tr>
44 <th>Title:</th>
45 <td> <input name="title" value="" size="70" /> </td>
46 </tr>
47
48 <tr>
49 <td></td>
50 <td><input type="submit" value="Upload" /></td>
51 </tr>
52
53 </table>
54 </form>
55
56 ::include(footer.html)::
57 </body>
58 </html>