diff --git a/public/templates/bootstrap/admin/invitations/default.tpl b/public/templates/bootstrap/admin/invitations/default.tpl index 8de6b29e..62a7c18f 100644 --- a/public/templates/bootstrap/admin/invitations/default.tpl +++ b/public/templates/bootstrap/admin/invitations/default.tpl @@ -5,7 +5,7 @@
Top Inviters
-
+
@@ -41,4 +41,4 @@ - \ 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 9cab6fad..de0af634 100644 --- a/public/templates/bootstrap/admin/monitoring/default.tpl +++ b/public/templates/bootstrap/admin/monitoring/default.tpl @@ -4,63 +4,62 @@
Monitoring
-
+
- - - - - - - - - - - - -{foreach $CRONSTATUS as $cron => $data} - - - {foreach $data as $name => $event} - - {/foreach} - -{/foreach} - + + + + + + + + + + + + {foreach $CRONSTATUS as $cron => $data} + + + {foreach $data as $name => $event} + + {/foreach} + + {/foreach} +
CronjobDisabledExit CodeActiveRuntimeStart TimeEnd TimeMessage
{$cron} - {if $event.type == 'okerror'} - {if $event.value == 0} - OK - {else} - ERROR - {/if} - {else if $event.type == 'message'} - {$event.value} - {else if $event.type == 'yesno'} - - {else if $event.type == 'time'} - {if $event.value > 60} - - {else if $event.value > 120} - - {else} - - {/if} - {$event.value|default:"0"|number_format:"2"} seconds - - {else if $event.type == 'date'} - {if ($smarty.now - 180) > $event.value} - - {else if ($smarty.now - 120) > $event.value} - - {else} - - {/if} - {$event.value|date_format:"%m/%d %H:%M:%S"} - - {else} - {$event.value|default:""} - {/if} -
CronjobDisabledExit CodeActiveRuntimeStart TimeEnd TimeMessage
{$cron} + {if $event.type == 'okerror'} + {if $event.value == 0} + OK + {else} + ERROR + {/if} + {else if $event.type == 'message'} + {$event.value} + {else if $event.type == 'yesno'} + + {else if $event.type == 'time'} + {if $event.value > 60} + + {else if $event.value > 120} + + {else} + + {/if} + {$event.value|default:"0"|number_format:"2"} seconds + + {else if $event.type == 'date'} + {if ($smarty.now - 180) > $event.value} + + {else if ($smarty.now - 120) > $event.value} + + {else} + + {/if} + {$event.value|date_format:"%m/%d %H:%M:%S"} + + {else} + {$event.value|default:""} + {/if} +
diff --git a/public/templates/bootstrap/admin/poolworkers/default.tpl b/public/templates/bootstrap/admin/poolworkers/default.tpl index a1b7e43a..7e398283 100644 --- a/public/templates/bootstrap/admin/poolworkers/default.tpl +++ b/public/templates/bootstrap/admin/poolworkers/default.tpl @@ -5,29 +5,20 @@ {$GLOBAL.workers} Current Active Pool Workers
-
- - - - - - - - - - - -
- {if $smarty.request.start|default:"0" > 0} - - {else} - - {/if} - - -
+
+
+ + + +
-
diff --git a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl index 7e319b03..9f20cabb 100644 --- a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl @@ -3,7 +3,7 @@
Contributor Hashrates
-
+
diff --git a/public/templates/bootstrap/statistics/pool/contributors_shares.tpl b/public/templates/bootstrap/statistics/pool/contributors_shares.tpl index cabfcfde..69c88fc0 100644 --- a/public/templates/bootstrap/statistics/pool/contributors_shares.tpl +++ b/public/templates/bootstrap/statistics/pool/contributors_shares.tpl @@ -3,7 +3,7 @@
Contributor Shares
-
+
diff --git a/public/templates/bootstrap/statistics/round/block_stats.tpl b/public/templates/bootstrap/statistics/round/block_stats.tpl index cfbfeec5..c09499ff 100644 --- a/public/templates/bootstrap/statistics/round/block_stats.tpl +++ b/public/templates/bootstrap/statistics/round/block_stats.tpl @@ -4,45 +4,47 @@
Block Statistics
-
- - - - - - - - - {if ! $GLOBAL.website.blockexplorer.disabled} - - {else} - - {/if} - - - - - - - - - - - - - - - - -
- - -
ID{$BLOCKDETAILS.id|number_format:"0"|default:"0"}Height{$BLOCKDETAILS.height|number_format:"0"|default:"0"}{$BLOCKDETAILS.height|number_format:"0"|default:"0"}Amount{$BLOCKDETAILS.amount|number_format|default:"0"}Confirmations{if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations} - Confirmed - {else if $BLOCKDETAILS.confirmations == -1} - Orphan - {else if $BLOCKDETAILS.confirmations == 0}0 - {else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if}
Difficulty{$BLOCKDETAILS.difficulty|default:"0"}Time{$BLOCKDETAILS.time|default:"0"}Shares{$BLOCKDETAILS.shares|number_format:"0"|default:"0"}Finder{$BLOCKDETAILS.finder|default:"unknown"}
+
+ + + + + + + + + + {if ! $GLOBAL.website.blockexplorer.disabled} + + {else} + + {/if} + + + + + + + + + + + + + + + + +
+ + +
ID{$BLOCKDETAILS.id|number_format:"0"|default:"0"}Height{$BLOCKDETAILS.height|number_format:"0"|default:"0"}{$BLOCKDETAILS.height|number_format:"0"|default:"0"}Amount{$BLOCKDETAILS.amount|number_format|default:"0"}Confirmations{if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations} + Confirmed + {else if $BLOCKDETAILS.confirmations == -1} + Orphan + {else if $BLOCKDETAILS.confirmations == 0}0 + {else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if}
Difficulty{$BLOCKDETAILS.difficulty|default:"0"}Time{$BLOCKDETAILS.time|default:"0"}Shares{$BLOCKDETAILS.shares|number_format:"0"|default:"0"}Finder{$BLOCKDETAILS.finder|default:"unknown"}
+
-
\ No newline at end of file +
diff --git a/public/templates/bootstrap/statistics/uptime/default.tpl b/public/templates/bootstrap/statistics/uptime/default.tpl index b067dee2..ad7fc122 100644 --- a/public/templates/bootstrap/statistics/uptime/default.tpl +++ b/public/templates/bootstrap/statistics/uptime/default.tpl @@ -2,7 +2,7 @@
UptimeRobot Status
-
+