Find orphan pages.
[cocanwiki.git] / templates / edit_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>Edit description fields</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 </head><body>
9
10 <h1><span>Edit description fields</span></h1>
11
12 <form method="post" action="edit_file.cmo">
13 <input type="hidden" name="id" value="::id::"/>
14
15 <table class="left_table">
16 <tr>
17 <th> File: </th>
18 <td> <img src="/_graphics/file.png" border="0" width="20" height="22" alt="File icon" /> ::name_html:: </td>
19 </tr>
20
21 <tr>
22 <th> Title: </th>
23 <td> <input name="title" value="::title_html_tag::" size="70" /> </td>
24 </tr>
25
26 <tr>
27 <td></td>
28 <td><input type="submit" value="Save changes" /></td>
29 </tr>
30
31 </table>
32
33 </form>
34
35 ::include(footer.html)::
36 </body>
37 </html>