view artifacts/doc/conf/jasper/waterlevel_en.jrxml @ 8839:2c8259176c46

Add configurable time tolerance to SAML ticket validation. This allows e.g. to account for time skew between the ISP and the server this servlet is run on.
author Tom Gottfried <tom@intevation.de>
date Wed, 28 Jun 2017 20:09:53 +0200
parents 138feb491c8a
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="flysreport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="60" rightMargin="20" topMargin="20" bottomMargin="20">
	<property name="ireport.zoom" value="1.5"/>
	<property name="ireport.x" value="135"/>
	<property name="ireport.y" value="0"/>
	<field name="river" class="java.lang.String"/>
	<field name="gauge" class="java.lang.String"/>
	<field name="km" class="java.lang.String"/>
	<field name="W" class="java.lang.String"/>
	<field name="date" class="java.lang.String"/>
	<field name="Q" class="java.lang.String"/>
	<field name="calculation" class="java.lang.String"/>
	<field name="range" class="java.lang.String"/>
	<field name="description" class="java.lang.String"/>
	<field name="location" class="java.lang.String"/>
	<field name="gaugename" class="java.lang.String"/>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="162" splitType="Stretch">
			<staticText>
				<reportElement x="0" y="1" width="177" height="30"/>
				<textElement>
					<font size="18"/>
				</textElement>
				<text><![CDATA[Calculation result]]></text>
			</staticText>
			<textField>
				<reportElement x="177" y="0" width="338" height="31"/>
				<textElement>
					<font size="18"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="0" y="31" width="515" height="26"/>
				<textElement>
					<font size="14"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{calculation}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="70" width="123" height="20"/>
				<textElement/>
				<text><![CDATA[River:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="70" width="392" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{river}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="90" width="123" height="20"/>
				<textElement/>
				<text><![CDATA[Reference Gauge:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="90" width="392" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{gauge}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="110" width="123" height="20"/>
				<textElement/>
				<text><![CDATA[Date of creation:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="110" width="392" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement x="0" y="130" width="123" height="20"/>
				<textElement/>
				<text><![CDATA[Location/Distance:]]></text>
			</staticText>
			<textField>
				<reportElement x="123" y="130" width="392" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
			</textField>
		</band>
	</title>
	<columnHeader>
		<band height="25" splitType="Stretch">
			<line>
				<reportElement x="0" y="19" width="515" height="1"/>
			</line>
			<staticText>
				<reportElement x="0" y="0" width="62" height="20"/>
				<textElement/>
				<text><![CDATA[River-Km]]></text>
			</staticText>
			<staticText>
				<reportElement x="205" y="0" width="76" height="20"/>
				<textElement/>
				<text><![CDATA[Description]]></text>
			</staticText>
			<staticText>
				<reportElement x="281" y="0" width="113" height="20"/>
				<textElement/>
				<text><![CDATA[Location]]></text>
			</staticText>
			<staticText>
				<reportElement x="62" y="0" width="67" height="20"/>
				<textElement/>
				<text><![CDATA[W [NN + m]]]></text>
			</staticText>
			<staticText>
				<reportElement x="129" y="0" width="76" height="20"/>
				<textElement/>
				<text><![CDATA[Q [m³/s]]]></text>
			</staticText>
			<staticText>
				<reportElement x="394" y="0" width="121" height="20"/>
				<textElement/>
				<text><![CDATA[Reference Gauge]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="14" splitType="Stretch">
			<textField isBlankWhenNull="true">
				<reportElement x="0" y="0" width="62" height="14"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{km}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="false">
				<reportElement stretchType="RelativeToBandHeight" x="205" y="0" width="76" height="14"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{description}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement stretchType="RelativeToBandHeight" x="281" y="0" width="113" height="14" isPrintWhenDetailOverflows="true"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{location}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="62" y="0" width="67" height="14"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{W}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement x="129" y="0" width="76" height="14"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{Q}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement stretchType="RelativeToBandHeight" x="394" y="0" width="121" height="14"/>
				<textElement/>
				<textFieldExpression><![CDATA[$F{gaugename}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<pageFooter>
		<band height="29" splitType="Stretch">
			<textField evaluationTime="Report">
				<reportElement x="458" y="9" width="57" height="20"/>
				<textElement/>
				<textFieldExpression><![CDATA[" / " + $V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="403" y="9" width="55" height="20"/>
				<textElement textAlignment="Right"/>
				<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
		</band>
	</pageFooter>
	<summary>
		<band height="42" splitType="Stretch"/>
	</summary>
</jasperReport>

http://dive4elements.wald.intevation.org