Bumped version for release.
[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><span>Invite someone to join</span></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 ::include(footer.html)::
30 </body>
31 </html>