diff options
Diffstat (limited to 'src/world/coins')
-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 |