Ignore:
Timestamp:
06/27/13 15:37:11 (11 years ago)
Author:
frank.jaeger
Message:

ALKIS-Auskunft Korrekturen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/info/info/alkis/alkisbaurecht.php

    r287 r288  
    2727        <link rel="stylesheet" type="text/css" href="alkisauszug.css"> 
    2828        <link rel="shortcut icon" type="image/x-icon" href="ico/Gericht.ico"> 
    29         <script type="text/javascript"> 
    30         function imFenster(dieURL) { 
    31                 var link = encodeURI(dieURL); 
    32                 window.open(link,'','left=10,top=10,width=680,height=800,resizable=yes,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes'); 
    33         } 
    34         </script> 
    3529</head> 
    3630<body> 
     
    6155        $artfest=$row["adfkey"];  // Art der Festlegung, Key 
    6256        $verfnr=$row["rechtbez"]; // Verfahrens-Nummer 
     57        $enam=$row["name"]; 
     58        $stellk=$row["stelle"]; // LEFT JOIN ! 
     59        $stellb=$row["stellbez"]; 
     60        $stella=$row["stellenart"]; 
    6361 
    6462        // Balken 
     
    7775                echo "\n</tr>"; 
    7876 
    79                 $enam=$row["name"]; 
    8077                if ($enam != "") { 
    8178                        echo "\n<tr>"; 
     
    8481                } 
    8582 
    86                 echo "\n<tr>"; 
    87                         echo "\n\t<td class='li'>Verfahrensnummer:</td>"; 
    88                         echo "\n\t<td>".$verfnr."</td>"; 
    89                         // if ($idanzeige) {linkgml($gkz, $gmlid, "Verfahren"); } // KEINE Bez.! 
    90                 echo "\n</tr>"; 
     83                if ($verfnr != "") { 
     84                        echo "\n<tr>"; 
     85                                echo "\n\t<td class='li'>Verfahrensnummer:</td>"; 
     86                                echo "\n\t<td>".$verfnr."</td>"; 
     87                                // if ($idanzeige) {linkgml($gkz, $gmlid, "Verfahren"); } // KEINE Bez.! 
     88                        echo "\n</tr>"; 
     89                } 
    9190 
    92                 $stellk=$row["stelle"]; // LEFT JOIN ! 
    93                 $stellb=$row["stellbez"]; 
    94                 $stella=$row["stellenart"]; 
    9591                if ($stellb != "") { // z.B. Umlegung mit und Baulast ohne Dienststelle 
    9692                        echo "\n<tr>"; 
     
    166162                        echo "\n\t<td class='fla'>".$row["amtlicheflaeche"]." m&#178;</td>"; 
    167163                        echo "\n\t<td class='nwlink noprint'>"; 
    168                                 echo "\n\t\t<a href='javascript:imFenster(\"alkisfsnw.php?gkz=".$gkz."&amp;gmlid=".$row["gml_id"]."&amp;eig=n\")' " ; 
     164                                echo "\n\t\t<a href='alkisfsnw.php?gkz=".$gkz."&amp;gmlid=".$row["gml_id"]."&amp;eig=n' " ; 
    169165                                        echo "title='Flurst&uuml;cksnachweis'>Flurst&uuml;ck "; 
    170166                                        echo "\n\t\t\t<img src='ico/Flurstueck_Link.ico' width='16' height='16' alt=''>"; 
Note: See TracChangeset for help on using the changeset viewer.