Recent changes is now page-based, making it work much faster when
[cocanwiki.git] / templates / invite_user_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>Invite someone to join</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>Invite someone to join</h1>
11
12 <p>
13 NB. The people you invite will be able to view and
14 edit this site.
15 </p>
16
17 <form method="post" action="invite_user.cmo">
18 <p>
19 Their e-mail address(es):
20 </p>
21 <p>
22 <textarea name="emails" cols="50" rows="5"></textarea>
23 </p>
24 <p>
25 <input type="submit" value="Invite them"/>
26 </p>
27 </form>
28
29 <ul id="topmenu" class="menu">
30 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
31 <li> <a href="/_sitemap">Sitemap</a> </li>
32 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
33 </ul>
34
35 <div id="menu_div">
36 <ul id="bottommenu" class="menu">
37 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
38 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
39 ::end::
40 <li> <a href="/_sitemap">Sitemap</a> </li>
41 </ul>
42 </div>
43
44 <div id="footer_div">
45 <hr/>
46
47 <ul id="footer" class="menu">
48 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
49 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
50 </ul>
51 </div>
52
53 </body>
54 </html>