## 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()"> Gewässerumfeld <%def name="navigation()"> ${self.navigation_bar(u'gewaesserumfeld')} <%def name="gewaesserumfeld()">
Flächennutzung
Links
${self.right_single('flaechennutzung_links', c.flaechennutzung_opts, descriptions=False)}
Rechts
${self.single('flaechennutzung_rechts', c.flaechennutzung_opts)}
Gewässerrandstreifen
Links
${self.right_single('gewaesserrandstreifen_links', c.gewaesserrandstreifen_opts, descriptions=False)}
Rechts
${self.single('gewaesserrandstreifen_rechts', c.gewaesserrandstreifen_opts)}
Anzahl besonderer Umfeldstrukturen (bis 50m v. Gew.)
L
${self.anzahl(c.strukturen, multi_line=False, postfix=c.strukturen_postfix_links, labels_above=True)}
R
${self.anzahl(c.strukturen, multi_line=False, postfix=c.strukturen_postfix_rechts, labels=False)}
Anzahl schädlicher Umfeldstrukturen (bis 50m v. Gew.)
L
${self.anzahl(c.schaedliche_strukturen, multi_line=False, postfix=c.schaedliche_postfix_links, labels_above=True)}
R
${self.anzahl(c.schaedliche_strukturen, multi_line=False, postfix=c.schaedliche_postfix_rechts, labels=False)}
Bemerkungen
${self.textarea('comments', clazz='textarea gewaesserumfeld-commentbox')}
${h.form(h.url_for(controller='gewaesserumfeld', action='submit'), method='post')}
${self.stammdaten()} ${self.gewaesserumfeld()}

${self.controls('uferstruktur', 'gewaesserumfeld', 'ergebnisse')}