<? include "top-design.php" ?>
<!-- Listy -->
<? include "php/phpmails.php"; ?>
<div align="center"><B>Category:</B> <span class='ztxt'><B><? echo $kategoria ?></B></span></div>
<br>
<div class="wstep">
<div align="center"><A HREF='kategorie.php'>Return to category</A>
<A HREF='<? echo $wroc ?>'>Return to topics</A><br></div>
</div>
<style>
td {font-size: 12px}
.data {
font-family: aplos, Geneva, Verdana, Helvetica, sans-serif;
font-size: 9px;
text-indent: 0em;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}
</style>
<br>
<TABLE cellpadding="1" cellspacing="0" width="100%" border="1" bordercolor="#990033" bgcolor="black">
<tr>
<td>
<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" bgcolor="black">
<TR>
<TD><A HREF="<? echo $wroc ?>">Topic: </a><span ><? echo $temat ?></span></TD>
<TD>
<TABLE cellspacing="0" cellpadding="0" border="0" align="center" width="100%">
<TR>
<TD></TD>
<td align="right"><A HREF="<? echo $odpowiedz_adres ?>">Reply</A></td>
</TR>
</table>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td valign="top" width="30%">
<!-- OKNO Z LISTAMI -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="60%">
<a href="<? echo $list_adres[0] ?>">
<?
if($idaut == 0) echo "<IMG SRC=\"koperta02.gif\" WIDTH=\"20\" HEIGHT=\"14\" BORDER=0 > $list_autor[0]";
else echo "<IMG SRC=\"koperta01.gif\" WIDTH=\"20\" HEIGHT=\"14\" BORDER=0 > $list_autor[0]";
?>
</a> <br>
<div class="data"><? echo $list_data[0] ?> </div>
</td>
</tr>
<TR>
<td >
<B><? echo $numerki ?></B><br><br>
</td>
</TR>
<? for($i = 0; $i < (count($dziel_list_autor)); $i++ ) { ?>
<tr>
<td width="60%">
<a href="<? echo $dziel_list_adres[$i] ?>"><b> <? echo $dziel_list_autor[$i] ?></b> </a>
<div class="data"><? echo $dziel_list_data[$i] ?></div>
</td>
</tr>
<? } ?>
</table>
<br>
</td>
<td height="70%" valign="top">
<table cellpadding="6" cellspacing="0" width="100%" border="1" bordercolor="#990033" bgcolor="black">
<tr>
<!-- OKNO Z LISTEM -->
<td valign="top" ><? echo $list_tresc[$idaut] ?><br><br>
<div align="right"><B><? echo $list_autor[$idaut] ?></B> </div>
</TD>
</TR>
</table>
</td>
</tr>
</table>
<br>
<? include "down-design.php" ?>