diff options
Diffstat (limited to 'src/world/coins/us')
-rw-r--r-- | src/world/coins/us/index.gsp | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/world/coins/us/index.gsp b/src/world/coins/us/index.gsp index ef5a612..6d27e25 100644 --- a/src/world/coins/us/index.gsp +++ b/src/world/coins/us/index.gsp @@ -13,7 +13,7 @@ html lang="en" { main { section { header { - h1 {-American Coins} + h1 {-United States of America} } } @@ -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 |