Changeset 66 for trunk/var/www


Ignore:
Timestamp:
01/10/11 17:37:34 (13 years ago)
Author:
frank.jaeger
Message:
 
File:
1 edited

Legend:

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

    r65 r66  
    1212        17.12.2010  Astrid Emde: Prepared Statements (pg_query -> pg_prepare + pg_execute) 
    1313        04.01.2011  Frank JÀger: verkuerzte Nutzungsart-Zeilen mit Icon. Tabelle Gebiet/Lage/Nutzung 4spaltig. 
    14         04.01.2011  Korrektur der Fallunterscheidung "Funktion" 
     14        05.01.2011  Korrektur der Fallunterscheidung "Funktion", auch "Vegetationsmerkmal", Title auf "Zustand". 
    1515 
    1616        ToDo:  
     
    336336                echo "\n\t<td class='fla'>".$schnittflae." m&#178;</td>"; 
    337337                echo "\n\t<td class='lr'>"; 
    338                         If ($fldclass == "Funktion" AND $label != "") { // Kurze Anzeige 
    339                                 // evtl. analog bei "Vegetationsmerkmal"? 
     338                        If ( ($fldclass == "Funktion" OR $fldclass == "Vegetationsmerkmal") AND $label != "") { // Kurze Anzeige 
    340339                                if ($showkey) {echo "<span class='key'>(".$class.")</span> ";} 
    341340                                if ($blabla = "") { 
     
    367366                                echo "\n\t\t<br>"; 
    368367                                if ($showkey) {echo "<span class='key'>(".$zus.")</span> ";} 
     368                                echo "<span title='Zustand'>";                           
    369369                                switch ($zus) { 
    370370                                        case 2100: 
     
    377377                                                echo "Zustand: ".$zus;  break; 
    378378                                } 
     379                                echo "</span>"; 
    379380                        } 
    380381                        If ($nam != "") {echo "<br>Name: ".$nam;} 
Note: See TracChangeset for help on using the changeset viewer.