]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/zap_this.html
serv_rssclient.c: style update
[citadel.git] / webcit / static / t / room / zap_this.html
diff --git a/webcit/static/t/room/zap_this.html b/webcit/static/t/room/zap_this.html
deleted file mode 100644 (file)
index c35bd65..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?=("head")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
-<div id="banner">
-<h1><?_("Zap (forget/unsubscribe) the current room")></h1>
-</div>
-<div id="content" class="service">
-<?_("If you select this option,")>
-<em><?THISROOM:NAME("X")></em>
-<?_("will disappear from your room list.  Is this what you wish to do?")>
-<br>
-
-<form method="POST" action="zap">
-<input type="hidden" name="nonce" value="<?NONCE>">
-<input type="submit" NAME="ok_button" VALUE="<?_("Zap this room")>">&nbsp;
-<input type="submit" NAME="cancel_button" VALUE="<?_("Cancel")>">
-</form>
-<?=("trailing")>