Lieber Besucher, herzlich willkommen bei: FLFBook Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
|
|
Quellcode |
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 |
<center><br /><br />
<table width="70%">
<tr>
<td>
<center><img src="images/gaestebuch.png" width="600" height="450" /></center><br/><br/><br/>
</td>
</tr>
</table>
<a href="http://www.flf-book.de/betziswelt.htm"><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="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}
<a href="http://www.flf-book.de/betziswelt.htm"><b>Eintrag
hinzufügen</b></a><br/><br/><br/>
</center>
|
|
|
Quellcode |
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 |
<html>
<head>
<title>Beispielgästebuch Nr.2</title>
<style>
<!--
body,table,tr,td {
font-family:Verdana, Arial;
font-size:12px;
fontcolor:#
000000; background-color: #009;
color: #FFF;
}
//-->
</style>
</head>
<body bgcolor="#FFFFFF">
<center>
<h2> Eintrag hinzufügen</h2>
<form method="post"
action="http://www.flf-book.de/betziswelt/eintrag.php?action=write_entry&user=
Bsp1" name="neu" enctype="multipart/form-data">
<table>
<tr>
<td>Name:</td> <td><input type="text" name="name" size="30"></td></tr>
<tr><td>Email Adresse:</td> <td><input type="text" name="e_mail"
size="30"></td></tr>
<tr><td>Homepage:</td> <td><input type="text" name="web_seite"
size="30"></td>
</tr>
</table>
<br/>
Nachricht:<br/>
<textarea name="nachricht" cols="30" rows="9"></textarea><br/><br/>
Bild hochladen: <input size="15" name="Datei" type="file" /><br/><br/>
<input type="submit" value="Abschicken" onFocus="this.blur()">
</form><br/><br/><br/>
</center>
</body>
</html>
|
Zitat
http://www.flf-book.de/betziswelt/eintrag.php?action=write_entry&user=betziswelt
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<center><br /><br /> <h2> Eintrag hinzufügen</h2> <form method="post" action="http://www.flf-book.de/betziswelt/eintrag.php?action=write_entry&user=betziswelt" name="neu" enctype="multipart/form-data"> <table> <tr> <td>Name:</td> <td><input type="text" name="name" size="30"></td></tr> <tr><td>Email Adresse:</td> <td><input type="text" name="e_mail" size="30"></td></tr> <tr><td>Homepage:</td> <td><input type="text" name="web_seite" size="30"></td> </tr> </table> <br/> Nachricht:<br/> <textarea name="nachricht" cols="30" rows="9"></textarea><br/><br/> Bild hochladen: <input size="15" name="Datei" type="file" /><br/><br/> <input type="submit" value="Abschicken" onFocus="this.blur()"> </form><br/><br/><br/> </center> |

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »betziswelt« (24. Januar 2012, 20:07)
|
|
Quellcode |
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 |
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Rahmenvorlage.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="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="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="uebermich.html" />
<area shape="rect" coords="142,306,263,359" href="http://betziswelt.de/word" />
<area shape="rect" coords="267,307,383,359" href="betzi.html" />
<area shape="rect" coords="387,308,512,358" href="katzen.html" />
<area shape="rect" coords="535,309,728,359" href="regenbogenbruecke.html" />
<area shape="rect" coords="732,308,882,359" href="gaestebuch.html" />
<area shape="rect" coords="886,309,996,358" href="links.html" />
<area shape="rect" coords="3,3,998,300" href="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="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="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="impressum.html">Impressum </a>• <a href="kontakt.html">Kontakt </a>• <a href="index.html">Home </a>
</center>
</p>
<!-- end .footer --></div>
<!-- end .container --></div>
</div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>
|
|
|
PHP-Quelltext |
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 |
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Rahmenvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- 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="uebermich.html" />
<area shape="rect" coords="142,306,263,359" href="http://betziswelt.de/word" />
<area shape="rect" coords="267,307,383,359" href="betzi.html" />
<area shape="rect" coords="387,308,512,358" href="katzen.html" />
<area shape="rect" coords="535,309,728,359" href="regenbogenbruecke.html" />
<area shape="rect" coords="732,308,882,359" href="gaestebuch.html" />
<area shape="rect" coords="886,309,996,358" href="links.html" />
<area shape="rect" coords="3,3,998,300" href="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="impressum.html">Impressum </a>• <a href="kontakt.html">Kontakt </a>• <a href="index.html">Home </a>
</center>
</p>
<!-- end .footer --></div>
<!-- end .container --></div>
</div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>
|
Also die CSS dings sind alle da, das passt, aber die Grafik für das Gästebuch und die Zwischengrafik fehlt. Schau mal kurz selber: http://www.flf-book.de/Benutzer/betziswelt.htm