## Copyright 2010, Intevation GmbH, Germany, ## ## This file is part of FGSK. ## ## FGSK is free software: you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the ## Free Software Foundation, either version 2 of the License, or (at your ## option) any later version. ## ## FGSK is distributed in the hope that it will be useful, but WITHOUT ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public ## License for more details. ## ## You should have received a copy of the GNU General Public ## License along with FGSK. If not, see . ## ## FGSK has been developed on behalf of the ## Landesamt fuer Umwelt und Geologie Mecklenburg Vorpommern (LUNG-MV) ## by Intevation GmbH. ## biota Institut fuer oekologische Forschung und Planung GmbH has provided ## the functional background. ## ## Authors: ## Tim Englich ## Ingo Weinzierl <%inherit file="/form.html" /> <%def name="title()"> Ergebnisse <%def name="navigation()"> ${self.navigation_bar(u'ergebnisse')} <%def name="ergebnisse()">
Gesamtbewertung
Güteklasse ${h.text(name='gueteklasse', class_="text", disabled='disabled')}
Gesamtpunktzahl ${h.text(name='pktges', class_="text", disabled='disabled')}
Punktzahl Sohle: ${h.text(name='pktsohle', class_="text", disabled='disabled')}
Punktzahl Ufer: ${h.text(name='pktufer', class_="text", disabled='disabled')}
Punktzahl Land: ${h.text(name='pktland', class_="text", disabled='disabled')}
Legende
Güteklasse von bis
1 5.0 4.5
2 4.5 3.5
3 3.5 2.5
4 2.5 1.5
5 1.5 0.0
Teilbewertung Sohle
Punktzahl Laufentwicklung: ${h.text(name='lauf_pkt', class_="text bewertung", disabled='disabled')}
Anzahl Kriterien Laufentwicklung: ${h.text(name='lauf_anz', class_="text bewertung", disabled='disabled')}
Punktzahl Längsprofil: ${h.text(name='laeng_pkt', class_="text bewertung", disabled='disabled')}
Anzahl Kriterien Längsprofil: ${h.text(name='laeng_anz', class_="text bewertung", disabled='disabled')}
Punktzahl Sohlenstruktur: ${h.text(name='sohls_pkt', class_="text bewertung", disabled='disabled')}
Anzahl Kriterien Sohlenstruktur: ${h.text(name='sohls_anz', class_="text bewertung", disabled='disabled')}
Teilbewertung Ufer
Punktzahl Querprofil: ${h.text(name='quer_pkt', class_="text bewertung", disabled='disabled')}
Anzahl Kriterien Querprofil: ${h.text(name='quer_anz', class_="text bewertung", disabled='disabled')}
Punktzahl Uferstruktur: ${h.text(name='ufers_pkt', class_="text bewertung", disabled='disabled')}
Anzahl Kriterien Uferstruktur: ${h.text(name='ufers_anz', class_="text bewertung", disabled='disabled')}
Teilbewertung Gewässerumfeld
Punktzahl Gewässerumfeld: ${h.text(name='gewae_pkt', class_="text bewertung", disabled='disabled')}
Anzahl Kriterien Gewässerumfeld: ${h.text(name='gewae_anz', class_="text bewertung", disabled='disabled')}
${self.stammdaten()} ${self.ergebnisse()}

${self.controls('gewaesserumfeld', '', '', True)}