1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Rahmenvorlagegaestebuch.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Unbenanntes Dokument</title>
<!-- InstanceEndEditable -->
<link href="http://www.betziswelt.de/web1/stylesheets/layout.css" rel="stylesheet" type="text/css" />
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
if (document.layers){
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;
function rightclick(e) {
if (e.which == 3) {
// Put right mouse code here
alert('COPYRIGHT!');
return false;
}
else {
return true;
}
}
}
if (document.all){
function click() {
if (event.button==2) {
alert('COPYRIGHT!')
}
if (event.button==3) {
alert('COPYRIGHT!')}
}
document.onmousedown=click
}
// -->
</script>
</head>
<body>
<div id="rahmen1">
<div id="rahmen2">
<div id="rahmen3">
<div class="container">
<div class="header"><img src="http://www.betziswelt.de/web1/images/bannerblaubutton1.jpg" width="1000" height="365" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="4,306,139,360" href="http://www.betziswelt.de/web1/uebermich.html" />
<area shape="rect" coords="142,306,263,359" href="http://betziswelt.de/word" />
<area shape="rect" coords="267,307,383,359" href="http://www.betziswelt.de/web1/betzi.html" />
<area shape="rect" coords="387,308,512,358" href="http://www.betziswelt.de/web1/katzen.html" />
<area shape="rect" coords="535,309,728,359" href="http://www.betziswelt.de/web1/regenbogenbruecke.html" />
<area shape="rect" coords="732,308,882,359" href="http://www.flf-book.de/Benutzer/betziswelt.htm" />
<area shape="rect" coords="886,309,996,358" href="http://www.betziswelt.de/web1/links.html" />
<area shape="rect" coords="3,3,998,300" href="http://www.betziswelt.de/web1/index.html" />
</map>
<!-- end .header --></div>
<div class="sidebar1">
<!-- end .sidebar1 --></div>
<div class="content"><!-- InstanceBeginEditable name="Hauptinhalt" -->
<center><br /><br />
<table width="70%">
<tr>
<td>
<center><img src="http://www.betziswelt.de/web1/images/gaestebuch.png" width="600" height="450" /></center><br/><br/><br/>
</td>
</tr>
</table>
<a href="http://www.betziswelt.de/web1/gaestebucheintragen.html"><b>Eintrag hinzufügen</b></a><br/>
<!-- BEGIN Eintrag -->
<table border="0" cellpadding="0" cellspacing="0" width="70%">
<tr>
<td><div align="left"><script language="javascript">
document.write('<a href="mailto:{Email}"><b>{Name}</b></a>')
</script>
<!-- BEGIN Ifwebseite -->
<a href="http://{Webseite}" target="_blank"><img
src="http://www.flf-book.de/FLFBook/Grafiken/webseite.gif" border="0"
align="absmiddle"></a>
<!-- END Ifwebseite -->
</div>
</td>
<td><div align="right">{Datum}</div></td>
</tr>
<tr><td colspan="2"><hr noshside height="1" color="#000000"></td></tr>
<tr><td colspan="2">
{Nachricht}
<!-- BEGIN Ifkommentar -->
<br/><br/>
<b>Kommentar von {Kommentar_von}:</b><br/>
{Kommentar}
<br/>
<!-- END Ifkommentar -->
<center><img src="http://www.betziswelt.de/web1/images/zwischenbildkatze.png" width="356" height="221" /></center></td></tr>
</table>
<br/><br/><br/>
<!-- END Eintrag -->
<table border="0" width="80%">
<tr>
<td><center>{Navigation}<br/><br/>
Einträge {Eintrag_von} bis {Eintrag_bis} von {Eintrag_gesamt}
</center>
</td>
</tr>
</table>
<br/><br/><br/>{Copyright}<br /><br />
<a href="http://www.betziswelt.de/web1/gaestebucheintragen.html"><b>Eintrag hinzufügen</b></a><br/><br/><br/>
</center>
<!-- InstanceEndEditable -->
<!-- end .content --></div>
<div class="footer">
<p><center>© by Stephanie Faßbender • <a href="http://www.betziswelt.de/web1/impressum.html">Impressum </a>• <a href="http://www.betziswelt.de/web1/kontakt.html">Kontakt </a>• <a href="http://www.betziswelt.de/web1/index.html">Home </a>
</center>
</p>
<!-- end .footer --></div>
<!-- end .container --></div>
</div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>
|