diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 17:50:29 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-10 17:50:29 +0200 |
commit | 787b6a9346973f31c52f35b67739f7df1baafa91 (patch) | |
tree | d016dce37631abb4cad6b14e262422ae3f2ecb9b /src/world | |
parent | f28bf29eabe1a02010172ef51871d84e05d32899 (diff) |
+ Lots of new American stuff
Diffstat (limited to 'src/world')
-rw-r--r-- | src/world/coins/us/index.gsp | 21 |
1 files changed, 20 insertions, 1 deletions
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 @@ -169,6 +169,25 @@ html lang="en" { 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" { + thead { + tr { th colspan="6" {-Native American Dollars} } tr { @@ -228,4 +247,4 @@ html lang="en" { section { __include(foot.gsp) } } } -} +}
\ No newline at end of file |