]> code.citadel.org Git - citadel.git/blob - webcit/static/t/who/edit.html
90345f0154dd3f40926180a43f1e062762cdc8e7
[citadel.git] / webcit / static / t / who / edit.html
1 <?=("head")>
2 <div id="banner">
3 <table class="who_banner"><tr><td>
4 <span class="titlebar">
5 <?_("Edit your session display")>
6 </span></td></tr></table>
7 </div>
8 <div id="content">
9
10 <?_("This screen allows you to change the way your session appears in the 'Who is online' listing. To turn off any 'fake' name you've previously set, simply click the appropriate 'change' button without typing anything in the corresponding box. ")>
11 <br>
12
13 <form method="POST" action="edit_me">
14 <input type="hidden" name="nonce" value="<?NONCE>">
15 <table border=0 width=100%%>
16
17 <tr><td><b>
18 <?_("Room name:")>
19 </b></td>
20 <td>
21 <input type="text" name="fake_roomname" maxlength="64">
22 </td>
23 <td align="center">
24 <input type="submit" name="change_room_name_button" value="<?_("Change room name")>">
25 </td>
26 </tr>
27
28 <tr><td><b>
29 <?_("Host name:")>
30 </b></td><td>
31 <input type="text" name="fake_hostname" maxlength="64">
32 </td>
33 <td align="center">
34 <input type="submit" name="change_host_name_button" value="<?_("Change host name")>">
35 </td>
36 </tr>
37 <??("COND:AIDE", 1)>
38         <tr><td><b>
39         <?_("User name:")>
40         </b></td><td>
41         <input type="text" name="fake_username" maxlength="64">
42         </td>
43         <td align="center">
44         <input type="submit" name "change_user_name_button" value="<?_("Change user name")>">           
45         </td>
46         </tr>
47 <??("X", 1)>
48 <tr><td> </td><td> </td><td align="center">
49 <input type="submit" name="cancel_button" value="<?_("Cancel")>">
50 </td></tr></table>
51 </form></center>
52 <?=("trailing")>