New, cleaner stylesheet:
[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 <ul id="topmenu" class="menu">
57 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
58 <li> <a href="/_sitemap">Sitemap</a> </li>
59 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
60 </ul>
61
62 <div id="menu_div">
63 <ul id="bottommenu" class="menu">
64 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
65 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
66 ::end::
67 <li> <a href="/_sitemap">Sitemap</a> </li>
68 </ul>
69 </div>
70
71 <div id="footer_div">
72 <hr/>
73
74 <ul id="footer" class="menu">
75 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
76 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
77 </ul>
78 </div>
79
80 </body>
81 </html>