insert into formulare (id,typ,system,erstellt,geaendert,user_1,user_2,name,formular) values (3,2,1,
'2004-05-01 00:00:00','2004-05-01','system','system',
'Rezeptur','

<!--
 der Report-Typ unterstützt folgende Datenfelder:
 "titel"
 "adressen"
 "stichworte"
 "erstellt"
 "geandert"
 "zeile_1"
 "zeile_2"
 "datum"
 -->
<report name="RzPro Report" orientation="$options.report.rezeptur.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="75">
    <rectangle  x="0" y="0" width="100%" height="100%" color="$options.report.general.reportheader.background$" weight="0" draw="false" fill="true"/>
    <rectangle  x="0" y="0" width="100%" height="100%" color="#000000" weight="1" draw="true" fill="false"/>
    <date-field fontstyle="plain" fontsize="7" fieldname="datum" x="5" y="3" width="20%" height="10" alignment="left" format="d.MMM yyyy H.mm"></date-field>
    <label fontstyle="plain" fontsize="7" x="75%" y="3" width="14%" height="10" alignment="right" >$locale.report.user$</label>   
    <string-field fontstyle="plain" fontsize="7" x="90%" y="3" height="10" width="10%" alignment="left" fieldname="user"></string-field>
  
     <string-field fontstyle="bold" fontsize="12" x="0" y="15" height="14" width="100%" alignment="center" fieldname="titel" ></string-field>
     <string-field fontsize="8" x="0" y="30" height="10" width="100%" alignment="center" fieldname="erstellt" ></string-field>
     <string-field fontsize="8" x="0" y="40" height="10" width="100%" alignment="center" fieldname="geaendert" ></string-field>
     <label fontsize="8" fontstyle="bold" x="0" y="50" height="10" width="10%" alignment="left">$locale.adressen.titel$</label>
     <string-field fontsize="8" x="10%" y="50" height="10" width="90%" alignment="left" fieldname="adressen"></string-field> 
     <label fontsize="8" fontstyle="bold" x="0" y="60" height="10" width="10%" alignment="left">$locale.stichworte.titel$</label>
     <string-field fontsize="8" fontstyle="plain" x="10%" y="60" height="10" width="90%" alignment="left" fieldname="stichworte"></string-field>
  </reportheader>

  <pageheader height="120" fontname="SansSerif" onfirstpage="false">
 
  </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"/>
    <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" fontsize="8">
  	  <string-field  fontstyle="bold" dynamic="true" x="0" y="1" width="30%" height="10" alignment="right" fieldname="zeile_1"></string-field>
	  <string-field  fontstyle="plain" dynamic="true" x="30%" y="1" width="70%" height="10" alignment="left" fieldname="zeile_2"></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>

');