85770b949da6be354a693f5e22c9decc3b781ef2
[citadel.git] / webcit / static / t / room / zap_this.html
1 <?=("head")><?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
2 <div id="banner">
3 <h1><?_("Zap (forget/unsubscribe) the current room")></h1>
4 </div>
5 <div id="content" class="service">
6 <?_("If you select this option,")>
7 <em><?ROOM:INFO:PRINT_NAME("X")></em>
8 <?_("will disappear from your room list.  Is this what you wish to do?")>
9 <br>
10
11 <form method="POST" action="zap">
12 <input type="hidden" name="nonce" value="<?NONCE>">
13 <input type="submit" NAME="ok_button" VALUE="<?_("Zap this room")>">&nbsp;
14 <input type="submit" NAME="cancel_button" VALUE="<?_("Cancel")>">
15 </form>
16 <?=("trailing")>