Ignore:
Timestamp:
01/17/14 09:51:00 (10 years ago)
Author:
frank.jaeger
Message:
 
File:
1 edited

Legend:

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

    r275 r301  
    66 
    77        Version: 
    8         17.11.2011  Parameter der Functions geÀndert 
    9         22.11.2011  Feldname land in ax_buchungsblattbezirk geÀndert 
    10         30.11.2011  import_request_variables 
    11         24.07.2012  Export CSV 
     8        2011-11-17  Parameter der Functions geÀndert 
     9        2011-11-22  Feldname land in ax_buchungsblattbezirk geÀndert 
     10        2011-11-30  import_request_variables 
     11        2012-07-24  Export CSV 
    1212        2013-04-08  deprecated "import_request_variables" ersetzt 
    1313 
     
    3838        <link rel="shortcut icon" type="image/x-icon" href="ico/Grundbuch.ico"> 
    3939        <script type="text/javascript"> 
    40         function ALKISexportGB() {window.open(<?php echo "'alkisgbexp.php?gkz=".$gkz."&gmlid=".$gmlid."'"; ?>);} 
    41         function ALKISexportFS() {window.open(<?php echo "'alkisgbfsexp.php?gkz=".$gkz."&gmlid=".$gmlid."'"; ?>);} 
     40                function ALKISexport() { 
     41                                window.open(<?php echo "'alkisexport.php?gkz=".$gkz."&tabtyp=grundbuch&gmlid=".$gmlid."'"; ?>); 
     42                } 
    4243        </script> 
    4344        <style type='text/css' media='print'> 
     
    479480                <a title="zur&uuml;ck" href='javascript:history.back()'><img src="ico/zurueck.ico" width="16" height="16" alt="zur&uuml;ck" /></a>&nbsp; 
    480481                <a title="Drucken" href='javascript:window.print()'><img src="ico/print.ico" width="16" height="16" alt="Drucken" /></a>&nbsp; 
    481                 <a title="Export Flurst&uuml;cksdaten als CSV" href='javascript:ALKISexportFS()'><img src="ico/download_fs.ico" width="32" height="16" alt="Export" /></a>&nbsp; 
    482                 <a title="Export Grundbuchdaten als CSV" href='javascript:ALKISexportGB()'><img src="ico/download_gb.ico" width="32" height="16" alt="Export" /></a>&nbsp; 
     482                <a title="Export als CSV" href='javascript:ALKISexport()'><img src="ico/download_gb.ico" width="32" height="16" alt="Export" /></a>&nbsp; 
    483483<!--    <a title="Seite schlie&szlig;en" href="javascript:window.close()"><img src="ico/close.ico" width="16" height="16" alt="Ende" /></a>     --> 
    484484        </div> 
Note: See TracChangeset for help on using the changeset viewer.