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