toggleModal() now explicitly accepts an argument of 1 (on) or 0 (off)
[citadel.git] / webcit / static / t / confirmlogoff.html
1 <html>
2 <body>
3 <center>
4 <h1><a href="termquit"><img src="static/logoff_32x.gif" border="0">&nbsp;<?_("Log off")></a></h1>
5 <h1><a href="javascript:toggleModal(0);"><img src="static/closewindow.gif" height="32" width="32" border="0">&nbsp;<?_("Cancel")></a></h1>
6 </center>
7 </body>
8 </html>