insert into formulare (typ,system,erstellt,geaendert,user_1,user_2,name,formular) values (37,1,
'2014-01-25 00:00:00','2014-01-25','system','system',
'Bewertung','

<!--
 der Report-Typ unterstützt folgende Datenfelder:
 -->

<report name="RzPro Bewertung" orientation="$options.report.bewertung.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="11" x="0%" y="10" height="20" width="99%" alignment="center" dynamic="true" fieldname="titelzeile"></string-field> 
    <string-field fontstyle="plain" fontsize="10" x="0%" y="30" height="12" width="99%" alignment="center" fieldname="erstellt_datum"></string-field> 
    <string-field fontstyle="plain" fontsize="10" x="0%" y="42" height="12" width="99%" alignment="center" fieldname="geaendert_datum"></string-field>
    <string-field fontstyle="bold" fontsize="11" x="0%" y="54" height="16" width="99%" alignment="center" dynamic="true"  fieldname="bewertung"></string-field>
  </reportheader>>  

  <pageheader height="75"  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>
    <string-field fontstyle="bold" fontsize="11" x="0%" y="10" height="20" width="99%" alignment="center" dynamic="true" fieldname="titelzeile"></string-field> 
    <string-field fontstyle="plain" fontsize="10" x="0%" y="30" height="12" width="99%" alignment="center" fieldname="erstellt_datum"></string-field> 
    <string-field fontstyle="plain" fontsize="10" x="0%" y="42" height="12" width="99%" alignment="center" fieldname="geaendert_datum"></string-field>
    <string-field fontstyle="bold" fontsize="11" x="0%" y="54" height="16" width="99%" alignment="center" dynamic="true" fieldname="bewertung"></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="20" fontstyle="plain" fontsize="8" dynamic="true">
  	<line x1="0" y1="1" x2="100%" y2="1" weight="0.5"/>
    <string-field fontstyle="bold" fontsize="12" x="0%" y="4" height="14" width="50%" alignment="left" fieldname="kategorie_bezeichnung"></string-field>
    <string-field fontstyle="bold" fontsize="12" x="50%" y="4" height="14" width="50%" alignment="right" fieldname="kategorie_bewertung"></string-field>
    <string-field fontstyle="plain" fontsize="11" x="20%" y="20" height="14" dynamic="true" width="60%" alignment="left" fieldname="kategorie_unterpunkte"></string-field>
  </items>

 <reportfooter fontstyle="plain" fontsize="10" dynamic="true">
  	<line x1="0" x2="0" y1="0" y2="0" weight="0.1"/>
    <string-field fontstyle="plain" fontsize="10" x="0%" y="3" height="12" width="99%" alignment="left" fieldname="comment"></string-field>  	
 </reportfooter>

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

');