]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/roombanner.html
* Merged the 'banner' and 'room_banner' classes. There is no reason for them to...
[citadel.git] / webcit / static / t / roombanner.html
index a4ade026a067d7fed75abfe607d7530c57c08e26..3171d2a22030bb40374317038966c42fbdf034be 100644 (file)
@@ -1,13 +1,13 @@
 <!-- start roombanner.html -->
 <div>
-<div class="room_banner" id="room_banner" >
+<div class="banner" id="room_banner" >
 <?ROOMPIC>
 <h1 id="rmname"><?ROOMNAME></h1>
-<?!("COND:ROOM:TYPE_IS", 7, "VIEW_WIKI")>
+<?!("COND:ROOM:TYPE_IS", 7, #"VIEW_WIKI")>
 <h2><?BSTR("page")></h2>
 <?!("X", 7)>
 <?ROOMINFO>
-<??("COND:ROOM:TYPE_IS", 8, "VIEW_WIKI")>
+<??("COND:ROOM:TYPE_IS", 8, #"VIEW_WIKI")>
 <p id="nummsgs"><?NUMMSGS></p>
 <?!("X", 8)>
 </div>