Find orphan pages.
[cocanwiki.git] / templates / user_prefs_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>Your preferences</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>Your preferences</span></h1>
11
12 <form method="post" action="/_bin/user_prefs.cmo">
13 <table class="left_table">
14 <tr>
15   <th> Username: </th>
16   <td> ::name_html:: </td>
17 </tr>
18 <tr>
19   <th> Password: </th>
20   <td> <a href="/_bin/change_password_form.cmo">Change your password ...</a> </td>
21 </tr>
22 <tr>
23   <th> Email address: </th>
24   <td> <input name="email" value="::email_html_tag::" size="40"/> </td>
25 </tr>
26 <tr>
27   <th> User since: </th>
28   <td> ::registration_date_html:: </td>
29 </tr>
30 <tr>
31   <th> Edit permission: </th>
32   <td> ::if(can_edit)::Yes::else::No::end:: </td>
33 </tr>
34 <tr>
35   <td></td>
36   <td>
37     <input type="checkbox" id="email_notify" name="email_notify" value="1" ::if(email_notify)::checked="checked"::end::/> <label for="email_notify">Receive email notifications <small>when the site is edited</small></label>
38   </td>
39 </tr>
40 <tr>
41   <td></td>
42   <td> <input type="submit" value="Update preferences"/> </td>
43 </tr>
44 </table>
45 </form>
46
47 ::include(footer.html)::
48 </body>
49 </html>