Subversion Repositories ALCASAR

Rev

Rev 2807 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log

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