Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0

Fikser linker til ting, for #12. Men sjekker nå inn med fungerende kategoriting.

This commit is contained in:
Tiril Anette Langfeldt Rødland 2011-03-06 20:05:37 +00:00
parent 1e9585c23c
commit 9fda9eb535
3 changed files with 36 additions and 1 deletions

View File

@ -76,6 +76,23 @@ img.aligncenter {
text-shadow: 1px 1px 1px #44A4BD;
}
.links {
float: center;
color: #27606E;
font-family: verdana, sans-serif, arial, courier new;
text-align: center;
font-weight: bolder;
text-shadow: 1px 1px 1px #44A4BD;
}
.link {
color: #27606E;
font-family: verdana, sans-serif, arial, courier new;
text-align: center;
font-weight: bolder;
text-shadow: 1px 1px 1px #44A4BD;
}
.field {
color: #27606E;
text-align: center;
@ -85,6 +102,11 @@ img.aligncenter {
width: 320px;
}
.heading {
text-decoration: none;
color: #44A4BD;
}
.img {
float: left;
display: inline;

View File

@ -10,6 +10,13 @@
</head>
<body>
<h1>Worblehat</h1>
<span class="links">
<a href="/" class="link">Hjem</a> |
<a href="/kart/" class="link">Kart</a> |
<a href="/kategori/" class="link">Kategorier</a> |
<a href="/bok/" class="link">Bøker</a> |
<a href="/person/" class="link">Forfattere</a> <br/>
</span>
<hr/>
{% block content %}
{% endblock %}

View File

@ -6,7 +6,13 @@ Worblehat 0.1. Heisann!!
{% block content %}
Velkommen til PVVs bokdatabase, Worblehat.<br/>
Her kan du søke etter bøker til din hjertens lyst.<br/>
Her kan du søke etter bøker til din hjertens lyst, eller gå direkte til <a href="/kart/">hyllekartet</a>.
<h3>Kategorier:</h3>
<ul>
{% for category in categories %}
<li><a href="/kategori/{{ category.id }}">{{ category }}</a></li>
{% endfor %}
</ul>
<!---
<form action="/let/" method="get">
<input type="search" name="searchterm" placeholder="Søk etter bøker eller forfattere" autofocus>