[UPDAT] added footer, cleanup

This commit is contained in:
iAmShorty 2014-02-24 22:48:57 +01:00
parent 8b3d5ec138
commit 67ca76279d
3 changed files with 14 additions and 1 deletions

View File

@ -39,4 +39,11 @@
{/if}
</tbody>
</table>
<footer>
<ul>
<i class="icon-thumbs-down"> no Donation </i>
<i class="icon-thumbs-up"> 0&#37;&#45;2&#37; Donation </i>
<i class="icon-star-empty"> 2&#37; or more Donation </i>
</ul>
</footer>
</article>

View File

@ -30,4 +30,11 @@
{/if}
</tbody>
</table>
<footer>
<ul>
<i class="icon-thumbs-down"> no Donation </i>
<i class="icon-thumbs-up"> 0&#37;&#45;2&#37; Donation </i>
<i class="icon-star-empty"> 2&#37; or more Donation </i>
</ul>
</footer>
</article>

View File

@ -65,7 +65,6 @@
</tbody>
</table>
</div>
</div>
<footer>
{if !$GLOBAL.website.api.disabled}<ul><li>These stats are also available in JSON format <a href="{$smarty.server.SCRIPT_NAME}?page=api&action=getpoolstatus&api_key={$GLOBAL.userdata.api_key|default:""}">HERE</a></li></ul>{/if}
</footer>