]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/head.html
Login: fix typo in token
[citadel.git] / webcit / static / t / head.html
index fee9ca6ebcaffa0dd4034a10efb18929a3a9ed0b..011e33e42fcf62c67485b49a3585001438d85e8c 100644 (file)
@@ -30,7 +30,6 @@
        </head>
 <body>
 <div id="is_logged_in" style="display:none"><?%("COND:LOGGEDIN", 1, 1, 1, "no", "yes")></div>
-<?ICONBAR>
 <!-- begin modal box -->
 <div id="modal">
        <div class="md-overlay-decorator">
@@ -42,6 +41,7 @@
                        <div class="md-dialog-wrap">
                                <div class="md-dialog" id="dialog">
                                        <div class="md-content" id="md-content">
+                                         <?!("COND:LOGGEDIN", 1)><?=("get_logged_in")><??("X", 1)>
                                                <!-- contents of modal box go here -->
                                        </div>
                                </div>
@@ -50,5 +50,6 @@
        </div>
 </div>
 <!-- end modal box -->
+<?ICONBAR>
 <div id="global">
 <!--("end head.html")-->