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