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:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
|
<?
include("header.php";);
?>
<html>
<table id="Table_01" width="625" height="62" border="0" cellpadding="0" cellspacing="0">
<tr>
<a href="?site=pferd&cat=Allgemein&id=<? echo"$id"; ?>" onMouseOut="document.b1.src='images/buttons_02.gif'" onMouseOver="document.b1.src='images/buttons_02_1.jpg'">
<img src="images/buttons_02.gif" name="b1" border=0>
<a href="?site=pferd&cat=Verfassung&id=<? echo"$id"; ?>" onMouseOut="document.b3.src='images/buttons_04.gif'" onMouseOver="document.b3.src='images/buttons_04_1.jpg'">
<img src="images/buttons_04.gif" name="b3" border=0>
</td>
</tr>
</table></html>
<?
$sql2 = "select * from hundesteckbrief where id='$id'";
$ergebnis2 = mysql_query($sql2, $verbindung);
$hund = mysql_fetch_object($ergebnis2);
if($hund->besitzer != $_SESSION["username"])
{
echo"<h1>Hinweis</h1><br>Dies ist nicht dein Hund!!";
include("footer.php";);
exit();
}
include("preisberechnung1.php";);
echo"<font size='6'><b>
$hund->name</b></font><br><br>
";
if ($hund->gesundheit <= 15)
{
echo "Deinem Hund geht es schlecht! Die Gesundheit ist zu weit gesunken!<br><br>Du hast ihn vernachlässigt!
Du musst ihn leider einschläfern lassen, denn auch der Tierarzt kann nichts mehr für deinen Hund tun!!
<br>
<a href='einschlaefern.php?name=".$pferd->name."'>Einschläfern lassen</a>
";
include ("footer.php";);
exit;
}
if($cat == "Allgemein" or $cat == "";)
{
echo"
<table border=0 width=600>
<tr valign='top'>
<td width=300 valign='top'><h2>Beschreibung</h2><a href='beschreibung.php?name=$hund->name'><font size='-3'>Beschreibung ändern</a></font><br><center>";
echo"<textarea cols='40' rows='8'>
$hund->beschreibung</textarea>";
echo"
</td></tr>";
}
//Verfassung ANFANG
if($cat == "Verfassung";)
{
$sql = "SELECT * FROM Tierarzthund WHERE hund='$hund->name'";
$ergebnis = mysql_query($sql, $verbindung);
$tahs1 = mysql_fetch_object($ergebnis);
if($tahs1->hund == true)
{
$textta = "<font size='-3'><i>in Behandlung</i>";
}
else{
$textta = "<a href='tierarzt.php?name=$hund->name'>Behandeln</a>";
}
echo"
<table border=0 ><tr>
<td valign='top'>
<h2>Grundzustand</h2><br><br><center>
<table border=0 width=350>
echo"</tr>
<tr><td ><b>Gesundheit</td><td style='font-size: 7pt;'><table border=0 width='".$hund->gesundheit."%' height=6 style='font-size: 8px; color: #ffffff;' bgcolor=#451e00> <tr><td></td></tr></table> $hund->gesundheit %</td><td style='font-size: 7pt;'>$textta</td></tr>
<tr><td ><b>Vertrauen</td><td style='font-size: 7pt;'><table border=0 width='".$hund->vertrauen."%' height=6 style='font-size: 8px; color: #ffffff;' bgcolor=#451e00> <tr><td></td></tr></table> $hund->vertrauen %</td><td style='font-size: 7pt;'><a href='vertrauen1.php?name=$hund->name'>Bürsten</a></tr>
<tr><td ><b>Erziehung</td><td style='font-size: 7pt;'><table border=0 width='".$hund->erziehung."%' height=6 style='font-size: 8px; color: #ffffff;' bgcolor=#451e00> <tr><td></td></tr></table> $hund->erziehung %</td><td style='font-size: 7pt;'><a href='erziehung1.php?name=$hund->name'>Gehorsamstraining</a></td></tr>
<tr><td ><b>Kondition</td><td style='font-size: 7pt;'><table border=0 width='".$hund->kondition."%' height=6 style='font-size: 8px; color: #ffffff;' bgcolor=#451e00> <tr><td></td></tr></table> $hund->kondition %</td><td style='font-size: 7pt;'><a href='kondition1.php?name=$hund->name'>Gassi gehen</a></td></tr>
</table>
</td>
";
}
<?
echo"
<table border=0><tr><td width=300><center>
";
if($bild == NULL)
{
$bild=$hund->bild;
}
echo"<img src='$bild' height='200' style='border:1px solid #451e00;'><br><bR>© <b>$hund->copyright</b></td><td>";
if($hund->bild == true)
{
echo"<a href='?site=hund&cat=$cat&id=$id&name=$hund->name&bild=$hund->bild'><img src='$hund->bild'width=40 style='border:1px solid #451e00;'></a><br>";
}
if($pferd->bild2 == true)
{
echo"<a href='?site=hund&cat=$cat&name=$hund->name&bild=$hund->bild2&id=$id'><img src='$hund->bild2'width=40 style='border:1px solid #451e00;'></a><br>";
}
if($pferd->bild3 == true)
{
echo"<a href='?site=hund&cat=$cat&name=$hund->name&bild=$hund->bild3&id=$id'><img src='$hund->bild3' width=40 style='border:1px solid #451e00;'></a><br>";
}
echo"</td><td>
";
//Allgemein ANFANG
echo"
<table border=0>
<tr >
<tr ><td ><b><u>Rasse</b></td><td>$hund->rasse</td></tr>
<tr >
|