]> git.datanom.net - webcal.git/blob - error.html
Initial upload
[webcal.git] / error.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- $Id$ -->
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6 <head>
7 <title>Web Calendar</title>
8 <link rel="stylesheet" type="text/css" href="css/top_level.css" />
9 <link rel="shortcut icon" href="pixmaps/favicon.ico" />
10 </head>
11 <body>
12 <div id="error_msg">
13 <h1 style="text-align: center">Redirecting Error occured</h1>
14 <p style="text-align: center">
15 Your session has expired<br/>
16 or you have tried to by-pass the login system.<br/>
17 You can increase your session timeout in the config menu.
18 </p>
19 <p style="text-align: center">
20 Please login <a href="login.php">here</a>
21 </p>
22 </div>
23 </body>
24 </html>
This page took 0.079891 seconds and 6 git commands to generate.