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/alkisstrasse.php

    r339 r355  
    1414        2014-09-16 Wechsel Gem./Flur durch <b> hervorheben 
    1515        2014-09-30 RÃŒckbau substring(gml_id) 
     16        2015-12-09 Austausch .ico durch .png 
    1617*/ 
    1718session_start(); 
     19$id="n"; 
    1820$cntget = extract($_GET); 
    1921require_once("alkis_conf_location.php"); 
     
    7880} 
    7981 
    80 echo "\n<h2><img src='ico/Strassen.ico' width='16' height='16' alt=''> Stra&szlig;e</h2>\n"; 
     82echo "\n<h2><img src='ico/Strassen.png' width='16' height='16' alt=''> Stra&szlig;e</h2>\n"; 
    8183 
    8284echo "\n<table class='outer'>\n<tr>\n\t<td>"; // Tabelle Kennzeichen 
     
    124126                        if ($idanzeige) {echo "&amp;id=j";} 
    125127                        if ($showkey)   {echo "&amp;showkey=j";} 
    126                 echo "' title='Lage Ohne Hausnummer'>Lage <img src='ico/Lage_an_Strasse.ico' width='16' height='16' alt=''></a>"; 
     128                echo "' title='Lage Ohne Hausnummer'>Lage <img src='ico/Lage_an_Strasse.png' width='16' height='16' alt=''></a>"; 
    127129        echo "\n\t\t</p>"; 
    128130} 
     
    133135 
    134136// F L U R S T U E C K E 
    135 echo "\n\n<a name='fs'></a><h3><img src='ico/Flurstueck.ico' width='16' height='16' alt=''> Flurst&uuml;cke</h3>\n"; 
     137echo "\n\n<a name='fs'></a><h3><img src='ico/Flurstueck.png' width='16' height='16' alt=''> Flurst&uuml;cke</h3>\n"; 
    136138echo "\n<p>Zusammenfassung von 'Lage mit Hausnummer' und 'Lage ohne Hausnummer' an dieser Straße</p>"; 
    137139 
     
    213215                                if ($idanzeige) {echo "&amp;id=j";} 
    214216                                if ($showkey)   {echo "&amp;showkey=j";} 
    215                                 echo "' title='Lage Mit Hausnummer'>Lage <img src='ico/Lage_mit_Haus.ico' width='16' height='16' alt=''></a>&nbsp;"; 
     217                                echo "' title='Lage Mit Hausnummer'>Lage <img src='ico/Lage_mit_Haus.png' width='16' height='16' alt=''></a>&nbsp;"; 
    216218                                $cnths++; 
    217219                        } 
     
    220222                        if ($idanzeige) {echo "&amp;id=j";} 
    221223                        if ($showkey)   {echo "&amp;showkey=j";} 
    222                         echo "' title='Flurst&uuml;cksnachweis'>Flurst&uuml;ck <img src='ico/Flurstueck_Link.ico' width='16' height='16' alt=''></a>"; 
     224                        echo "' title='Flurst&uuml;cksnachweis'>Flurst&uuml;ck <img src='ico/Flurstueck_Link.png' width='16' height='16' alt=''></a>"; 
    223225 
    224226                echo "\n\t\t</p>\n\t</td>"; 
     
    234236        echo "</p>"; 
    235237} 
    236 pg_free_result($res); 
     238pg_free_result($resf); 
    237239?> 
    238240 
     
    240242        <div class='buttonbereich noprint'> 
    241243        <hr> 
    242                 <a title="zur&uuml;ck" href='javascript:history.back()'><img src="ico/zurueck.ico" width="16" height="16" alt="zur&uuml;ck"></a>&nbsp; 
    243                 <a title="Drucken" href='javascript:window.print()'><img src="ico/print.ico" width="16" height="16" alt="Drucken"></a>&nbsp; 
    244                 <a title="Export als CSV" href='javascript:ALKISexport()'><img src="ico/download.ico" width="16" height="16" alt="Export"></a>&nbsp; 
     244                <a title="zur&uuml;ck" href='javascript:history.back()'><img src="ico/zurueck.png" width="16" height="16" alt="zur&uuml;ck"></a>&nbsp; 
     245                <a title="Drucken" href='javascript:window.print()'><img src="ico/print.png" width="16" height="16" alt="Drucken"></a>&nbsp; 
     246                <a title="Export als CSV" href='javascript:ALKISexport()'><img src="ico/download.png" width="16" height="16" alt="Export"></a>&nbsp; 
    245247        </div> 
    246248</form> 
    247249 
    248 <?php footer($gmlid, $_SERVER['PHP_SELF']."?", "&amp;ltyp=".$ltyp); ?> 
     250<?php footer($gmlid, $_SERVER['PHP_SELF']."?", ""); ?> 
    249251 
    250252</body> 
Note: See TracChangeset for help on using the changeset viewer.