More image spam. All image spam seen so far comes from people
[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="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
9 <link rel="stylesheet" href="/_css/create.css" type="text/css" title="Standard"/>
10 </head><body>
11
12 <h1>Upload file</h1>
13
14 <form method="post" action="/_bin/upload_file.cmo" enctype="multipart/form-data" name="f">
15 <table id="create">
16 <tr>
17 <td></td>
18 <td class="explanation">
19 You need to provide a short name for this file.  Use only lowercase letters, numbers, dots ('.'), dashed ('-') and underscores ('_').
20 </td>
21 </tr>
22 <tr>
23 <th>File Name:</th>
24 <td> <input name="name" value="new_file.jpg" size="40" maxlength="40" /> </td>
25 </tr>
26
27 <tr>
28 <td></td>
29 <td class="explanation">
30 Upload the file itself.
31 </td>
32 </tr>
33 <tr>
34 <th>File:</th>
35 <td> <input type="file" name="file" value="" /> </td>
36 </tr>
37
38 <tr>
39 <td></td>
40 <td class="explanation">
41 The title appears when users hover over a file link with their mouse.  It is not required.
42 </td>
43 </tr>
44 <tr>
45 <th>Title:</th>
46 <td> <input name="title" value="" size="70" /> </td>
47 </tr>
48
49 <tr>
50 <td></td>
51 <td><input type="submit" value="Upload" /></td>
52 </tr>
53
54 </table>
55 </form>
56
57 ::include(footer.html)::
58 </body>
59 </html>