Code

Udpated JS focus,
[gosa.git] / ihtml / themes / default / logout.tpl
1 <body style="background-color: white;background-image:none;">
3 <form action='index.php' method='post' name='mainform'>
4 <div style="margin-left:10%; margin-right:10%; margin-top:5%; border:2px solid red;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:20px;">
5  <h1>{t}Your GOsa session has expired!{/t}</h1>
6  <p>
7  {t}The last interaction with the GOsa web interface has been some time ago in the past. For security reasons, the session has been closed. To continue with administrative tasks, please sign in again.{/t}
8  </p>
9  <br>
10  <center><input type="submit" name="dummy" value="{t}Sign in again{/t}"></center>
11 </div>
12 </form>
13 </body>
14 <!-- Place cursor -->
15 <script language="JavaScript" type="text/javascript">
16   <!-- // First input field on page
17   focus_field('dummy');
18   -->
19 </script>