insert into formulare (typ,system,erstellt,geaendert,user_1,user_2,name,formular) values (21,1,
'2004-05-01 00:00:00','2004-05-01','system','system',
'Zutatenverzeichnis Weis','

<!--
 der Report-Typ unterstützt folgende Datenfelder:
 "titel"
 "user"
 "zeile"
 "datum"
 -->
<report name="RzPro Zutatenverzeichnis" orientation="$options.report.notiz.orientation$"
  pageformat="$options.report.general.pageformat$" topmargin="$options.report.general.margin.top$" leftmargin="$options.report.general.margin.left$" 
  bottommargin="$options.report.general.margin.bottom$" rightmargin="$options.report.general.margin.right$">

  <reportheader height="175"  >
  <label fontstyle="plain" fontsize="7" x="0" y="3" width="28" height="10" alignment="right" >Stand :</label>   
    <date-field fontstyle="plain" fontsize="7" fieldname="datum" x="30" y="3" width="20%" height="10" alignment="left" format="d.MMM yyyy "></date-field>
 
     <imageref scale="true" x="0%" y="20" width="20%" height="100" keepAspectRatio="true" src="weis-logo.png"/>
     <imageref scale="true" x="80%" y="20" width="20%" height="100" keepAspectRatio="true" src="lindenhof-logo.png"/>

     <label fontstyle="bold" fontsize="16" x="0%" y="20" width="100%" height="20" alignment="center" >Elztalbrennerei Georg Weis GmbH</label>    
     <label fontstyle="bold" fontsize="16" x="0%" y="40" width="100%" height="20" alignment="center" >Elzstr.39-41</label>    
     <label fontstyle="bold" fontsize="16" x="0%" y="60" width="100%" height="20" alignment="center" >D-79261 Gutach</label>    
     <label fontstyle="bold" fontsize="9" x="0%" y="80" width="100%" height="10" alignment="center" >Tel.:+49-7681-4718-0</label>    
     <label fontstyle="bold" fontsize="9" x="0%" y="90" width="100%" height="10" alignment="center" >Fax.:+49-7681-4718-26</label>    
     <label fontstyle="bold" fontsize="9" x="0%" y="100" width="100%" height="10" alignment="center" >Email:weis@elztalbrennerei.de</label>    

          
     <label fontstyle="bold" fontsize="16" x="0%" y="130" width="100%" height="20" alignment="center" >$locale.report.zutatenverzeichnis.titel$</label>    
     <string-field fontstyle="bold" fontsize="14" x="0%" y="150" height="20" width="100%" alignment="center" fieldname="titel"></string-field>
    
  </reportheader>>  

  <pageheader height="175" onfirstpage="false">
 
  <label fontstyle="plain" fontsize="7" x="0" y="3" width="28" height="10" alignment="right" >Stand :</label>   
    <date-field fontstyle="plain" fontsize="7" fieldname="datum" x="30" y="3" width="20%" height="10" alignment="left" format="d.MMM yyyy "></date-field>
 
     <imageref scale="true" x="0%" y="20" width="20%" height="100" keepAspectRatio="true" src="weis-logo.png"/>
     <imageref scale="true" x="80%" y="20" width="20%" height="100" keepAspectRatio="true" src="lindenhof-logo.png"/>

     <label fontstyle="bold" fontsize="16" x="0%" y="20" width="100%" height="20" alignment="center" >Elztalbrennerei Georg Weis GmbH</label>    
     <label fontstyle="bold" fontsize="16" x="0%" y="40" width="100%" height="20" alignment="center" >Elzstr.39-41</label>    
     <label fontstyle="bold" fontsize="16" x="0%" y="60" width="100%" height="20" alignment="center" >D-79261 Gutach</label>    
     <label fontstyle="bold" fontsize="9" x="0%" y="80" width="100%" height="10" alignment="center" >Tel.:+49-7681-4718-0</label>    
     <label fontstyle="bold" fontsize="9" x="0%" y="90" width="100%" height="10" alignment="center" >Fax.:+49-7681-4718-26</label>    
     <label fontstyle="bold" fontsize="9" x="0%" y="100" width="100%" height="10" alignment="center" >Email:weis@elztalbrennerei.de</label>    

          
     <label fontstyle="bold" fontsize="16" x="0%" y="130" width="100%" height="20" alignment="center" >$locale.report.zutatenverzeichnis.titel$</label>    
     <string-field fontstyle="bold" fontsize="14" x="0%" y="150" height="20" width="100%" alignment="center" fieldname="titel"></string-field>
         
  </pageheader>
  
  <pagefooter height="20">
    <rectangle  x="0" y="0" width="100%" height="100%" color="$options.report.general.pagefooter.background$" weight="0" draw="false" fill="true"/>
    <rectangle  x="0" y="0" width="100%" height="100%" color="#000000" weight="1" draw="true" fill="false"/>
    <number-field fieldname="PageNumber" x="40%" y="10"  width="90" height="20" alignment="left" format="$locale.seite$ #0"></number-field>    
    <number-field fieldname="PageTotal" x="50%" y="10"  width="90" height="20" alignment="left" format="$locale.von$ #0"></number-field>
  </pagefooter>
    
  <items height="10" fontstyle="plain" fontsize="10">
	  <string-field dynamic="true" x="0" y="1" width="100%" height="12" alignment="left" fieldname="zeile"></string-field>
  </items>

  <functions>
    <function name="PageNumber" class="org.jfree.report.function.PageFunction"/>  
    <function name="PageTotal" class="org.jfree.report.function.PageTotalFunction" deplevel="1"/>    
  </functions>
</report>

');