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,10 @@
<div class="shadow2">
<div class="block2">
{sort}
</div>
</div>
<div class="shadow2">
<div class="block2">
{list}
</div>
</div>

View File

@@ -0,0 +1,8 @@
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr onmouseover ="this.bgColor = '#FAF4C7'" onmouseout ="this.bgColor = '#FFFFFF'">
<td width="15%">&nbsp;{category}</td>
<td width="70%"><a href="{link}">{title}</a></td>
<td align="center" width="10%">{date}</td>
<td align="center" width="5%">{favorites}</td>
</tr>
</table>