3100 |
rexy |
1 |
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>"; ?>
|
2807 |
rexy |
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
4 |
<head>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
6 |
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
|
7 |
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
|
8 |
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
|
|
9 |
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
|
|
|
10 |
<title>phpSysInfo - Redirection</title>
|
|
|
11 |
<noscript>
|
|
|
12 |
<meta http-equiv="refresh" content="2; URL=index.php?disp=static" />
|
|
|
13 |
</noscript>
|
|
|
14 |
<script type="text/JavaScript" language="JavaScript">
|
|
|
15 |
<!--
|
|
|
16 |
var sTargetURL = "index.php?disp=static";
|
|
|
17 |
//-->
|
|
|
18 |
</script>
|
|
|
19 |
<script type="text/JavaScript" language="JavaScript1.1">
|
|
|
20 |
<!--
|
|
|
21 |
sTargetURL = "index.php?disp=bootstrap";
|
|
|
22 |
//-->
|
|
|
23 |
</script>
|
|
|
24 |
<!--[if lt IE 8]>
|
|
|
25 |
<script type="text/JavaScript" language="JavaScript">
|
|
|
26 |
sTargetURL = "index.php?disp=dynamic";
|
|
|
27 |
</script>
|
|
|
28 |
<![endif]-->
|
|
|
29 |
<script type="text/JavaScript" language="JavaScript">
|
|
|
30 |
<!--
|
|
|
31 |
function doRedirect() {
|
|
|
32 |
setTimeout( "window.location.href = sTargetURL", 2*1000 );
|
|
|
33 |
}
|
|
|
34 |
//-->
|
|
|
35 |
</script>
|
|
|
36 |
<script type="text/JavaScript" language="JavaScript1.1">
|
|
|
37 |
<!--
|
|
|
38 |
function doRedirect() {
|
|
|
39 |
window.location.replace( sTargetURL );
|
|
|
40 |
}
|
|
|
41 |
doRedirect();
|
|
|
42 |
//-->
|
|
|
43 |
</script>
|
|
|
44 |
</head>
|
|
|
45 |
<body onload="doRedirect()">
|
|
|
46 |
<h1>REDIRECTING ... </h1>
|
|
|
47 |
<div style="position:absolute;top:150px;text-align:center;width:95%;">
|
|
|
48 |
<p style="margin:12pt;">Loading <a href="index.php?disp=static">redirection target</a></p>
|
|
|
49 |
<p style="margin:12pt;">In approx. 2 seconds the redirection target page should load.<br/>
|
|
|
50 |
If it doesn't please select the link above.</p>
|
|
|
51 |
<p style="margin:12pt;">Generated by <a href="http://phpsysinfo.sourceforge.net/">phpSysInfo - <?php echo PSI_VERSION_STRING ?></a></p>
|
|
|
52 |
</div>
|
|
|
53 |
</body>
|
|
|
54 |
</html>
|