Subversion Repositories personal-webbase

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

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