<html>
<head>
<title>blog's comments</title>
<link REL="stylesheet" href="include/style.css" type="text/css">
</head>
<body style="background:white">
{literal}
<style>
table { border-collapse: collapse}
td {
padding: 5px;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #000000;
}
</style>
{/literal}
{include_if_exists file="include/header.php"}
{doevent name="PrintOnLoad"}
{include file="$showmasterfile"}
<h1>blog's comments</h1>
<table align='center' width='95%' border='0' cellpadding=3 cellspacing=2>
<tr>
<!--{if $column1show}-->
<td><b>id</b></td>
<td><b>username</b></td>
<td><b>blogfirstline</b></td>
<td><b>date</b></td>
<td><b>time</b></td>
<td><b>rate</b></td>
<td><b>comment</b></td>
<!--{/if}-->
</tr>
{foreach from=$rowinfo item=row}
<tr valign=top>
<td>
{$row.1id_value}
</td>
<td>
{$row.1username_value}
</td>
<td>
{$row.1blogfirstline_value}
</td>
<td>
{$row.1date_value}
</td>
<td>
{$row.1time_value}
</td>
<td>
{$row.1rate_value}
</td>
<td>
{$row.1comment_value}
</td>
</tr>
{/foreach}
<!-- totals row -->
</table>
{include_if_exists file="include/footer.php"}
</body>
</html>