erster Entwurf fuer simples Umfrage-Web-Interface
This commit is contained in:
parent
b4c3a84104
commit
59ccb5a87c
11 changed files with 465 additions and 0 deletions
38
umfrage_kirchenplatz2012/templates/start.html
Normal file
38
umfrage_kirchenplatz2012/templates/start.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:py="http://genshi.edgewall.org/"
|
||||
lang="de">
|
||||
<xi:include href="layout.html" />
|
||||
|
||||
<head/>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Bürgerbeteiligung: Neugestaltung des Kirchplatzes in Warnemünde</h1>
|
||||
<p style="border-width:1px; background-color:lightgreen; border-style:groove; padding:10px">Die Stadt Rostock möchte die
|
||||
<a href="http://rathaus.rostock.de/sixcms/detail.php?id=37572"
|
||||
title="Offizieller Aufruf zur Bürgerbeteilung">Meinung Ihrer Bürgerinnen und Bürger erfragen</a>.
|
||||
Dazu bietet sie leider nur ein etwas <a href="http://rathaus.rostock.de/sixcms/media.php/1068/onlinefragebogen-wkp.pdf"
|
||||
title="Offizielles Umfrage-Formular als PDF">unhandliches PDF-Formular an</a>.<br/>
|
||||
Das folgende web-basierte Formular soll die gewünschte Meinungsbekundung dagegen
|
||||
erleichtern und somit die Breite der Umfrage vergrößern.
|
||||
<br/><br/>
|
||||
<form method="POST">
|
||||
<input type="hidden" name="session_id" value="${session.name}" />
|
||||
<input type="submit" class="submit" value="Umfrage starten ..." />
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<!--
|
||||
<table class="options">
|
||||
<colgroup><col py:for="option in options" width="${100/len(options)}%" /></colgroup>
|
||||
<trRenderOptionTitle />
|
||||
<trRenderOptionImage />
|
||||
<trRenderOptionText />
|
||||
</table>
|
||||
-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue