Прохожему
dRmx 04.08.2003 20:25
Если еще сам не сделал...
<b><h1>Гостевая</h1></b>
^connect[$connect_string]{
$news[^table::sql{select
id, date, header, body
from
book
ORDER BY `ID` DESC
}]
^if($news){
^news.menu{
# показ сообщений из базы...
<center>
<table border="0" width="810" bgcolor="black">
<tr>
<td width="20" height="24" align="center" bgcolor="white">
<p>$news.id </p>
</td>
<td width="120" height="24" align="center" bgcolor="white">
<p>Имя</p>
</td>
<td width="356" height="27" align="center" valign="top" bgcolor="white">
<p>$news.header</p>
</td>
</tr>
<tr>
<td width="144" height="106" align="center" valign="top" colspan="2" bgcolor="white">
<p>Картинка или что там </p>
</td>
<td width="356" height="135" valign="top" rowspan="2" bgcolor="white">
<p>^untaint{$news.body}</p>
</td>
</tr>
<tr>
<td width="144" height="24" align="center" valign="top" colspan="2" bgcolor="white">
<p>$news.date</p>
</td>
</tr>
</table>
</center>
<hr>
- Прохожему, dRmx 04.08.2003 20:25