Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / ihtml / themes / default / logout-close.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 been closed!{/t}</h1>
6  <p>
7  {t}Please close this browser window and clean the authentication caches to avoid an automatic re-authentication by your browser.{/t}
8  </p>
9 </div>
10 </form>
12 </body>
13 </html>