Ignore:
Timestamp:
12/09/15 16:00:54 (8 years ago)
Author:
frank.jaeger
Message:

Grafiken in der Auskunft umgestellt von .ico auf .png

File:
1 edited

Legend:

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

    r350 r355  
    1515        2014-09-30 RÃŒckbau substring(gml_id) 
    1616        2014-12-30 Berechtigte GB nach "an BVNR" dieses Bestandes sortieren 
     17        2015-12-09 Austausch .ico durch .png 
    1718*/ 
    1819session_start(); 
     20$id="n"; 
    1921$cntget = extract($_GET); 
    2022require_once("alkis_conf_location.php"); 
     
    7072        $blattart=blattart($blattkey); 
    7173        echo "<p class='gbkennz'>ALKIS Bestand ".$row["bezirk"]." - ".$row["nr"]."&nbsp;</p>\n"; // Balken 
    72         echo "\n<h2><img src='ico/Grundbuch.ico' width='16' height='16' alt=''> Grundbuch</h2>"; 
     74        echo "\n<h2><img src='ico/Grundbuch.png' width='16' height='16' alt=''> Grundbuch</h2>"; 
    7375        echo "\n<table class='outer'>\n<tr>\n\t<td>"; // Kennz. im Rahmen 
    7476                if ($blattkey == 1000) { 
     
    105107} else { 
    106108        // E I G E N T U E M E R 
    107         echo "\n<h3><img src='ico/Eigentuemer_2.ico' width='16' height='16' alt=''> Angaben zum Eigentum</h3>\n"; 
     109        echo "\n<h3><img src='ico/Eigentuemer_2.png' width='16' height='16' alt=''> Angaben zum Eigentum</h3>\n"; 
    108110        $n = eigentuemer($con, $gmlid, true, ""); // MIT Adressen. 
    109111        if ($n == 0) { // keine NamensNr, kein Eigentuemer 
     
    131133} 
    132134if ($anz > 0) { 
    133         echo "\n<hr>\n\n<h3><img src='ico/Flurstueck.ico' width='16' height='16' alt=''> Rechte und Flurst&uuml;cke</h3>"; 
     135        echo "\n<hr>\n\n<h3><img src='ico/Flurstueck.png' width='16' height='16' alt=''> Rechte und Flurst&uuml;cke</h3>"; 
    134136        echo "\n<table class='fs'>"; 
    135137        echo "\n<tr>"; // zusÀtzliche Kopfzeile 
     
    144146        echo "\n</tr>"; 
    145147} else { 
    146         echo "\n<hr>\n\n<h3><img src='ico/Flurstueck.ico' width='16' height='16' alt=''> Flurst&uuml;cke</h3>"; 
     148        echo "\n<hr>\n\n<h3><img src='ico/Flurstueck.png' width='16' height='16' alt=''> Flurst&uuml;cke</h3>"; 
    147149        echo "\n<table class='fs'>"; 
    148150} 
     
    295297                                                echo "' title='Grundbuchnachweis des dienenden Blattes'>"; 
    296298                                                echo $fbbart; 
    297                                         echo " <img src='ico/GBBlatt_link.ico' width='16' height='16' alt=''></a></p>"; 
     299                                        echo " <img src='ico/GBBlatt_link.png' width='16' height='16' alt=''></a></p>"; 
    298300                                echo "</td>"; 
    299301                        echo "\n</tr>";  
     
    378380while($rowb = pg_fetch_array($resb)) { 
    379381        if ($b == 0) { // Ueberschrift und Tabelle nur ausgeben, wenn etwas gefunden wurde 
    380                 echo "\n<h3><img src='ico/Grundbuch_zu.ico' width='16' height='16' alt=''> Berechtigte Grundb&uuml;cher</h3>\n"; 
     382                echo "\n<h3><img src='ico/Grundbuch_zu.png' width='16' height='16' alt=''> Berechtigte Grundb&uuml;cher</h3>\n"; 
    381383                echo "\n<table class='outer'>"; 
    382384                echo "\n<tr>"; // Tab Kopf 
     
    448450                                echo "' title='Nachweis des berechtigten Blattes an ".$blattart."'>"; // oder "zu" statt "an" 
    449451                                echo blattart($blart); 
    450                                 echo " \n\t\t\t<img src='ico/GBBlatt_link.ico' width='16' height='16' alt=''></a>"; 
     452                                echo " \n\t\t\t<img src='ico/GBBlatt_link.png' width='16' height='16' alt=''></a>"; 
    451453                        echo "\n\t\t</p>"; 
    452454                echo "</td>"; 
     
    469471        <div class='buttonbereich noprint'> 
    470472        <hr> 
    471                 <a title="zur&uuml;ck" href='javascript:history.back()'><img src="ico/zurueck.ico" width="16" height="16" alt="zur&uuml;ck"></a>&nbsp; 
    472                 <a title="Drucken" href='javascript:window.print()'><img src="ico/print.ico" width="16" height="16" alt="Drucken"></a>&nbsp; 
    473                 <a title="Export als CSV" href='javascript:ALKISexport()'><img src="ico/download_gb.ico" width="32" height="16" alt="Export"></a>&nbsp; 
     473                <a title="zur&uuml;ck" href='javascript:history.back()'><img src="ico/zurueck.png" width="16" height="16" alt="zur&uuml;ck"></a>&nbsp; 
     474                <a title="Drucken" href='javascript:window.print()'><img src="ico/print.png" width="16" height="16" alt="Drucken"></a>&nbsp; 
     475                <a title="Export als CSV" href='javascript:ALKISexport()'><img src="ico/download_gb.png" width="32" height="16" alt="Export"></a>&nbsp; 
    474476        </div> 
    475477</form> 
Note: See TracChangeset for help on using the changeset viewer.