+csv dep for PG'OCaml.
[cocanwiki.git] / templates / create_macro_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>Create a macro</title>
5 <meta name="author" content="http://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>Create a macro</span></h1>
11
12 <form method="post" action="/_bin/create_macro.cmo">
13 <table class="left_table">
14 <tr>
15 <th> Macro name: <br/> <small>Must be letters and numbers only</small> </th>
16 <td> <input name="name" value="" size="32" /> </td>
17 </tr>
18
19 <tr>
20 <th> Content: </th>
21 <td> <textarea name="content" cols="50" rows="10"></textarea> </td>
22 </tr>
23
24 <tr>
25 <td></td>
26 <td> <input type="submit" value="   Create macro   "/> </td>
27 </tr>
28 </table>
29 </form>
30
31 ::include(footer.html)::
32 </body>
33 </html>