summaryrefslogtreecommitdiffhomepage
path: root/src/euro/index.ccoins.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/euro/index.ccoins.gsp')
-rw-r--r--src/euro/index.ccoins.gsp21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/euro/index.ccoins.gsp b/src/euro/index.ccoins.gsp
index ae16426..d6d117c 100644
--- a/src/euro/index.ccoins.gsp
+++ b/src/euro/index.ccoins.gsp
@@ -15,10 +15,9 @@ html lang="en" {
main {
section {
header {
- h1 {-__demonym Euro Coins}
- h3 {
- span {-__altnames}
- span {-__percentage}
+ h1 {=
+ __name
+ __tr(__altnames)
}
}
}
@@ -71,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 {
@@ -105,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 {
@@ -150,4 +161,4 @@ html lang="en" {
section { __include(foot.gsp) }
}
}
-}
+} \ No newline at end of file