php-mpos/public/templates/mmcFE/global
Sebastian Grewe 065f5e6d16 Adding working user admin panel to query user DB
* Users are all fetched from the DB
* Each user is assigned special stats
 * Hashrate
 * Shares
 * Balance
 * Est. Payout
 * Est. Donation
* Display in sortable and paginated table

This is not well optimized. Each user stats are grabbed individually
via the stats and transaction classes. It would probably make sense to
expand the statistics class to list a full user list with all statistics
available instead to cover this in a single SQL query.
2013-06-04 11:34:22 +02:00
..
block_footer.tpl initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
block_header.tpl Getting rid of various PHP notice warnings 2013-05-31 11:56:56 +02:00
footer.tpl updated footer 2013-05-16 15:03:36 +02:00
header.tpl default to n/a on template if no value is stored yet 2013-05-29 10:59:10 +02:00
login.tpl initial work on password reset, not working fully yet 2013-05-25 10:58:53 +02:00
motd.tpl Getting rid of various PHP notice warnings 2013-05-31 11:56:56 +02:00
navigation.tpl Adding working user admin panel to query user DB 2013-06-04 11:34:22 +02:00
sidebar.tpl Fixing minor template issues 2013-06-03 12:30:37 +02:00
userinfo.tpl Fixing minor template issues 2013-06-03 12:30:37 +02:00