Ignore:
Timestamp:
02/07/11 16:24:47 (13 years ago)
Author:
frank.jaeger
Message:

ALKIS-Auskunft überarbeitet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/var/www/info/alkis/alkisfsnw.php

    r78 r81  
    1515        26.01.2011  Space in leere td 
    1616        01.02.2011  *Left* Join - Fehlertoleranz bei unvollstaendigen Schluesseltabellen 
     17        07.02.2011   
    1718        ToDo: 
    1819        - EntschlÃŒsseln "Bahnkategorie" bei Behnverkehr, "OberflÀchenmaterial" bei Unland 
     
    100101} 
    101102echo "\n<table class='outer'>\n<tr>\n\t<td>"; // linke Seite 
    102  
    103103        // darin Tabelle Kennzeichen 
    104104        echo "\n\t<table class='kennzfs' title='Flurst&uuml;ckskennzeichen'>\n\t<tr>"; 
     
    108108                        echo "<span class='key'>".$gmkgnr."</span><br>"; 
    109109                } 
    110                 echo $gemkname."</td>"; 
     110                echo $gemkname."&nbsp;</td>"; 
    111111                echo "\n\t\t<td title='Flurnummer'>".$flurnummer."</td>"; 
    112112                echo "\n\t\t<td title='Flurst&uuml;cksnummer (Z&auml;hler / Nenner)'><span class='wichtig'>".$flstnummer."</span></td>\n\t</tr>"; 
    113113        echo "\n\t</table>"; 
    114  
    115114echo "\n\t</td>\n\t<td>"; // rechte Seite 
    116  
    117115        // FS-Daten 2 Spalten 
    118116        echo "\n\t<table class='fsd'>"; 
     
    124122        if ($idanzeige) {linkgml($gkz, $gmlid, "Flurst&uuml;ck"); } 
    125123echo "\n\t</td>\n</tr>\n</table>"; 
    126  
    127124//      echo "\n<tr>\n\t<td>Finanzamt</td>\n\t<td>".$finanzamt." ".$finame  . "</td>\n</tr>"; 
    128125// Ende Seitenkopf 
     
    510507                                        echo "\n\t<tr>\n\t\t<td class='head'>Bezirk</td>"; 
    511508                                                echo "\n\t\t<td class='head'>".$blattartg."</td>"; 
    512                                                 echo "\n\t\t<td class='head'>Lfd-Nr,</td>"; 
     509                                                echo "\n\t\t<td class='head'>Lfd-Nr.</td>"; 
    513510                                                echo "\n\t\t<td class='head'>Buchungsart</td>"; 
    514511                                        echo "\n\t</tr>"; 
     
    518515                                                                echo "<span class='key'>".$rowg["bezirk"]."</span><br>"; 
    519516                                                        } 
    520                                                         echo $beznam; 
    521                                                 echo "</td>"; 
     517                                                echo $beznam."&nbsp;</td>"; 
    522518 
    523519                                                echo "\n\t\t<td title='Grundbuch-Blatt'><span class='wichtig'>".$rowg["blatt"]."</span></td>"; 
     
    529525                                                                echo "<span class='key'>".$rows["buchungsart"]."</span><br>"; 
    530526                                                        } 
    531                                                         echo $rows["bart"]; 
    532                                                 echo "</td>"; 
    533  
     527                                                echo $rows["bart"]."</td>"; 
    534528                                        echo "\n\t</tr>"; 
    535529                                echo "\n\t</table>"; 
     
    621615                $blattkeyan=$rowan["blattart"]; // Schluessel von Blattart 
    622616                $blattartan=blattart($blattkeyan); 
    623  
    624                 //echo "\n<p class='err'>SQL=<br>".$sql."</p>\n"; 
    625  
    626617                echo "\n<hr>\n<table class='outer'>"; 
    627618                echo "\n<tr>"; // 1 row only 
    628619                        echo "\n<td>"; // outer linke Spalte 
    629  
    630620                                // Rahmen mit Kennzeichen GB 
    631621                                if ($blattkeyan == 1000) { 
     
    640630                                                echo "\n\t\t<td class='head'>Buchungsart</td>"; 
    641631                                        echo "\n\t</tr>"; 
    642  
    643632                                        echo "\n\t<tr>"; 
    644633                                                echo "\n\t\t<td title='Grundbuchbezirk'>"; 
     
    658647                                                        echo $rowan["bart"]; 
    659648                                                echo "</td>"; 
    660  
    661649                                        echo "\n\t</tr>"; 
    662650                                echo "\n\t</table>"; 
     
    688676                        echo "\n<p>Blattart: ".$blattartan." (".$blattkeyan.").<br>\n";  
    689677                } 
    690  
    691                 // +++ Weitere Felder ausgeben ?? BeschreibungDesUmfangsDerBuchung 
     678                // +++ Weitere Felder ausgeben? BeschreibungDesUmfangsDerBuchung 
    692679                if ($rowan["nrpl"] != "") { 
    693680                        echo "<p class='nrap' title='Nummer im Aufteilungsplan'>Nummer <span class='wichtig'>".$rowan["nrpl"]."</span> im Aufteilungsplan.</p>"; 
     
    696683                        echo "<p class='sond' title='Sondereigentum'>Verbunden mit dem Sondereigentum<br>".$rowan["sond"]."</p>"; 
    697684                } 
    698  
    699685                if ($eig=="j") { 
    700686                        $n = eigentuemer($con, $gkz, $idanzeige, $rowan["g_gml"], false, $showkey); // ohne Adresse 
Note: See TracChangeset for help on using the changeset viewer.