Code

bf00c46ac5502b0b468c4c39032c4dc7154310c7
[gosa.git] / gosa-core / 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>
14 </body>
15 <!-- Place cursor -->
16 <script language="JavaScript" type="text/javascript">
17   <!-- // First input field on page
18   focus_field('dummy');
19   -->
20 </script>
22 </html>