Ignore:
Timestamp:
02/23/17 15:15:21 (7 years ago)
Author:
frank.jaeger
Message:

Sortierung und Filter bei CSV-Export zur "Straße"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/info/info/alkisn/alkisstrasse.php

    r377 r378  
    99        2016-02-24 Version fuer norGIS-ALKIS-Import 
    1010        2016-11-29 HTML5, Gemeinsam genutzte Datenbanken ermöglichen, SQL optimiert (FS-Liste jetzt schneller) 
     11        2017-02-23 Neuer Parameter &haus=m/o zum alkisexport.php 
     12 
     13ToDo: Neuen Parameter haus=m/o zum ALKISexport (alkisexport.php) bedienen 
    1114*/ 
    1215session_start(); 
     
    2831        <link rel="shortcut icon" type="image/x-icon" href="ico/Strassen.ico"> 
    2932        <script type="text/javascript"> 
    30                 function ALKISexport() { 
    31                         window.open(<?php echo "'alkisexport.php?gkz=".$gkz."&tabtyp=strasse&gmlid=".$gmlid."'"; ?>); 
     33                function ALKISexport(phaus) { 
     34                        window.open(<?php echo "'alkisexport.php?gkz=".$gkz."&tabtyp=strasse&gmlid=".$gmlid."&haus='"; ?> + phaus); 
    3235                } 
    3336        </script> 
     
    219222        <a title="zur&uuml;ck" href='javascript:history.back()'><img src="ico/zurueck.png" width="16" height="16" alt="zur&uuml;ck"></a>&nbsp; 
    220223        <a title="Drucken" href='javascript:window.print()'><img src="ico/print.png" width="16" height="16" alt="Drucken"></a>&nbsp; 
    221         <a title="Export als CSV" href='javascript:ALKISexport()'><img src="ico/download.png" width="16" height="16" alt="Export"></a>&nbsp; 
     224        <a title="Export als CSV" href='javascript:ALKISexport("")'><img src="ico/download.png" width="16" height="16" alt="Export"></a>&nbsp; 
     225        <a title="CSV - nur Flurst&uuml;cke mit Hausnummer" href='javascript:ALKISexport("m")'>mit HsNr<img src="ico/download.png" width="16" height="16" alt="Export"></a>&nbsp; 
     226        <a title="CSV - nur Flurst&uuml;cke ohne Hausnummer" href='javascript:ALKISexport("o")'>ohne<img src="ico/download.png" width="16" height="16" alt="Export"></a>&nbsp; 
    222227</div> 
    223228 
Note: See TracChangeset for help on using the changeset viewer.