Ignore:
Timestamp:
05/03/18 12:37:54 (6 years ago)
Author:
frank.jaeger
Message:

Die Buchauskunft bekommt ein neues Modul Grundstücksnachweis (Buchung). Andere Module verlinken darauf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mapbender/http/nav/alkisnav_fkt.php

    r399 r405  
    77        2016-11-28 Gemeinsam genutzte Datenbanken ermöglichen 
    88        2018-02-15 Überarbeitung des Code 
     9        2018-05-02 Link "Buchung" zum neuen GrundstÃŒcks-Nachweis 
    910*/ 
    1011 
     
    176177        } 
    177178        if ($aktuell) {$cls=" aktuell";} else {$cls="";} 
    178         echo "\n<div class='gs".$cls."' title='".$ti."Grundst&uuml;ck'>" 
    179         ."\n\t<img class='nwlink' src='ico/Grundstueck.png' width='16' height='16' alt='GS'  title='".$ti."Grundst&uuml;ck'> ".$re; 
     179        echo "\n<div class='gs".$cls."' title='".$ti."Grundst&uuml;ck'>"; 
     180 
     181        // Icon / Nachweis 
     182        if ($buchunggml == "") { // Link zum Nachweis nur wenn GML bekannt 
     183                echo "\n\t<img class='nwlink' src='ico/Grundstueck.png' width='16' height='16' alt='GS'  title='".$ti."Grundst&uuml;ck'> ".$re; 
     184        } else { 
     185                echo "\n\t<a title='Nachweis' href='javascript:imFenster(\"".$auskpath."alkisgsnw.php?gkz=".$gkz."&amp;gmlid=".$buchunggml."\")'>" 
     186                        ."\n\t\t<img class='nwlink' src='ico/Grundstueck_Link.png' width='16' height='16' alt='Buchung' title='".$ti."Grundst&uuml;ck'> ".$re 
     187                ."\n\t</a> "; 
     188        } 
     189 
    180190        if ($blattkennz == "") { // ohne Link 
    181191                echo "Buchung ".$bvnra; 
Note: See TracChangeset for help on using the changeset viewer.