Find orphan pages.
[cocanwiki.git] / templates / new_page_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>New page</title>
5 <meta name="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 <link rel="stylesheet" href="/_css/new_page.css" type="text/css" title="Standard"/>
9 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
10 <script src="/_js/new_page.js" type="text/javascript"></script>
11 </head><body onload="init();">
12
13 <h1><span>New page</span></h1>
14
15 <p>
16 <em> Note that you would normally create a new page just by
17 clicking on any <a href="#" class="newpage" title="Shows a link in the distinctive style for links to unknown pages.">link like this</a>. </em>
18 </p>
19
20 <form method="post" action="/_bin/edit.cmo" name="f">
21 <table class="left_table">
22 <tr>
23 <th> Page name: </th>
24 <td> <input name="title" value="" size="50" onkeypress="update(); return true;"/> </td>
25 </tr>
26 <tr>
27 <td></td>
28 <td>
29   <div id="show_link">
30   <noscript>
31   You can create links to this page when editing by putting
32   two square brackets around the page name, like this: <br/><br/>
33   <code>[[page name]]</code>
34   </noscript>
35   </div>
36 </td>
37 </tr>
38 <tr>
39 <td></td>
40 <td> <input type="submit" name="submit" value="Create new page"/> </td>
41 </tr>
42 </table>
43 </form>
44
45 ::include(footer.html)::
46 </body>
47 </html>