diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 21:08:02 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 21:08:02 +0200 |
commit | e2273a732afcb86e7b38b5a44ba4d754794830a0 (patch) | |
tree | 950bc2993fb6d776220b731483e4935fd9491871 /src/euro | |
parent | 3bbb659980b4160055df03355d7a933ba211d0df (diff) |
Add better statistics
Diffstat (limited to 'src/euro')
-rw-r--r-- | src/euro/index.ccoins.gsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/euro/index.ccoins.gsp b/src/euro/index.ccoins.gsp index 4f1392b..d6d117c 100644 --- a/src/euro/index.ccoins.gsp +++ b/src/euro/index.ccoins.gsp @@ -70,6 +70,12 @@ html lang="en" { section .cl-section .slant-down { div { + ul .stats-list { + li {-Circulating: __stats(s, circ)} + li {-NIFC: __stats(s, nifc)} + li {-Combined: __stats(s, comb)} + } + table .coin-table cellspacing="0" { thead { tr { @@ -104,6 +110,12 @@ html lang="en" { section .cl-section .slant-down { div { + ul .stats-list { + li {-Circulating: __stats(c, circ)} + li {-NIFC: __stats(c, nifc)} + li {-Combined: __stats(c, comb)} + } + table .coin-table .commemorative-table cellspacing="0" { thead { tr { |