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

<!--
 der Report-Typ unterstützt folgende Datenfelder:
"von"
"bis"
"user"
"zeile"
"auswahl"
 -->
<report name="RzPro Statistik Liste" 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="92"  >
    <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>
    <label fontstyle="bold" fontsize="16" x="0%" y="3" width="100%" height="20" alignment="center" >$locale.report.statistikliste.titel$</label> 
    <string-field dynamic="true" x="10%" y="30" width="90%" height="40" alignment="center" fieldname="auswahl"></string-field>


  </reportheader>>  

  <pageheader height="92" onfirstpage="false">
    <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>
    <label fontstyle="bold" fontsize="16" x="0%" y="3" width="100%" height="20" alignment="center" >$locale.report.statistikliste.titel$</label> 
 
  </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="14" fontstyle="plain" fontsize="10">
  	  <string-field dynamic="true" x="0" y="1" fontstyle="bold" width="6%" height="10" alignment="right" fieldname="nummer"></string-field>
  
	  <string-field dynamic="true" x="7%" y="1" width="53%" height="10" alignment="left" fieldname="zeile"></string-field>
	  <string-field dynamic="true" x="61%" y="1" width="12%" height="10" alignment="right" fieldname="liter"></string-field>
	  <label fontstyle="plain" fontsize="10" x="73%" y="1" width="6%" height="10" alignment="right" >$locale.string_liter$ </label>
	  <string-field dynamic="true" x="81%" y="1" width="12%" height="10" alignment="right" fieldname="la"></string-field>
      <label fontstyle="plain" fontsize="10" x="93%" y="1" width="6%" height="10" alignment="right" >$locale.string_la$ </label>    
  	  <line x1="0" x2="0" y1="12" y2="12" weight="0.1"/>
  	  
  </items>

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

');