Bumped version for release.
[cocanwiki.git] / templates / mail_import_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>Import mail</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>Import mail</span></h1>
11
12 <form method="post" action="/_bin/mail_import.cmo" enctype="multipart/form-data">
13 <table class="left_table">
14 <tr>
15 <th> File: </th>
16 <td> <input type="file" name="file" value="" size="60"/> </td>
17 </tr>
18 <tr>
19 <th> Flags: </th>
20 <td>
21 <input type="checkbox" name="overwrite" value="1" id="overwrite"/><label for="overwrite">Overwrite message if it already imported? <strong>(Dangerous)</strong></label>
22 <br/>
23 <input type="checkbox" name="rebuild" value="1" checked="checked" id="rebuild"/><label for="rebuild">Rebuild indexes after import.</label>
24 </td>
25 </tr>
26 <tr>
27 <td></td>
28 <td> <input type="submit" value="Import"/> </td>
29 </tr>
30 </table>
31 </form>
32
33 ::include(footer.html)::
34 </body>
35 </html>