## 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()"> Sohlenstruktur <%def name="navigation()"> ${self.navigation_bar(u'sohlenstruktur')} <%def name="sohlenstruktur()">
Sohlenverbau ${self.single('sohlenverbau_id', c.sohlenverbau_opts)}
Zustand ${self.single('sohlenverbau_zustand_id', c.sohlenverbau_zustand_opts)}
Sohlensubstrat (in %) ${self.anzahl(c.sohlensubstrat_opts, postfix=c.sohlensubstrat_postfix)}
Anzahl besonderer Sohlenstrukturen ${self.anzahl(c.sohlen_strukturen_opts, postfix=c.sohlen_strukturen_postfix)}
Anzahl besonderer Belastungen Sohle ${self.anzahl(c.sohlen_belastungen_opts, postfix=c.sohlen_belastungen_postfix)}
${h.form(h.url_for(controller='sohlenstruktur', action='submit'), method='post')}
${self.stammdaten()} ${self.sohlenstruktur()}

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