<html>
<head>
<title><%WindowTitle%></title>
<style>
body {
background-color: white;
color: black;
font: 400 12pt Times New Roman, Sans Serif;
}
.wrap {
width: 30em;
margin-left: 20%;
}
h1 {
font-size: 16pt;
}
h2 {
font-size: 12pt;
}
p {
line-height: 1.5em;
text-indent: 2em;
margin: 0;
padding: 0;
}
li {
line-height: 1.3em;
margin-top: 0.4em;
margin-bottom: 0.4em;
}
.foot {
color: gray;
}
</style>
</head>
<body>
<div class=wrap>
<IfMainPage>
<h1><%Title%></h1>
<Entry>
<h2><%EntryTitle%></h2>
<%EntryBody%>
<p><strong>К: <%EntryCommentCount%>, <a href="<%EntryURL%>#comments">→</a></strong>
<center><p><strong>* * *</strong></p></center>
</Entry>
</IfMainPage>
<IfEntryPage>
<Entry>
<h1><%EntryTitle%></h1>
<%EntryBody%>
<hr noshade size=3 color=black>
<IfCommentsAllowed>
<p><a name="comments"><strong>Комментарии</strong></a></p>
<dl>
<Comment>
<dt><%CommentAuthor%>
<dd><%CommentBody%>
</Comment>
</dl>
<p><a href='<%CommentPostURL%>'>Комментировать →</a>
</IfCommentsAllowed>
</Entry>
</IfEntryPage>
</div>
<hr size=1 noshade color=gray>
<p class=foot>ЕСКД © 2005–2008
</body>
</html>
ЕСКД © 2005–2008