When authentication is successful, display a 'please wait' message in the login box...
[citadel.git] / webcit / static / t / get_logged_in.html
index a2289a49fca1d6d0bf31b1dd5d3504b823949689..27b75a773b0142de41882fe247d3fd0414c6242a 100644 (file)
 <div class="logbuttons"><a href="javascript:ajax_try_aol();"><?_("Log in")></a></div>
 </div>
 
+<div class="authbox" id="authbox_success" style="display: none">
+       <br><br><br>
+       <div align="center"><h1>
+               <img src="static/webcit_icons/throbber.gif" alt="">
+               &nbsp;
+               <?_("Please wait")>...
+       </h1></div>
+</div>
+
 </div>
 </body>
 </html>