* When viewing a wiki page, display the page name along with the room name in the...
authorArt Cancro <ajc@citadel.org>
Sat, 10 Oct 2009 02:54:36 +0000 (02:54 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 10 Oct 2009 02:54:36 +0000 (02:54 +0000)
webcit/static/t/roombanner.html

index 62346a7ca9fa72f02b87b74e135dc3c93f7ccd5d..217938af910da37098f3a5ccc96342a9c64f0ad0 100644 (file)
@@ -2,7 +2,11 @@
 <div>
 <div class="room_banner" id="room_banner" >
 <?ROOMPIC>
-<h1 id="rmname"><?ROOMNAME></h1>
+<h1 id="rmname"><?ROOMNAME>
+ <?!("COND:ROOM:TYPE_IS", 7, "VIEW_WIKI")>
+ : <?BSTR("page")>
+ <?!("X", 7)>
+</h1>
 <?ROOMINFO>
 <p id="nummsgs"><?NUMMSGS></p>
 </div>