## 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()"> Kartierabschnitt <%def name="navigation()"> ${self.navigation_bar(u'Kartierabschnitt')} <%def name="kartierabschnitt()">
Stammdaten
Gewässername
Gewässerkennzahl:
Gewässerabschnitt:
${h.text(name='gewaesser_name', class_="text", disabled='disabled')}
${h.text(name='gewaesser_kennzahl', class_="text", disabled='disabled')}
${h.text(name='gewaesser_abschnitt', class_="text", disabled='disabled')}
Stationierung:
${h.text(name='stationierung_von', class_="coords", disabled=c.disabled)} - ${h.text(name='stationierung_bis', class_="coords", disabled=c.disabled)}
Wasserkörper:
${h.text(name='wasserkoerper', class_="wk-text", disabled='disabled')}
Wk-Name:
${h.text(name='wk_typ', class_="wk-text", disabled='disabled')}
Datum:
${h.text(name='erfassungsdatum', class_="date", disabled=c.disabled)}
Bearbeiter
${h.text(name='bearbeiter', class_="bearbeiter", disabled=c.disabled)}
Fotonummer:
${h.text(name='bild', class_="text", disabled=c.disabled)}
Fließrichtung:
${self.single('fliessrichtung', c.fliessrichtung_opts)}
Gewässerunterhaltung
Wasserführung:
${self.single('wasserfuehrung', c.wasserfuehrung_opts)}
Unterhaltg. erk.:
${self.single('unterhaltg', [[1,'Ja', 'Ja'], [0,'Nein', 'Nein']])}
Sonderfall:
${self.multi('sonderfall', c.sonderfall_opts)}
Erläuterung:
${self.textarea('erlaeuterung', clazz='kartierabschnitt-wasserspec-commentbox')}
Größenklasse / Gewässerbreite ${self.single('gewaesserbreite', c.gewaesserbreite_opts)}
Gewässertyp / Gewässersubstyp
${self.single('gewaessertyp', c.gewaessertyp_opts, clazz='gew', display_value=True)} ${h.checkbox('seeausfluss', disabled=c.disabled)} Seeausfluss % for type in c.gewaessertyp_opts: <% subs = h.get_subtypes_for_gewaessertyp(type[0]) %> % for sub in subs: % endfor % endfor
% for subtypes in c.gewaessersubtyp_opts: ${self.multi('gewaessersubtype', subtypes, multi_line=True, clazz='subtype', disabled=True)} % endfor
${h.form(h.url_for(controller='kartierabschnitt', action='submit'), method='post')} ${self.kartierabschnitt()}

${self.controls(None, 'kartierabschnitt', 'laufentwicklung')}