WebmasteriMM.blogcu.com

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><%WindowTitle%></title>
<style type="text/css">
* {
padding: 0;
margin: 0;
} 

body {
background: #380202;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color : #ff0000; }

#wrap {
width: 800px;
margin: 10px auto;
}

#top {
background: #380202 url(http://img218.imageshack.us/img218/7821/topbe7.gif) no-repeat;
padding: 15px 0;
}

#header {
background: #380202 url(http://img218.imageshack.us/img218/924/headertz8.gif) no-repeat;
height: 90px;
}
#header h1 {
padding: 20px 0 0 40px;
font-size: 25px;
letter-spacing: -2px;
}
#header h1 a {
color: #bbb;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 42px;
font-size: 17px;
color: #eee;
font-weight: 100;
}

#content {
background: #380202 url(http://img218.imageshack.us/img218/2076/contenttw0.gif) repeat-y;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 0 10px 30px;
}
#left h2 { 
background: #fff url(http://img218.imageshack.us/img218/8831/sidebarh2rp7.gif) no-repeat;
color: #fff; 
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#left ul { color: #2C4715; padding: 5px 0 5px 30px; list-style-type: square; }
#left ul li { padding-bottom: 5px; }
#left ul li a { color: #2C4715; text-decoration: none; }
#left ul li a:hover { color: #000; }

#center {
float: left;
width: 360px;
padding: 10px 0 0 10px;
}
#center h2 {
background: #fff url(http://img218.imageshack.us/img218/25/contenth2zw9.gif) no-repeat;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 00 10px 0;
}
#center h2 a { color: #fff; }
#center h2 a:hover { color: #000; text-decoration: none; }

#right {
float: right; 
width: 180px;
padding: 10px 30px 10px 0;
}
#right h2 { 
background: #fff url(http://img218.imageshack.us/img218/8831/sidebarh2rp7.gif) no-repeat;
color: #005EB0; 
height: 30px;
line-height: 30px;
color: #fff;
padding-left: 10px;
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
}
#right ul { color: #2C4715; padding: 5px 0 5px 30px; list-style-type: square; }
#right ul li { padding-bottom: 5px; }
#right ul li a { color: #2C4715; text-decoration: none; }
#right ul li a:hover { color: #000; }

#bottom { 
background: #380202 url(http://img218.imageshack.us/img218/7323/bottomrf8.gif) no-repeat;
padding: 15px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #eee;
}
#footer a { color: #eee; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

</style>
</head>
<body>

<div id="wrap">

<div id="top"> </div>

<div id="header"> 
<h1><a href="<%MainPageURL%>"><%Title%></a></h1>
<h2><%Description%></h2>
</div>

<div id="content">
<div id="left">

<h2>Hakkımda</h2>
<ul>
<div class='avatar'><img src='<%Avatar%>' border='0'></div>
Buraya hakkınızda bişeler yazın!
</ul>

<h2>Son Yazılarım </h2>
<ul>
<RecentEntry><li><%RecentEntryTitle%></li></RecentEntry>
</ul>

<h2>Baglantılarım</h2>
<ul>
<li><a href='<%MainPageURL%>'>Ana Sayfa</a></li>
<li><a href='<%ProfileURL%>'>Profilim</a></li>
<li><a href='<%ArchiveURL%>'>Arşiv</a></li>
</ul>
</div>

<div id="center">
<!-- BEGIN LEFTSIDE -->

<!-- ARCHIVE PAGE -->
<IfArchivePage>
<h2>Arşiv</h2>
<%ArchiveInfo%>
</IfArchivePage>



<!-- MAIN PAGE -->
<IfMainPage>
<Entry>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr><td>
<h2><%EntryTitle%></h2>
<P align=right><b>Tarih:</b> <%EntryDate%> | <b>Kategori:</b> <%EntryCategory%></P>
<%EntryBody%>
</td></tr>
<tr><td>
<P align=right>| <%EntryCommentCount%> Yorum Yazılmış | <IfCommentsAllowed><a href='<%EntryURL%>'>Yorumlar</a><IfCommentPostAllowed><font class='gray'> | </font> <a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed> <font class='gray'> | </font></IfCommentsAllowed> <a href='<%EntryURL%>'>Bağlantı</a> |</P>
</td></tr>
</table>
<br>
</Entry>
</IfMainPage>


<!-- ENTRY PAGE -->
<IfEntryPage>
<Entry>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr><td>
<h2><%EntryTitle%></h2>
<P align=right>Tarih: <%EntryDate%> | Kategori: <%EntryCategory%></P>
<%EntryBody%>
</td></tr>
<tr><td>
<P align=right><IfCommentsAllowed><a href='<%EntryURL%>'>Yorum</a> (<%EntryCommentCount%>) <IfCommentPostAllowed><font class='gray'> | </font> <a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed> <font class='gray'> | </font></IfCommentsAllowed> <a href='<%EntryURL%>'>Bağlantı</a></P>
</td></tr>
</table>
<br>

<ol class="commentlist"><Comment>
<blockquote> <li class=alt>
<img src="<%CommentAuthorAvatar%>" align="left" width="40" height="40"/> <b>Yazan</b>:
<%CommentAuthor%>
<%CommentAuthorIP%>
| <b>Tarih</b>:
<%CommentDate%><br />
<b> Konu</b>:
<%CommentTitle%><br />
<small><%CommentBody%></small>
<p class=info><center><a href='<%CommentURL%>'>Bağlantı</a> |
<CommentEdit>Düzenle</CommentEdit> | <CommentDelete>Sil</CommentDelete></center></p>
</li></blockquote></Comment></IfCommentsAllowed></ol>
<IfCommentsAllowed><IfCommentPostAllowed></IfPages>
</IfCommentPostAllowed></IfCommentsAllowed>
</Entry></IfEntryPage>




<!-- FRIENDS PAGE -->
<IfFriendsPage>
<Entry>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr><td>
<h2><%EntryTitle%></h2>
<P align=right>Tarih: <%EntryDate%> | Kategori: <%EntryCategory%></P>
<%EntryBody%>
</td></tr>
<tr><td>
<P align=right><IfCommentsAllowed><a href='<%EntryURL%>'>Yorum</a> (<%EntryCommentCount%>) <IfCommentPostAllowed><font class='gray'> | </font> <a href='<%CommentPostURL%>'>Yorum yaz!</a></IfCommentPostAllowed> <font class='gray'> | </font></IfCommentsAllowed> <a href='<%EntryURL%>'>Bağlantı</a></P>
</td></tr>
</table>
<br>
</Entry>
</IfFriendsPage>


<IfPages>
<table cellpadding='0' cellspacing='0' width='100%'>
<HR>
<tr><td><center><-<LaterLink>Son Sayfa</LaterLink>--<EarlierLink>Sonraki Sayfa</EarlierLink>-></center></td></tr>
</table>
</IfPages>

</td>
<td width='200' class='rightside' valign='top' NOWRAP>
<!-- BEGIN RIGHTSIDE -->
</div>

<div id="right"> 
<h2>Kategorilerim</h2>
<ul>
<li><%Kategorilerim%></li>
</ul>

<h2>Arkadaşlarım</h2>
<ul>
<Friends><li><a href='<%FriendURL%>'><%FriendUsername%></a></li></Friends>
</ul>
</div>

<div style="clear:both;"> </div>
</div>

<div id="bottom"> </div>

<div id="footer">
© Copyright 2008 By RoMaNTiK - <a href="http://webmasterimm.blogcu.com/">
WebmasteriMM.blogcu.com</a>
</div>

</div>
</body>
</html>