+csv dep for PG'OCaml.
[cocanwiki.git] / templates / edit_user_form.html
index 14c9a5a..f9e7397 100644 (file)
@@ -2,12 +2,12 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>User: ::name_html::</title>
-<meta name="author" content="http://www.merjis.com/" />
-<link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
-<link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
+<meta name="author" content="http://merjis.com/" />
+<link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
+<link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
 </head><body>
 
-<h1>User: ::name_html::</h1>
+<h1><span>User: ::name_html::</span></h1>
 
 <ul class="menu">
 <li class="first"> <a href="/_users">Users</a> </li>
@@ -18,7 +18,7 @@
 <form method="post" action="/_bin/edit_user.cmo">
 <input type="hidden" name="userid" value="::userid::"/>
 
-<table id="edit_user">
+<table class="left_table">
 
 <tr>
 <th> Username: </th>
@@ -26,7 +26,7 @@
 </tr>
 <tr>
 <th> Email: </th>
-<td> <input name="email" value="::email_html_tag::" size="40"/> </td>
+<td> ::email_html:: </td>
 </tr>
 <tr>
 <th> Permissions: </th>
@@ -42,6 +42,8 @@
 <input id="can_edit_global_css" type="checkbox" name="can_edit_global_css" value="1" ::if(can_edit_global_css)::checked="checked"::end::/><label for="can_edit_global_css">Edit global stylesheet</label>
 <br/>
 <input id="can_import_mail" type="checkbox" name="can_import_mail" value="1" ::if(can_import_mail)::checked="checked"::end::/><label for="can_import_mail">Import mail</label>
+<br/>
+<input id="can_edit_macros" type="checkbox" name="can_edit_macros" value="1" ::if(can_edit_macros)::checked="checked"::end::/><label for="can_edit_macros">Edit macros</label>
 </td>
 </tr>
 <tr>