This commit is contained in:
3err0
2019-05-18 13:46:03 +08:00
commit 55e0adfa17
707 changed files with 55878 additions and 0 deletions

View 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]

View 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]&nbsp;&nbsp;<a href="{link}">{title}</a>[/not-ajax][ajax]&nbsp; -- <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]