all ImportantMessage deliveries are now done through trailing.html
[citadel.git] / webcit / static / t / room / display_private.html
1 <?=("head")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
2 <div id="banner">
3 <?=("roombanner")>
4 </div>
5 <div id="content" class="service">
6
7 <?=("box_begin_1")><?_("Go to a hidden room")><?=("box_begin_2")>
8 <p><?_("If you know the name of a hidden (guess-name) or passworded room, you can enter that room by typing its name below.  Once you gain access to a private room, it will appear in your regular room listings so you don‘t have to keep returning here.")></p>
9 <form method="post" action="goto_private">
10 <input type="hidden" name="nonce" value="<?NONCE>">
11
12 <table class="altern">
13 <tr class="even">
14 <td><?_("Enter room name:")></td>
15 <td><input type="text" name="gr_name" value="<?BSTR("gr_name", "U")>" maxlength="128">
16 </td></tr>
17
18 <?!("COND:BSTR", 1, "gr_name")>
19 <!-- todo: we may hide this if no passvoid is needed... -->
20 <tr class="odd">
21 <td><?_("Enter room password:")></td>
22 <td><input type="password" name="gr_pass" maxlength="9"></td>
23 </tr>
24 <!-- xxx -->
25 <?!("X", 1)>
26 </table>
27 <div class="buttons">
28 <input type="submit" name="ok_button" value="<?_("Go there")>">
29 &nbsp;<input type="submit" name="cancel_button" value="<?_("Cancel")>">
30 </div></form>
31
32 <?=("box_end")>
33 </div>
34 <?=("trailing")>