From fe427d79968e26c4e4b9929282e6b38c613dd670 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 29 Oct 2023 23:24:17 +0100 Subject: Add Brazilian olympic reais --- src/world/coins/br/index.gsp | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/world/coins/br/index.gsp (limited to 'src/world/coins') diff --git a/src/world/coins/br/index.gsp b/src/world/coins/br/index.gsp new file mode 100644 index 0000000..8d7f672 --- /dev/null +++ b/src/world/coins/br/index.gsp @@ -0,0 +1,47 @@ +html lang="en" { + head { + __include(head.gsp) + title {-Brazilian Coins} + } + + body { + nav { + __include(nav.gsp) + __include(world/nav.coins.gsp) + } + + main { + section { + header { + h1 {-Brazilian Coins} + } + } + + br{}br{} + + section { __include(table-key.gsp) } + + br{}br{} + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="7" {-R$1 Olympic Reais} + } + tr { + th colspan="1" {-Year} + th colspan="6" {-Topic} + } + } + + tbody { __esyscmd(gen-olympic-reais) } + } + } + } + + section { __include(foot.gsp) } + } + } +} -- cgit v1.2.3