Mail2wiki - hairy, slow, but working.
[cocanwiki.git] / templates / invite_user_confirm_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>Invitation 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>Invitation to join</h1>
11
12 <p>
13 Thanks for accepting our invitation.
14 Please choose a password for your account:
15 </p>
16
17 <form method="post" action="/_bin/invite_user_confirm.cmo">
18 <input type="hidden" name="username" value="::username_html_tag::"/>
19 <input type="hidden" name="old_password" value="::old_password_html_tag::"/>
20 <table class="left_table">
21 <tr>
22 <th> Username: </th>
23 <td> ::username_html:: </td>
24 </tr>
25 <tr>
26 <th> Password: </th>
27 <td> <input type="password" name="password1" value="" size="32"/> </td>
28 </tr>
29 <tr>
30 <th> Password (again to verify): </th>
31 <td> <input type="password" name="password2" value="" size="32"/> </td>
32 </tr>
33 <tr>
34 <td></td>
35 <td> <input type="submit" value="Set password"/> </td>
36 </tr>
37 </table>
38 </form>
39
40 <ul id="topmenu" class="menu">
41 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
42 <li> <a href="/_sitemap">Sitemap</a> </li>
43 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
44 </ul>
45
46 <div id="menu_div">
47 <ul id="bottommenu" class="menu">
48 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
49 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
50 ::end::
51 <li> <a href="/_sitemap">Sitemap</a> </li>
52 </ul>
53 </div>
54
55 <div id="footer_div">
56 <hr/>
57
58 <ul id="footer" class="menu">
59 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
60 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
61 </ul>
62 </div>
63
64 </body>
65 </html>