Command-line tools for importing mail (uses 'curl').
[cocanwiki.git] / templates / ok_error.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 ::if(has_title)::<title>::title_html::</title>::end::
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
7 </head>
8 <body>
9
10 ::if(has_title)::
11 <h1>::title_html::</h1>
12 ::end::
13
14 ::if(has_icon)::
15 <img style="float: left; clear:both; margin:10px;"
16      alt="::icon_alt_html_tag::" src="::icon_html_tag::"
17      width="32" height="32"/>
18 ::end::
19 <p>::message_html::</p>
20 <hr>
21 <table><tr>
22 ::if(has_back_button)::
23 <td><form><input type="button" value="&lt;&lt; Go Back"
24                  onclick="history.go (-1)"></form></td>
25 ::end::
26 ::if(has_close_button)::
27 <td><form><input type="button" value="Close Window"
28                  onclick="top.close ()"></form></td>
29 ::end::
30 ::table(buttons)::
31 <td><form method="::method_html_tag::" action="::action_html_tag::">
32 ::table(params)::
33 <input type="hidden" name="::name_html_tag::" value="::value_html_tag::">
34 ::end::
35 <input type="submit" value="::name_html_tag::"></form></td>
36 ::end::
37 </tr></table>
38
39 </body>
40 </html>