message
This commit is contained in:
20
templates/default/newslist/main.tpl
Normal file
20
templates/default/newslist/main.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
[newslist]
|
||||
<div class="shadow2">
|
||||
<div class="block2">
|
||||
{sort}
|
||||
</div>
|
||||
</div>
|
||||
<div class="shadow2">
|
||||
<div class="block2">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="1000px"><strong>Íàçâàíèå</strong></td>
|
||||
<td width="20%"><center><strong>Ðåéòèíã</strong></center></td>
|
||||
<td width="20%"><center><strong>Äàòà</strong></center></td>
|
||||
<td width="10%"><strong>Àâòîð</strong></td>
|
||||
</tr>
|
||||
</table>
|
||||
{list}
|
||||
</div>
|
||||
</div>
|
||||
[/newslist]
|
||||
17
templates/default/newslist/newslist.tpl
Normal file
17
templates/default/newslist/newslist.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr onmouseover ="this.bgColor = '#FAF4C7'" onmouseout ="this.bgColor = '#FFFFFF'">
|
||||
<td width="1%"> {spoiler}</td>
|
||||
<td width="1000px" height="20px">[not-ajax] <a href="{link}">{title}</a>[/not-ajax][ajax] -- <a href="{link}">{title}</a>[/ajax]</td>
|
||||
<td width="20%"><center>{rating}</center></td>
|
||||
<td width="20%"><center>{date}</center></td>
|
||||
<td width="10%"><right>{author}</right></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
[ajax]
|
||||
<fieldset>
|
||||
<legend>{title}</legend>
|
||||
{story}
|
||||
</fieldset>
|
||||
<br>
|
||||
[/ajax]
|
||||
Reference in New Issue
Block a user