Code

Fixed initial errors
[gosa.git] / gosa-core / ihtml / themes / default / logout.tpl
1 <body>
3 <form action='index.php' method='post' name='mainform'>
5 <div class='logout-box'>
6  <h2>{t}Your GOsa session has expired!{/t}</h2>
8  <p>
9  {t}It has been a while since your last interaction with GOsa took place. Your session has been closed for security reasons. Please login again to continue with administrative tasks.{/t}
10  </p>
12  <hr>
14  <div class='plugin-actions'>
15   <center>
16    <button type="submit" name="dummy">{t}Login again{/t}</button>
17   </center>
18  </div>
19 </div>
21 </form>
23 <!-- Place cursor -->
24 <script language="JavaScript" type="text/javascript">
25   <!-- // First input field on page
26   focus_field('dummy');
27   -->
28 </script>
30 </body>
31 </html>