added a small includable starter form with just one input field, started layouting it, added a frontpage.html (currently just polls.html + form), modified links
This commit is contained in:
parent
0b07302b48
commit
b002283947
5 changed files with 106 additions and 27 deletions
|
@ -13,6 +13,17 @@
|
|||
</head>
|
||||
</py:match>
|
||||
|
||||
<div py:def="poll_new_small" class="poll_new_small">
|
||||
<form action="/polls/new" method="post">
|
||||
|
||||
<label for="title">Titel eingeben:</label>
|
||||
<input type="text" id="title" class="poll_new_small_text" name="title" />
|
||||
<span py:if="'title' in errors" class="error">${errors.title}</span>
|
||||
<input type="submit" name="submit" class="poll_new_small_button" value="Nächster Schritt" />
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<py:match path="body" once="true">
|
||||
<body py:attrs="select('@*')">
|
||||
<div id="header-wrapper">
|
||||
|
@ -69,35 +80,32 @@
|
|||
<div id="sidebar">
|
||||
<ul>
|
||||
<li>
|
||||
<h2>Aliquam tempus</h2>
|
||||
<p>Mauris vitae nisl nec metus placerat perdiet est. Phasellus dapibus semper urna. Pellentesque ornare, orci in consectetuer hendrerit, volutpat.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Pellenteque ornare </h2>
|
||||
<h2>Nav</h2>
|
||||
<ul>
|
||||
<li><a href="#">Nec metus sed donec</a></li>
|
||||
<li><a href="#">Magna lacus bibendum mauris</a></li>
|
||||
<li><a href="#">Velit semper nisi molestie</a></li>
|
||||
<li><a href="#">Eget tempor eget nonummy</a></li>
|
||||
<li><a href="#">Nec metus sed donec</a></li>
|
||||
<li><a href="#">Velit semper nisi molestie</a></li>
|
||||
<li><a href="#">Eget tempor eget nonummy</a></li>
|
||||
<li><a href="#">Nec metus sed donec</a></li>
|
||||
<li><a href="#">AGB</a></li>
|
||||
<li><a href="#">Impressum</a></li>
|
||||
<li><a href="#">Datenschutz</a></li>
|
||||
<li><a href="#">Kontakt</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Turpis nulla</h2>
|
||||
<h2>Advertisement </h2>
|
||||
<ul>
|
||||
<li><a href="#">Nec metus sed donec</a></li>
|
||||
<li><a href="#">Magna lacus bibendum mauris</a></li>
|
||||
<li><a href="#">Velit semper nisi molestie</a></li>
|
||||
<li><a href="#">Eget tempor eget nonummy</a></li>
|
||||
<li><a href="#">Nec metus sed donec</a></li>
|
||||
<li><a href="#">Nec metus sed donec</a></li>
|
||||
<li><a href="#">Magna lacus bibendum mauris</a></li>
|
||||
<li><a href="#">Velit semper nisi molestie</a></li>
|
||||
<li><a href="#">Eget tempor eget nonummy</a></li>
|
||||
<li><a href="#">Nec metus sed donec</a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
<li><a href="#"> </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Use Cases</h2>
|
||||
<ul>
|
||||
<li><a href="/node/brainstorming.html">Brainstorming</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue