Kodmall STARTSIDA

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{{ blog.title }} - {{ blog.description }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="{{ app_url }}" />
<link rel="stylesheet" href="{{ blog.blog_path }}style.css" type="text/css" />
<link rel="alternate" href="{{ blog.blog_path }}index.rss" type="application/rss+xml" title="RSS" />
<script type="text/javascript" src="http://static.blogg.se/public/js/script_blogg.js"></script>
<script type="text/javascript" src="http://static.blogg.se/shared/js/script.js"></script>
</head>

<body>

<div id="wrapper">

<div id="header">
<h1><a href="{{ blog.url }}">{{ blog.title }}</a></h1>
<h2>{{ blog.description }}</h2>
</div>

<div id="content">
{% for entry in entries[:15] %}
<a name="a{{ entry.id }}"></a>
<h3>{{ entry.title }}</h3>
<div class="entrybody">{{ entry.body }}</div>
<div class="entrymeta">
{{ entry.date }} @ {{ entry.time }}
<a href="{{ entry.url }}">Permalink</a>
<a href="{{ entry.category_link }}">{{ entry.category_name }}</a>
<a href="{{ entry.url }}#comment">Kommentarer ({{ entry.comment_count }})</a>
<a href="{{ entry.url }}#trackback">Trackbacks ({{ entry.pingback_count }})</a>
<br /><br />

<a href="" rel="tag"></a>

</div>
<hr class="separator" />

<!--### loop AD do not remove or move ###-->
{% endfor %}
</div>

<div id="side">

<div id="profile">

{% if profile %}
<h4>Om</h4>
<a href="http://profile.publishme.se/profile/view/{{ profile.id }}/"><img class="thumbnail" src="{{ blog.blog_path }}profile.jpg" alt="Min profilbild" /></a>
<p><a href="http://profile.publishme.se/profile/view/{{ profile.id }}/"><span style="font-weight:bold"> {{ profile.name }}</span></a></p>
<p>{{ profile.description }}</p>
{% endif %}

</div>

<div class="nav">

<img src="https://cdn2.cdnme.se/cdn/9-1/3843543/images/2012/info_50044768e087c3396d000159.png">
<div class="navheader">Sök i bloggen</div>
<form action="http://www.google.se/search" name="search" method="get">
<input type="text" name="q" value="" size="12" maxlength="64" />
<input type="hidden" name="sitesearch" value="{{ blog.absolute_url }}" />
<input type="submit" value="Sök" />
</form>
<div class="navheader">Senaste inläggen</div>
<ul>
{% for entry in entries[:20] %}
<li><a href="{{ entry.url }}">{{ entry.title }}</a></li>
{% endfor %}
</ul>
<div class="navheader">Kategorier</div>
<ul>
{% for category in categories %}
<li><a href="{{ category.url }}">{{ category.name }}</a></li>
{% endfor %}
</ul>
<div class="navheader">Arkiv</div>
<ul>
{% for month in archive_months %}
<li><a href="{{ month.link }}">{{ month.name }}</a></li>
{% endfor %}
</ul>
{% if linklist %}
<div class="navheader">Länkar</div>
<ul>
{% for link in linklist %}
<li><a href="{{ link.url }}" title="{{ link.description }}">{{ link.name }}</a></li>
{% endfor %}
</ul>
{% endif %}
{% if booklist %}
<div class="navheader">Böcker</div>
<ul>
{% for book in booklist %}
<li><a href="{{ book.url }}"><img class="thumbnail" src="{{ book.image }}" border="0" alt="{{ book.name }}" title="{{ book.name }}" /></a><br /><a href="{{ book.url }}">{{ book.name }}</a></li>
{% endfor %}
</ul>
{% endif %}
{% if musiclist %}
<div class="navheader">Musik</div>
<ul>
{% for music in musiclist %}
<li><a href="{{ music.url }}"><img class="thumbnail" src="{{ music.image }}" border="0" alt="{{ music.name }}" title="{{ music.name }}" /></a><br /><a href="{{ music.url }}">{{ music.name }}</a></li>
{% endfor %}
</ul>
{% endif %}
{% if movielist %}
<div class="navheader">Filmer</div>
<ul>
{% for movie in movielist %}
<li><a href="{{ movie.url }}"><img class="thumbnail" src="{{ movie.image }}" border="0" alt="{{ movie.name }}" title="{{ movie.name }}" /></a><br /><a href="{{ movie.url }}">{{ movie.name }}</a></li>
{% endfor %}
</ul>
{% endif %}
</div>
<div class="subside">
<a href="{{ blog.blog_path }}index.rss" title="RSS"><img src="http://static.blogg.se/img/rss.gif" border="0" alt="RSS 2.0" /></a>
</div>
</div>
</div>

<img src="http://stats.blogg.se/?id={{ blog.site_id }}" border="0" width="0" height="0" alt="" />


<script src='http://static.blogg.se/public/js/footer.js?id={{ blog.id }}' type='text/javascript'></script>
</body>
</html>


Kommentarer

Kommentera inlägget här:

Namn:
Kom ihåg mig?

E-postadress: (publiceras ej)

URL/Bloggadress:

Kommentar:

Trackback
RSS 2.0