Global settings display.
[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 <div id="mid">
15 <div id="cnt">
16
17 ::if(has_icon)::
18 <img style="float: left; clear:both; margin:10px;"
19      alt="::icon_alt_html_tag::"
20      src="::icon_html_tag::">
21 ::end::
22 <p>::message_html::</p>
23 <hr>
24 <table><tr>
25 ::if(has_back_button)::
26 <td><form><input type="button" value="&lt;&lt; Go Back"
27                  onclick="history.go (-1)"></form></td>
28 ::end::
29 ::if(has_close_button)::
30 <td><form><input type="button" value="Close Window"
31                  onclick="top.close ()"></form></td>
32 ::end::
33 ::table(buttons)::
34 <td><form method="::method_html_tag::" action="::action_html_tag::">
35 ::table(params)::
36 <input type="hidden" name="::name_html_tag::" value="::value_html_tag::">
37 ::end::
38 <input type="submit" value="::name_html_tag::"></form></td>
39 ::end::
40
41 </div>
42 </div>
43
44 </body>
45 </html>