[UPDAT] added footer, cleanup
This commit is contained in:
parent
8b3d5ec138
commit
67ca76279d
@ -39,4 +39,11 @@
|
||||
{/if}
|
||||
</tbody>
|
||||
</table>
|
||||
<footer>
|
||||
<ul>
|
||||
<i class="icon-thumbs-down"> no Donation </i>
|
||||
<i class="icon-thumbs-up"> 0%-2% Donation </i>
|
||||
<i class="icon-star-empty"> 2% or more Donation </i>
|
||||
</ul>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
@ -30,4 +30,11 @@
|
||||
{/if}
|
||||
</tbody>
|
||||
</table>
|
||||
<footer>
|
||||
<ul>
|
||||
<i class="icon-thumbs-down"> no Donation </i>
|
||||
<i class="icon-thumbs-up"> 0%-2% Donation </i>
|
||||
<i class="icon-star-empty"> 2% or more Donation </i>
|
||||
</ul>
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user