Templated a new location in the banner to display loggedin/notloggedin
authorArt Cancro <ajc@citadel.org>
Wed, 22 Dec 2010 23:00:07 +0000 (18:00 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:29:55 +0000 (13:29 +0000)
webcit/static/t/loggedinas.html [new file with mode: 0644]
webcit/static/t/roombanner.html

diff --git a/webcit/static/t/loggedinas.html b/webcit/static/t/loggedinas.html
new file mode 100644 (file)
index 0000000..f6f448f
--- /dev/null
@@ -0,0 +1,3 @@
+<div class="infos">
+Logged in as FIXME
+</div>
index 0d211663477c23aba5310f3fa381ad976abb567d..bea5d7a2a89dc081e17087744dba0a66354b45e0 100644 (file)
@@ -13,7 +13,7 @@
                                <?!("X", 10)><?!("X", 9)>
                        <?!("X", 8)>
                </td>
-               <td><?=("readinfo")></td>
+               <td><?=("readinfo")><br><?=("loggedinas")></td>
                <td id="actiondiv">
                        <ul class="room_actions">
                                <li class="start_page"><?OFFERSTARTPAGE></li>