Subversion Repositories personal-webbase

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 daniel-mar 1
<?php
2
 
3
require 'includes/main.inc.php';
4
require 'includes/modulinit.inc.php'; // Für $design_ordner
5
 
6
?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
7
 
8
<html>
9
 
10
<head>
11
         <title>ViaThinkSoft Personal WebBase</title>
12
         <link href="style.css.php" rel="stylesheet" type="text/css">
13
         <meta name="robots" content="noindex">
14
</head>
15
 
16
<body onload="framefertig()" class="margin_top">
17
 
18
<script language="JavaScript" type="text/javascript">
19
<!--
20
        function framefertig()
21
        {
22
                fertig = "1";
23
        }
24
// -->
25
</script>
26
 
27
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="height:100%">
28
<tr>
29
<td align="left" valign="middle" width="100%">
30
 
31
<table cellspacing="0" cellpadding="0" border="0">
32
<tr>
33
<td valign="bottom" align="left">
34
 
35
<table cellspacing="0" cellpadding="0" border="0">
36
<tr class="row_top">
37
<td><img src="designs/spacer.gif" alt="" width="3" height="52"></td>
38
<td><img src="<?php
39
 
40
echo $design_ordner;
41
 
42
if (file_exists($design_ordner.'images/logo.png'))
43
{
44
        echo 'images/logo.png';
45
}
46
else if (file_exists($design_ordner.'images/logo.gif'))
47
{
48
        echo 'images/logo.gif';
49
}
50
 
51
?>" alt="ViaThinkSoft Personal WebBase" width="210" height="52"></td>
52
<td><img src="designs/spacer.gif" alt="" width="3" height="52"></td>
53
</tr>
54
</table>
55
 
56
</td>
57
<td><img src="designs/spacer.gif" alt="" width="7" height="1"></td>
58
<td valign="bottom" align="left" width="100%">
59
 
60
<table cellspacing="0" cellpadding="0" border="0">
61
<tr class="row_top">
62
<td><img src="designs/spacer.gif" alt="" width="4" height="52"></td>
63
<td valign="bottom"><img src="designs/spacer.gif" alt="" height="4" width="1"><br><span id="ueberschrift" style="font-size:1.4em"></span><br><img src="designs/spacer.gif" alt="" height="4" width="1"><br><img src="designs/spacer.gif" alt="" width="210" height="1"></td>
64
<td><img src="designs/spacer.gif" alt="" width="4" height="52"></td>
65
</tr>
66
</table>
67
 
68
</td></tr>
69
</table>
70
 
71
</td>
72
<td valign="middle" align="right">
73
 
74
<table cellspacing="0" cellpadding="0" border="0">
75
<tr class="row_top">
76
<td><img src="designs/spacer.gif" alt="" width="8" height="52"></td>
77
<td align="right"><?php
78
 
79
$zeile = $_SERVER['HTTP_HOST'].' ['.$_SERVER['SERVER_ADDR'].']';
80
 
81
echo '<div style="white-space:nowrap;font-size:1.4em">'.$zeile.'</div>';
82
echo '<div style="white-space:nowrap;font-size:1.2em">Version '.$WBConfig->getRevision().' ('.$WBConfig->getRevDatum().')</div>';
83
 
84
?></td>
85
<td><img src="designs/spacer.gif" alt="" width="8" height="52"></td>
86
</tr>
87
</table>
88
 
89
</td>
90
</tr>
91
</table>
92
 
93
</body>
94
 
95
</html>