+
+
+ Share statistics
+
+
+ {assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system}
+ {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/shares.tpl"}
diff --git a/public/templates/bootstrap/dashboard/round_statistics/pplns/round.tpl b/public/templates/bootstrap/dashboard/round_statistics/pplns/round.tpl
new file mode 100644
index 00000000..5a44547c
--- /dev/null
+++ b/public/templates/bootstrap/dashboard/round_statistics/pplns/round.tpl
@@ -0,0 +1,36 @@
+
diff --git a/public/templates/bootstrap/dashboard/round_statistics/pplns/shares.tpl b/public/templates/bootstrap/dashboard/round_statistics/pplns/shares.tpl
new file mode 100644
index 00000000..809afa24
--- /dev/null
+++ b/public/templates/bootstrap/dashboard/round_statistics/pplns/shares.tpl
@@ -0,0 +1,25 @@
+
+
+
+ |
+ Own |
+ Pool |
+
+
+ Valid |
+ {$GLOBAL.userdata.shares.valid|number_format} |
+ {$GLOBAL.roundshares.valid|number_format} |
+
+
+
+ Invalid |
+ {$GLOBAL.userdata.shares.invalid|number_format} |
+ {$GLOBAL.roundshares.invalid|number_format} |
+
+
+ Efficiency |
+ {if $GLOBAL.userdata.shares.valid > 0}{(100 - ($GLOBAL.userdata.shares.invalid / ($GLOBAL.userdata.shares.valid + $GLOBAL.userdata.shares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if} |
+ {if $GLOBAL.roundshares.valid > 0}{(100 - ($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if} |
+
+
+
diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/_content.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/_content.tpl
deleted file mode 100644
index b59261fa..00000000
--- a/public/templates/bootstrap/dashboard/round_statistics/prop/_content.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
- Round Shares |
- Valid |
- Invalid |
- Efficiency |
-
-
- My Shares
- | {$GLOBAL.userdata.shares.valid|number_format} |
- {$GLOBAL.userdata.shares.invalid|number_format} |
-
- {if $GLOBAL.userdata.shares.valid > 0}{(100 - ($GLOBAL.userdata.shares.invalid / ($GLOBAL.userdata.shares.valid + $GLOBAL.userdata.shares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if}
- |
-
-
- Pool Shares |
- {$GLOBAL.roundshares.valid|number_format} |
- {$GLOBAL.roundshares.invalid|number_format} |
-
- {if $GLOBAL.roundshares.valid > 0}{(100 - ($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if}
- |
-
-
-
diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/_footer.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/_footer.tpl
deleted file mode 100644
index 13fce496..00000000
--- a/public/templates/bootstrap/dashboard/round_statistics/prop/_footer.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/_header.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/_header.tpl
deleted file mode 100644
index 5e1d2b05..00000000
--- a/public/templates/bootstrap/dashboard/round_statistics/prop/_header.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/default.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/default.tpl
index cef97314..999aa481 100644
--- a/public/templates/bootstrap/dashboard/round_statistics/prop/default.tpl
+++ b/public/templates/bootstrap/dashboard/round_statistics/prop/default.tpl
@@ -1,16 +1,28 @@
-
+
- Round statistics
+ Round statistics
{assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system}
- {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/_header.tpl"}
- {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/_content.tpl"}
- {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/_footer.tpl"}
+ {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/round.tpl"}
+
+
+
+
+
+
+ Share statistics
+
+
+ {assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system}
+ {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/shares.tpl"}
+
diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/round.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/round.tpl
new file mode 100644
index 00000000..5a44547c
--- /dev/null
+++ b/public/templates/bootstrap/dashboard/round_statistics/prop/round.tpl
@@ -0,0 +1,36 @@
+
diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl
new file mode 100644
index 00000000..809afa24
--- /dev/null
+++ b/public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl
@@ -0,0 +1,25 @@
+
+
+
+ |
+ Own |
+ Pool |
+
+
+ Valid |
+ {$GLOBAL.userdata.shares.valid|number_format} |
+ {$GLOBAL.roundshares.valid|number_format} |
+
+
+
+ Invalid |
+ {$GLOBAL.userdata.shares.invalid|number_format} |
+ {$GLOBAL.roundshares.invalid|number_format} |
+
+
+ Efficiency |
+ {if $GLOBAL.userdata.shares.valid > 0}{(100 - ($GLOBAL.userdata.shares.invalid / ($GLOBAL.userdata.shares.valid + $GLOBAL.userdata.shares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if} |
+ {if $GLOBAL.roundshares.valid > 0}{(100 - ($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if} |
+
+
+