<html dir="{blog_dir}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={blog_windows_encoding}">
<link href="templates/default/css/style_{blog_dir}.css" rel="stylesheet">
<title>{rowTitle}</title>
</head>
<body>
{tabs}
<div style="width: 100%; height: {wh}px; overflow: auto" marginwidth="10" marginheight="0">
<table width="100%" height="90%" border="0" cellpadding="4" id="table1" style="display:block;">
<tr><td class="normalFont">
<iframe src="guestbook.php?action=list" width="100%" height="100%" marginwidth="10" marginheight="0" id="list" name="list" scrolling="auto" border="0" frameborder="0"></iframe>
</td></tr>
</table>
<table width="100%" height="100%" border="0" cellpadding="4" id="table2" style="display:none;">
<tr><td class="normalFont">
<iframe src="guestbook.php?action=showForm" width="100%" height="100%" marginwidth="10" marginheight="0" id="showarea" name="showarea" scrolling="auto" border="0" frameborder="0"></iframe>
</td></tr>
</table>
</div>
<br>
</body>
</html>