Moved to merjis/tools/wiki.
[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="/_css/standard.css" type="text/css" title="Standard"/>
7 <link rel="stylesheet" href="/_css/create.css" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Upload file</h1>
11
12 <form method="post" action="/_bin/upload_file.cmo" enctype="multipart/form-data" name="f">
13 <table id="create">
14 <tr>
15 <td></td>
16 <td class="explanation">
17 You need to provide a short name for this file.  Use only lowercase letters, numbers, dots ('.'), dashed ('-') and underscores ('_').
18 </td>
19 </tr>
20 <tr>
21 <th>File Name:</th>
22 <td> <input name="name" value="new_file.jpg" size="40" maxlength="40" /> </td>
23 </tr>
24
25 <tr>
26 <td></td>
27 <td class="explanation">
28 Upload the file itself.
29 </td>
30 </tr>
31 <tr>
32 <th>File:</th>
33 <td> <input type="file" name="file" value="" /> </td>
34 </tr>
35
36 <tr>
37 <td></td>
38 <td class="explanation">
39 The title appears when users hover over a file link with their mouse.  It is not required.
40 </td>
41 </tr>
42 <tr>
43 <th>Title:</th>
44 <td> <input name="title" value="" size="70" /> </td>
45 </tr>
46
47 <tr>
48 <td></td>
49 <td><input type="submit" value="Upload" /></td>
50 </tr>
51
52 </table>
53 </form>
54
55 <ul id="topmenu" class="menu">
56 <li> <a href="/">Home&nbsp;page</a> | </li>
57 <li> <a href="/_sitemap">Sitemap</a> | </li>
58 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
59 </ul>
60
61 <ul id="bottommenu" class="menu">
62 <li> <a href="/">Home&nbsp;page</a> | </li>
63 <li> <a href="/_sitemap">Sitemap</a> | </li>
64 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
65 </ul>
66
67 <hr/>
68
69 <ul id="footer" class="menu">
70 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
71 </ul>
72
73 </body>
74 </html>