## 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()"> Uferstruktur <%def name="navigation()"> ${self.navigation_bar(u'uferstruktur')} <%def name="uferstruktur()">
Uferbewuchs
 
 
talraumtypisch
Uferbewuchs links
${self.select('ufer_bewuchs_links', c.ufer_links_selected, c.ufer_bewuchs_opts)}
${self.single('bewuchs_links_typisch', [[1, 'Ja', 'Ja'],[0, 'Nein', 'Nein']], multi_line=False)}
Uferbewuchs rechts
${self.select('ufer_bewuchs_rechts', c.ufer_links_selected, c.ufer_bewuchs_opts)}
${self.single('bewuchs_rechts_typisch', [[1, 'Ja', 'Ja'],[0, 'Nein', 'Nein']], multi_line=False)}
Uferverbau
Rechts
${self.single('ufer_verbau_rechts', c.ufer_verbau_opts)}
Zustand
Rechts
${self.single('ufer_zverbau_rechts', c.ufer_zverbau_opts)}
Anzahl besonderer Uferstrukturen
L
${self.anzahl(c.anzahl_uferstrukturen_opts, multi_line=False, postfix=c.postfix_strukturen_links, labels_above=True)}
R
${self.anzahl(c.anzahl_uferstrukturen_opts, multi_line=False, postfix=c.postfix_strukturen_rechts, labels=False)}
Anzahl besonderer Uferbelastungen
L
${self.anzahl(c.anzahl_uferbelastungen_opts, multi_line=False, postfix=c.postfix_belastungen_links, labels_above=True)}
R
${self.anzahl(c.anzahl_uferbelastungen_opts, multi_line=False, postfix=c.postfix_belastungen_rechts, labels=False)}
${h.form(h.url_for(controller='uferstruktur', action='submit'), method='post')}
${self.stammdaten()} ${self.uferstruktur()}

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