From 7350178f48c421577b779251f05fe6f03ffb01e2 Mon Sep 17 00:00:00 2001 From: nrpatten Date: Sat, 22 Mar 2014 02:21:07 -0700 Subject: [PATCH] [UPDATE] Pool Info Without Price --- .../overview/_without_price_graph.tpl | 106 +++++++++++++----- 1 file changed, 80 insertions(+), 26 deletions(-) diff --git a/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl b/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl index 806dbbf7..a72e481e 100644 --- a/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl +++ b/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl @@ -1,31 +1,85 @@ -
-

My Hashrate

- {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal} -
- +
+
+
+ +
+
+
+

My Hashrate

+
+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal} +
+ +
+
+
+
-
-

My Sharerate

- {$GLOBAL.userdata.sharerate|number_format:"2"} S/s -
- +
+
+
+ +
+
+
+

Pool Hashrate

+
+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool} +
+ +
+
+
+
-
-

Pool Hashrate

- {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool} -
- +
+
+
+ +
+
+
+

My Sharerate

+
+ {$GLOBAL.userdata.sharerate|number_format:"2"} S/s +
+ +
+
+
+
-
-

Pool Workers

- {$GLOBAL.workers} -
- +
+
+
+ +
+
+
+

Pool Workers

+
+ {$GLOBAL.workers} +
+ +
+
+
+
-
-

Net Hashrate

- {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} -
- +
+
+
+ +
+
+
+

Net Hashrate

+
+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} +
+ +
+
+
+
-