Mer pirking på #12. Nå er det linker og søketing på toppen av sida, og linken til kategorier på bøkene fører faktisk til kategorien.

This commit is contained in:
2011-03-06 21:24:58 +00:00
parent 8d1cdba906
commit ad6e4a570b
4 changed files with 28 additions and 12 deletions

View File

@@ -15,18 +15,14 @@
<a href="/kart/" class="link">Hyllekart</a> |
<a href="/kategori/" class="link">Kategorier</a> |
<a href="/bok/" class="link">Bøker</a> |
<a href="/person/" class="link">Forfattere og andre personer</a> <br/>
</div>
<hr/>
{% block content %}
{% endblock %}
<br/><br/>
<hr/>
<div class="field">
<a href="/person/" class="link">Forfattere og andre personer</a>
<form action="/let/" method="get">
<input type="search" name="searchterm" class="input" placeholder="Søk etter bøker, forfattere eller kategorier" autofocus>
<input type="submit" value="Søk!">
</form>
</div>
<hr/>
{% block content %}
{% endblock %}
</body>
</html>