<!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" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${ArchiveName} (${BlogTitle})</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body>
<div id="doc2">
<div id="header" onclick="document.location='${BlogUrl}';">
<h1>
<a href="${BlogUrl}">${BlogTitle}</a>
</h1>
<p>${BlogDescription}</p>
</div>
<div id="wrapper" class="yui-gc">
<div id="main" class="yui-u first">
<h2>${ArchiveName}</h2>
<tag:entrylist limit="1000">
<div class="entry">
<h3>
<a href="${EntryPermaLink}">${EntryTitle}</a>
</h3>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<li>${EntryDate} kl.${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<li>
<tag:if test="${EntryCommentCount == 0}">
<a href="${EntryPermaLink}#comment">Ingen kommentarer</a> Skrevet av Admin
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">Én kommentar</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
</tag:if>
</li>
<li>
<a href="${EntryPermaLink}">Permalenke</a>
</li>
<li class="share">
<a href="http://share.blogg.no/share?url=${EntryPermaLink}&title=${EntryTitle}">Tips en venn</a>
</li>
</ul>
</div>
</div>
</tag:entrylist>
</div>
<div id="side" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
<div>
</a>
</div>
<img src="http://i44.tinypic.com/egfgl.jpg" height="160">
<h3>
<a href="${ProfileUrl}">${ProfileName}</a>
</h3>
<p>${ProfileAge} ${ProfileFrom}</p>
<p>${ProfileDescription}</p>
</div>
</tag:if>
<tag:include module="sidebar"></tag:include>
<h3>Om Meg</h3>
<div> Hei og velkommen til min blogg. Her kan du skrive hva du heter, alder, hvor du bor, hva du blogger om osv. Om du trenger hjelp bare send en mail til mille@hotmail.no
<div><h3>Informasjon</h3>
<div>Her kan du skrive siste nytt på bloggen. Bare søk dette opp i malene. Husk å endre teksten med informasjonen i forsidemalen, innleggene, kategoriene og arkivet.
<div>
<h3>Kategorier</h3>
<ul>
<tag:categorylist>
<li>
<a href="${CategoryLink}">${CategoryName}</a>
</li>
</tag:categorylist>
</ul>
</div>
<div>
<h3>Arkiv</h3>
<ul>
<tag:archivelist>
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
<br>
<br><h3>Design</h3>
<a href="http://ingridthuv.blogg.no"> Grunnkodene er laget av: <br><br> <b>Ingrid Thuv</b></a>
<br>
<a href="http://milleelise.blogg.no"> Designet er endret masse på av: <br><br> <b>Mille Elise</b></a>
<br>
<br>
<a href="http://milleelise.blogg.no/"><img src="http://i43.tinypic.com/6e2k2q.jpg"></a>
</div>
</div>
</div>
</div>
</body>