kleine constant Fehler geändert
This commit is contained in:
@ -176,7 +176,7 @@ function cursorhand()
|
||||
<b>Vertiefungsbereich</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3a[bezeichnung] == $row_alta[bezeichnung]){
|
||||
if($row3a['bezeichnung'] == $row_alta['bezeichnung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -190,7 +190,7 @@ function cursorhand()
|
||||
<b>Art der Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3b[bezeichnung] == $row_altb[bezeichnung]){
|
||||
if($row3b['bezeichnung'] == $row_altb['bezeichnung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -204,7 +204,7 @@ function cursorhand()
|
||||
<b>Bezeichnung der Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[bez] == $row_altc[bez]){
|
||||
if($row3c['bez'] == $row_altc['bez']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -218,7 +218,7 @@ function cursorhand()
|
||||
<b>Straße und Nr. der Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[str] == $row_altc[str]){
|
||||
if($row3c['str'] == $row_altc['str']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -232,14 +232,14 @@ function cursorhand()
|
||||
<b>PLZ Ort</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[plz] == $row_altc[plz]){
|
||||
if($row3c['plz'] == $row_altc['plz']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
}
|
||||
echo"
|
||||
<font color='$color'>$row3c[plz]</font>";
|
||||
if($row3c[ort] == $row_altc[ort]){
|
||||
if($row3c['ort'] == $row_altc['ort']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -252,14 +252,14 @@ function cursorhand()
|
||||
<b>PLZ Postfach</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[plz_postfach] == $row_altc[plz_postfach]){
|
||||
if($row3c['plz_postfach'] == $row_altc['plz_postfach']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
}
|
||||
echo"
|
||||
<font color='$color'>$row3c[plz_postfach]</font>";
|
||||
if($row3c[postfach] == $row_altc[postfach]){
|
||||
if($row3c['postfach'] == $row_altc['postfach']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -273,7 +273,7 @@ function cursorhand()
|
||||
<b>Bundesland</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[bundesland] == $row_altc[bundesland]){
|
||||
if($row3c['bundesland'] == $row_altc['bundesland']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -287,7 +287,7 @@ function cursorhand()
|
||||
<b>Staat</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[staat] == $row_altc[staat]){
|
||||
if($row3c['staat'] == $row_altc['staat']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -301,14 +301,14 @@ function cursorhand()
|
||||
<b>Zeitraum bei dieser Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3[beginn] == $row_alt[beginn]){
|
||||
if($row3['beginn'] == $row_alt['beginn']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
}
|
||||
echo"
|
||||
<font color='$color'>$row3[beginn]</font> - ";
|
||||
if($row3[ende] == $row_alt[ende]){
|
||||
if($row3['ende'] == $row_alt['ende']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -322,7 +322,7 @@ function cursorhand()
|
||||
<b>Abteilung</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3[abteilung] == $row_alt[abteilung]){
|
||||
if($row3['abteilung'] == $row_alt['abteilung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -336,7 +336,7 @@ function cursorhand()
|
||||
<b>Tel. der Abteilung</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3[tel_abteilung] == $row_alt[tel_abteilung]){
|
||||
if($row3['tel_abteilung'] == $row_alt['tel_abteilung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -357,7 +357,7 @@ function cursorhand()
|
||||
<b>Vertiefungsbereich</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3a[bezeichnung] == $row_alta[bezeichnung]){
|
||||
if($row3a['bezeichnung'] == $row_alta['bezeichnung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -371,7 +371,7 @@ function cursorhand()
|
||||
<b>Art der Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3b[bezeichnung] == $row_altb[bezeichnung]){
|
||||
if($row3b['bezeichnung'] == $row_altb['bezeichnung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -385,7 +385,7 @@ function cursorhand()
|
||||
<b>Bezeichnung der Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[bez] == $row_altc[bez]){
|
||||
if($row3c['bez'] == $row_altc['bez']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -399,7 +399,7 @@ function cursorhand()
|
||||
<b>Straße und Nr. der Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[str] == $row_altc[str]){
|
||||
if($row3c['str'] == $row_altc['str']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -413,14 +413,14 @@ function cursorhand()
|
||||
<b>PLZ Ort</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[plz] == $row_altc[plz]){
|
||||
if($row3c['plz'] == $row_altc['plz']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
}
|
||||
echo"
|
||||
<font color='$color'>$row_altc[plz]</font>";
|
||||
if($row3c[ort] == $row_altc[ort]){
|
||||
if($row3c['ort'] == $row_altc['ort']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -433,14 +433,14 @@ function cursorhand()
|
||||
<b>PLZ Postfach</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[plz_postfach] == $row_altc[plz_postfach]){
|
||||
if($row3c['plz_postfach'] == $row_altc['plz_postfach']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
}
|
||||
echo"
|
||||
<font color='$color'>$row_altc[plz_postfach]</font>";
|
||||
if($row3c[postfach] == $row_altc[postfach]){
|
||||
if($row3c['postfach'] == $row_altc['postfach']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -454,7 +454,7 @@ function cursorhand()
|
||||
<b>Bundesland</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[bundesland] == $row_altc[bundesland]){
|
||||
if($row3c['bundesland'] == $row_altc['bundesland']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -468,7 +468,7 @@ function cursorhand()
|
||||
<b>Staat</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3c[staat] == $row_altc[staat]){
|
||||
if($row3c['staat'] == $row_altc['staat']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -482,14 +482,14 @@ function cursorhand()
|
||||
<b>Zeitraum bei dieser Praxisstelle</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3[beginn] == $row_alt[beginn]){
|
||||
if($row3['beginn'] == $row_alt['beginn']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
}
|
||||
echo"
|
||||
<font color='$color'>$row_alt[beginn]</font> - ";
|
||||
if($row3[ende] == $row_alt[ende]){
|
||||
if($row3['ende'] == $row_alt['ende']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -503,7 +503,7 @@ function cursorhand()
|
||||
<b>Abteilung</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3[abteilung] == $row_alt[abteilung]){
|
||||
if($row3['abteilung'] == $row_alt['abteilung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -517,7 +517,7 @@ function cursorhand()
|
||||
<b>Tel. der Abteilung</b>
|
||||
</td>
|
||||
<td width='60%'>";
|
||||
if($row3[tel_abteilung] == $row_alt[tel_abteilung]){
|
||||
if($row3['tel_abteilung'] == $row_alt['tel_abteilung']){
|
||||
$color='black';
|
||||
}else{
|
||||
$color='red';
|
||||
@ -571,4 +571,4 @@ function cursorhand()
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user