<!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>
<meta name="author" content="CssTemplateheaven" />
<meta name="Keywords" content="Templates, Xhtml, Zen Cart" />
<meta name="Description" content="Xhtml/Css templates" />
<style type="text/css">
<!-- @import url('http://sablonlar.blogcu.com/sablon/winter_paradise/style.css'); -->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><%WindowTitle%></title>
</head>
<body>
<div id="container">
<div id="header">
<h1><a href="<%MainPageURL%>"><%Title%></a></h1>
</div>
<div id="navcontainer">
<ul id="navlist">
<li><a href="<%MainPageURL%>" title="Ana sayfa">Anasayfa</a></li>
<li><a href="<%ProfileURL%>" title="Profilim">Profilim</a></li>
<li><a href="<%ArchiveURL%>" title="Arşiv">Arşiv</a></li>
</ul>
</div>
<div id="link"></div>
<div id="contentwrapper">
<div id="content">
<IfMainPage>
<Entry>
<h2><a href="<%EntryURL%>" rel="bookmark"><%EntryTitle%></a></h2>
<h3><%EntryDate%> · <IfCategoriesAllowed>Kategori: <%EntryCategory%></IfCategoriesAllowed></h3>
<p><%EntryBody%></p>
<p class="comment"> <strong>
<IfCategoriesAllowed><a href='<%EntryURL%>' rel="bookmark">Kalıcı Bağlantı</a></IfCategoriesAllowed>
<IfCommentsAllowed><a href='<%EntryURL%>' >Yorum</a> (<%EntryCommentCount%>) </IfCommentsAllowed>
<IfCommentPostAllowed><a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed> </strong></p>
</Entry>
</IfMainPage>
<IfArchivePage>
<div>
<h2>Arşiv</h2>
<%ArchiveInfo%>
</div>
</IfArchivePage>
<IfEntryPage>
<Entry>
<h2><a href="<%EntryURL%>" rel="bookmark"><%EntryTitle%></a></h2>
<h3><%EntryDate%> · <IfCategoriesAllowed>Kategori: <%EntryCategory%></IfCategoriesAllowed></h3>
<p><%EntryBody%></p>
<p class="comment"> <strong>
<IfCategoriesAllowed><a href='<%EntryURL%>' rel="bookmark">Kalıcı Bağlantı</a></IfCategoriesAllowed>
<IfCommentsAllowed><a href='<%EntryURL%>' >Yorum</a> (<%EntryCommentCount%>) </IfCommentsAllowed>
<IfCommentPostAllowed><a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed><a href="#"><SendThisLink>Arkadaşına Gönder!</SendThisLink></a> </strong></p>
<IfCommentsAllowed>
<p class="indent"> <%EntryCommentCount%> yorum yazılmıştır</p>
<Comment>
<b>Yazan</b>:<%CommentAuthor%> <%CommentAuthorIP%> | <b>Tarih</b>: <%CommentDate%> <br /> <b>Konu</b>: <%CommentTitle%> <br />
<blockquote cite="<%CommentAuthor%>">
<p> <%CommentBody%></p>
</blockquote>
<p class="indent"><a href='<%CommentURL%>'>Bağlantı </a>» <a href="#"> <CommentEdit>Düzenle </CommentEdit></a> »<a href="#"> <CommentDelete>Sil</CommentDelete></a></p> </Comment></IfCommentsAllowed>
</Entry>
</IfEntryPage>
<IfPages>
<center><p><b><EarlierLink>« Önceki </EarlierLink>::<LaterLink> Sonraki »</LaterLink></b></p></center>
</IfPages>
</div>
<div id="right">
<h4>Son Yazılarım</h4>
<ul class="right_ul">
<RecentEntry>
<li>
<%RecentEntryTitle%></li>
</RecentEntry>
</ul>
<h4>Kategorilerim</h4>
<ul class="right_ul">
<li><%Kategorilerim%></li></ul>
<h4>Arkadaşlarım</h4>
<ul class="right_ul">
<Friends><li><a href="<%FriendURL%>" target="_blank" title="<%FriendUsername%>"><%FriendUsername%></a></li></Friends></ul>
<h4>Bağlantılarım</h4>
<Link><ul class="right_ul">
<li ><a href="<%LinkURL%>" title="<%LinkURL%>"><%LinkTitle%></a></li></ul>
</Link>
</div>
<div id="copyright"><p><%BlogcuFooter%></p></div>
</div>
</div>
</body>
</html>