From 787b6a9346973f31c52f35b67739f7df1baafa91 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Aug 2025 17:50:29 +0200 Subject: + Lots of new American stuff --- src/world/coins/us/index.gsp | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'src/world/coins') diff --git a/src/world/coins/us/index.gsp b/src/world/coins/us/index.gsp index ef5a612..62de70b 100644 --- a/src/world/coins/us/index.gsp +++ b/src/world/coins/us/index.gsp @@ -164,6 +164,25 @@ html lang="en" { } } + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="3" {-Sacagawea Dollars} + } + tr { + th {-Denver} + th {-Philadelphia} + th {-San Francisco} + } + } + + tbody { __esyscmd(gen-america sds) } + } + } + } + section .cl-section .slant-down { div { table .coin-table cellspacing="0" { @@ -228,4 +247,4 @@ html lang="en" { section { __include(foot.gsp) } } } -} +} \ No newline at end of file -- cgit v1.2.3