more font size tweaks.
[citadel.git] / webcit / static / t / aide / edituser / select.html
1 <?=("head")>
2 <?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <div id="banner">
4         <img src="static/webcit_icons/essen/32x32/account.png">
5         <h1><??("COND:AIDE", 1)><?_("Edit or delete users")><??("X", 1)></h1>
6 </div>
7
8 <div id="content" class="service"> 
9         <?!("COND:AIDE", 1)><?_("You need to be aide to view this.")><?!("X", 1)>
10         <??("COND:AIDE", 2)>
11  
12         <!--- TODO if (message != NULL) message); -->
13
14                 <table border=0 cellspacing=10>
15                         <tr valign=top>
16                                 <td>
17                                         <?DOBOXED(="aide_edituser_add", _("Add users"))>
18                                 </td>
19                                 <td>
20                                         <?DOBOXED(="aide_edituser_box_select", _("Edit or Delete users"))>
21                                 </td>
22                         </tr>
23                 </table>
24         <??("X", 2)>
25 <?=("trailing")>