diff --git a/public/templates/bootstrap/account/edit/default.tpl b/public/templates/bootstrap/account/edit/default.tpl index 82e1a274..b069de27 100644 --- a/public/templates/bootstrap/account/edit/default.tpl +++ b/public/templates/bootstrap/account/edit/default.tpl @@ -1,4 +1,3 @@ -
{include file="account/edit/detail.tpl"} {include file="account/edit/password.tpl"} @@ -7,4 +6,4 @@
{include file="account/edit/cashout.tpl"} {include file="account/edit/resetpin.tpl"} -
+
\ No newline at end of file diff --git a/public/templates/bootstrap/admin/dashboard/default.tpl b/public/templates/bootstrap/admin/dashboard/default.tpl index 437f103c..7d55a7a1 100644 --- a/public/templates/bootstrap/admin/dashboard/default.tpl +++ b/public/templates/bootstrap/admin/dashboard/default.tpl @@ -1,26 +1,13 @@ {nocache} - - - - -
- {include file="admin/dashboard/mpos.tpl"} -
- - - - -
- {include file="admin/dashboard/user.tpl"} -
- - - - -
- {include file="admin/dashboard/registrations.tpl"} - {if $GLOBAL.config.disable_invitations|default:"0" == 0} - {include file="admin/dashboard/invitation.tpl"} - {/if} -
-{/nocache} + +{include file="admin/dashboard/mpos.tpl"} + +{include file="admin/dashboard/user.tpl"} + +
+{include file="admin/dashboard/registrations.tpl"} +{if $GLOBAL.config.disable_invitations|default:"0" == 0} + {include file="admin/dashboard/invitation.tpl"} +{/if} +
+{/nocache} \ No newline at end of file diff --git a/public/templates/bootstrap/admin/dashboard/invitation.tpl b/public/templates/bootstrap/admin/dashboard/invitation.tpl index 4f4f61fa..98be4ea3 100644 --- a/public/templates/bootstrap/admin/dashboard/invitation.tpl +++ b/public/templates/bootstrap/admin/dashboard/invitation.tpl @@ -1,21 +1,25 @@ -{nocache} -
-

Invitations

- - - - - - - - - - - - - - - -
TotalActivatedOutstanding
{$INVITATION_INFO.total}{$INVITATION_INFO.activated}{$INVITATION_INFO.outstanding}
-
-{/nocache} \ No newline at end of file +
+
+ +
+ + + + + + + + + + + + + + + +
TotalActivatedOutstanding
{$INVITATION_INFO.total}{$INVITATION_INFO.activated}{$INVITATION_INFO.outstanding}
+
+
+
\ No newline at end of file diff --git a/public/templates/bootstrap/admin/dashboard/mpos.tpl b/public/templates/bootstrap/admin/dashboard/mpos.tpl index 7afa7428..8232e109 100644 --- a/public/templates/bootstrap/admin/dashboard/mpos.tpl +++ b/public/templates/bootstrap/admin/dashboard/mpos.tpl @@ -1,70 +1,82 @@ -{nocache} -
-

MPOS Version Information

- - - - - - - - - - - - - - - - - - - - - - - - - -
ComponentCurrentInstalled
MPOS{$VERSION['CURRENT']['CORE']} - {$VERSION['INSTALLED']['CORE']} -
Config{$VERSION['CURRENT']['CONFIG']} - {$VERSION['INSTALLED']['CONFIG']} -
Database{$VERSION['CURRENT']['DB']} - {$VERSION['INSTALLED']['DB']} -
-
- -
-

MPOS Status

- - - - - - - - - - - - - - - - - - - -
CronjobsWallet
ErrorsDisabledErrors
- {if $CRON_ERROR == 0}None - OK{else}{$CRON_ERROR}{/if} - - {if $CRON_DISABLED == 0}None - OK{else}{$CRON_DISABLED}{/if} - - {$WALLET_ERROR|default:"None - OK"} -
-
-{/nocache} +
+
+
+
+ MPOS Version Information +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentCurrentInstalled
MPOS{$VERSION['CURRENT']['CORE']} + {$VERSION['INSTALLED']['CORE']} +
Config{$VERSION['CURRENT']['CONFIG']} + {$VERSION['INSTALLED']['CONFIG']} +
Database{$VERSION['CURRENT']['DB']} + {$VERSION['INSTALLED']['DB']} +
+
+
+
+ +
+
+
+ MPOS Status +
+ +
+
+
diff --git a/public/templates/bootstrap/admin/dashboard/registrations.tpl b/public/templates/bootstrap/admin/dashboard/registrations.tpl index e01729df..7e9526ed 100644 --- a/public/templates/bootstrap/admin/dashboard/registrations.tpl +++ b/public/templates/bootstrap/admin/dashboard/registrations.tpl @@ -1,25 +1,30 @@ -{nocache} -
-

Registrations

- - - - - - - - - - - - - - - - - - - -
24 hours7 days1 month6 months1 year
{$USER_REGISTRATIONS.24hours}{$USER_REGISTRATIONS.7days}{$USER_REGISTRATIONS.1month}{$USER_REGISTRATIONS.6month}{$USER_REGISTRATIONS.1year}
-
-{/nocache} \ No newline at end of file +
+
+ +
+ + + + + + + + + + + + + + + + + + + + +
24 hours7 days1 month6 months1 year
{$USER_REGISTRATIONS.24hours}{$USER_REGISTRATIONS.7days}{$USER_REGISTRATIONS.1month}{$USER_REGISTRATIONS.6month}{$USER_REGISTRATIONS.1year}
+
+
+
\ No newline at end of file diff --git a/public/templates/bootstrap/admin/dashboard/user.tpl b/public/templates/bootstrap/admin/dashboard/user.tpl index 625357cb..bff86c06 100644 --- a/public/templates/bootstrap/admin/dashboard/user.tpl +++ b/public/templates/bootstrap/admin/dashboard/user.tpl @@ -1,49 +1,61 @@ -{nocache} -
-

Users

- - - - - - - - - - - - - - - - - - - -
TotalActiveLockedAdminsNo Fees
{$USER_INFO.total}{$USER_INFO.active}{$USER_INFO.locked}{$USER_INFO.admins}{$USER_INFO.nofees}
-
- -
-

Logins

- - - - - - - - - - - - - - - - - - - -
24 hours7 days1 month6 months1 year
{$USER_LOGINS.24hours}{$USER_LOGINS.7days}{$USER_LOGINS.1month}{$USER_LOGINS.6month}{$USER_LOGINS.1year}
-
-{/nocache} \ No newline at end of file +
+
+
+
+ Users +
+
+ + + + + + + + + + + + + + + + + + + +
TotalActiveLockedAdminsNo Fees
{$USER_INFO.total}{$USER_INFO.active}{$USER_INFO.locked}{$USER_INFO.admins}{$USER_INFO.nofees}
+
+
+
+ +
+
+
+ Logins +
+
+ + + + + + + + + + + + + + + + + + + +
24 hours7 days1 month6 months1 year
{$USER_LOGINS.24hours}{$USER_LOGINS.7days}{$USER_LOGINS.1month}{$USER_LOGINS.6month}{$USER_LOGINS.1year}
+
+
+
+
\ No newline at end of file diff --git a/public/templates/bootstrap/admin/invitations/default.tpl b/public/templates/bootstrap/admin/invitations/default.tpl index c654526b..6e9a2c4e 100644 --- a/public/templates/bootstrap/admin/invitations/default.tpl +++ b/public/templates/bootstrap/admin/invitations/default.tpl @@ -1,8 +1,13 @@ {nocache} -
-

Top Inviters

-
- +
+
+
+
+ Top Inviters +
+
+
+
@@ -18,7 +23,7 @@
- +
@@ -38,7 +43,10 @@ {/section} - -
Username{$TOPINVITERS[inviter].activated}
-
+ + + + + + {/nocache} \ No newline at end of file diff --git a/public/templates/bootstrap/admin/monitoring/default.tpl b/public/templates/bootstrap/admin/monitoring/default.tpl index 7ed12abc..0b7ba69f 100644 --- a/public/templates/bootstrap/admin/monitoring/default.tpl +++ b/public/templates/bootstrap/admin/monitoring/default.tpl @@ -1,6 +1,12 @@ -
-

Monitoring

- +
+
+
+
+ Monitoring +
+
+
+ @@ -26,7 +32,7 @@ {else if $event.type == 'message'} {$event.value} {else if $event.type == 'yesno'} - + {else if $event.type == 'time'} {if $event.value > 60} @@ -55,5 +61,8 @@ {/foreach} -
Cronjob Disabled
-
+ + + + + diff --git a/public/templates/bootstrap/admin/poolworkers/default.tpl b/public/templates/bootstrap/admin/poolworkers/default.tpl index 8423860a..a266eef1 100644 --- a/public/templates/bootstrap/admin/poolworkers/default.tpl +++ b/public/templates/bootstrap/admin/poolworkers/default.tpl @@ -1,52 +1,66 @@ -
-

{$GLOBAL.workers} Current Active Pool Workers

-
- - - - - - - - - -
-{if $smarty.request.start|default:"0" > 0} - -{else} - -{/if} - - -
- - - - - - - {if $GLOBAL.config.disable_notifications != 1}{/if} - - - - - - {nocache} - {section worker $WORKERS} - - - - - - {if $GLOBAL.config.disable_notifications != 1} - - {/if} - - - - - {/section} - {/nocache} - -
Worker NamePasswordActiveMonitorKhash/sDifficultyAvg Difficulty
{$WORKERS[worker].username|escape}{$WORKERS[worker].password|escape}{$WORKERS[worker].hashrate|number_format|default:"0"}{if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].difficulty|number_format:"2"|default:"0"}{else}0{/if}{if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].avg_difficulty|number_format:"2"|default:"0"}{else}0{/if}
-
+
+
+
+
+ {$GLOBAL.workers} Current Active Pool Workers +
+
+
+ + + + + + + + + + + +
+ {if $smarty.request.start|default:"0" > 0} + + {else} + + {/if} + + +
+
+ +
+ + + + + + + {if $GLOBAL.config.disable_notifications != 1}{/if} + + + + + + {nocache} + {section worker $WORKERS} + + + + + + {if $GLOBAL.config.disable_notifications != 1} + + {/if} + + + + + {/section} + {/nocache} + +
Worker NamePasswordActiveMonitorKhash/sDifficultyAvg Difficulty
{$WORKERS[worker].username|escape}{$WORKERS[worker].password|escape}{$WORKERS[worker].hashrate|number_format|default:"0"}{if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].difficulty|number_format:"2"|default:"0"}{else}0{/if}{if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].avg_difficulty|number_format:"2"|default:"0"}{else}0{/if}
+
+
+
+
+
diff --git a/public/templates/bootstrap/admin/registrations/default.tpl b/public/templates/bootstrap/admin/registrations/default.tpl index c43a2b74..ca2eab68 100644 --- a/public/templates/bootstrap/admin/registrations/default.tpl +++ b/public/templates/bootstrap/admin/registrations/default.tpl @@ -1,46 +1,58 @@ {nocache} -
-

Last registered Users

- - - - - - - -
-{if $smarty.request.registeredstart|default:"0" > 0} - Previous 10 -{else} - -{/if} - - Next 10 -
+
+
+
+
+ Last registered Users +
+
+
+ + + + + + + +
+ {if $smarty.request.registeredstart|default:"0" > 0} + Previous 10 + {else} + + {/if} + + Next 10 +
+
- - - - - - - - - - - - -{section user $LASTREGISTEREDUSERS} - - - - - - - - -{/section} - -
IDUsernameeMailReg. DateInviteInvited from
{$LASTREGISTEREDUSERS[user].id|escape}{$LASTREGISTEREDUSERS[user].mposuser}{$LASTREGISTEREDUSERS[user].email}{$LASTREGISTEREDUSERS[user].signup_timestamp|date_format:"%d/%m %H:%M:%S"}{if !$LASTREGISTEREDUSERS[user].inviter}{else}{/if}{$LASTREGISTEREDUSERS[user].inviter}
-
+
+ + + + + + + + + + + + + {section user $LASTREGISTEREDUSERS} + + + + + + + + + {/section} + +
IDUsernameeMailReg. DateInviteInvited from
{$LASTREGISTEREDUSERS[user].id|escape}{$LASTREGISTEREDUSERS[user].mposuser}{$LASTREGISTEREDUSERS[user].email}{$LASTREGISTEREDUSERS[user].signup_timestamp|date_format:"%d/%m %H:%M:%S"}{if !$LASTREGISTEREDUSERS[user].inviter}{else}{/if}{$LASTREGISTEREDUSERS[user].inviter}
+
+ + + + {/nocache} \ No newline at end of file diff --git a/public/templates/bootstrap/admin/transactions/default.tpl b/public/templates/bootstrap/admin/transactions/default.tpl index d9ca12cf..e334a50c 100644 --- a/public/templates/bootstrap/admin/transactions/default.tpl +++ b/public/templates/bootstrap/admin/transactions/default.tpl @@ -1,117 +1,141 @@ {if $DISABLE_TRANSACTIONSUMMARY|default:"0" != 1} -
-

Transaction Summary

- - - - {foreach $SUMMARY as $type=>$total} - - {/foreach} - - - - - {foreach $SUMMARY as $type=>$total} - - {/foreach} - - -
{$type}
{$total|number_format:"8"}
-
+
+
+
+
+ Transaction Summary +
+
+
+ + + + {foreach $SUMMARY as $type=>$total} + + {/foreach} + + + + + {foreach $SUMMARY as $type=>$total} + + {/foreach} + + +
{$type}
{$total|number_format:"8"}
+
+
+
+
+
{/if} -
-

Transaction Filter

-
-
- - - - - - - - -
-{if $smarty.request.start|default:"0" > 0} - -{else} - -{/if} - - -
-
- - {html_options name="filter[type]" options=$TRANSACTIONTYPES selected=$smarty.request.filter.type|default:""} -
-
- - {html_options name="filter[status]" options=$TXSTATUS selected=$smarty.request.filter.status|default:""} -
-
- - -
-
- - -
+
+
+
+
+ Transaction Filter +
+
+ + + + + + + + + + +
+ {if $smarty.request.start|default:"0" > 0} + + {else} + + {/if} + + +
+
+ + {html_options class="form-control" name="filter[type]" options=$TRANSACTIONTYPES selected=$smarty.request.filter.type|default:""} +
+
+ + {html_options class="form-control" name="filter[status]" options=$TXSTATUS selected=$smarty.request.filter.status|default:""} +
+
+ + +
+
+ + +
+ + +
-
- -
- -
+ -
-

Transaction History

- - - - - - - - - - - - - - - -{section transaction $TRANSACTIONS} - - - - - - - - {if ! $GLOBAL.website.transactionexplorer.disabled} - - {else} - - {/if} - - - -{/section} - -
IDAccountDateTX TypeStatusPayment AddressTX #Block #Amount
{$TRANSACTIONS[transaction].id}{$TRANSACTIONS[transaction].username}{$TRANSACTIONS[transaction].timestamp}{$TRANSACTIONS[transaction].type} - {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR - $TRANSACTIONS[transaction].type == 'Fee_PPS' OR - $TRANSACTIONS[transaction].type == 'Donation_PPS' OR - $TRANSACTIONS[transaction].type == 'Debit_MP' OR - $TRANSACTIONS[transaction].type == 'Debit_AP' OR - $TRANSACTIONS[transaction].type == 'TXFee' OR - $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations - }Confirmed - {else if $TRANSACTIONS[transaction].confirmations == -1}Orphaned - {else}Unconfirmed{/if} - {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{if $TRANSACTIONS[transaction].height == 0}n/a{else}{/if}{$TRANSACTIONS[transaction].height}{$TRANSACTIONS[transaction].amount|number_format:"8"}
-
Credit_AP = Auto Threshold Payment, Credit_MP = Manual Payment, Donation = Donation, Fee = Pool Fees (if applicable)
-
+ + +
+
+
+ Transaction History +
+
+ +
+ + + + + + + + + + + + + + + + {section transaction $TRANSACTIONS} + + + + + + + + {if ! $GLOBAL.website.transactionexplorer.disabled} + + {else} + + {/if} + + + + {/section} + +
IDAccountDateTX TypeStatusPayment AddressTX #Block #Amount
{$TRANSACTIONS[transaction].id}{$TRANSACTIONS[transaction].username}{$TRANSACTIONS[transaction].timestamp}{$TRANSACTIONS[transaction].type} + {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR + $TRANSACTIONS[transaction].type == 'Fee_PPS' OR + $TRANSACTIONS[transaction].type == 'Donation_PPS' OR + $TRANSACTIONS[transaction].type == 'Debit_MP' OR + $TRANSACTIONS[transaction].type == 'Debit_AP' OR + $TRANSACTIONS[transaction].type == 'TXFee' OR + $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations + }Confirmed + {else if $TRANSACTIONS[transaction].confirmations == -1}Orphaned + {else}Unconfirmed{/if} + {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true}{if $TRANSACTIONS[transaction].height == 0}n/a{else}{/if}{$TRANSACTIONS[transaction].height}{$TRANSACTIONS[transaction].amount|number_format:"8"}
+
Credit_AP = Auto Threshold Payment, Credit_MP = Manual Payment, Donation = Donation, Fee = Pool Fees (if applicable)
+
+
+
+
+
{else}
  • Login -
  • Sign Up +
  • Sign Up
  • {/if} diff --git a/public/templates/bootstrap/global/navigation.tpl b/public/templates/bootstrap/global/navigation.tpl index fb95fe17..f0f9b0b3 100644 --- a/public/templates/bootstrap/global/navigation.tpl +++ b/public/templates/bootstrap/global/navigation.tpl @@ -71,7 +71,7 @@
  • Logout
  • {else}
  • Login
  • -
  • Sign Up
  • +
  • Sign Up
  • {/if} {acl_check page='contactform' action='' name=' Contact' acl=$GLOBAL.acl.contactform}
  • Terms and Conditions