From dfae8ae26dfbc859fd4c49d32cfa380ea260f2bc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 30 Oct 2023 16:21:23 +0100 Subject: Update lots of shit --- src/world/coins/us/index.gsp | 184 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 183 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 68cda5d..ef5a612 100644 --- a/src/world/coins/us/index.gsp +++ b/src/world/coins/us/index.gsp @@ -23,6 +23,168 @@ html lang="en" { br{}br{} + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="5" {-Bicentennial Commemoratives} + } + tr { + th colspan="2" {-Topic} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + } + } + + tbody { __esyscmd(gen-america bcs) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="5" {-Lincoln Pennies} + } + tr { + th colspan="2" {-Topic} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + } + } + + tbody { __esyscmd(gen-america lps) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="5" {-Westward Journey Nickels} + } + tr { + th colspan="2" {-Topic} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + } + } + + tbody { __esyscmd(gen-america wns) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="5" {-State Quarters} + } + tr { + th colspan="2" {-State} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + } + } + + tbody { __esyscmd(gen-america sqs) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="5" {-D.C.- & Territory Quarters} + } + tr { + th colspan="2" {-Territory} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + } + } + + tbody { __esyscmd(gen-america tqs) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="6" {-America The Beautiful Quarters} + } + tr { + th colspan="2" {-Topic} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + th colspan="1" {-West Point} + } + } + + tbody { __esyscmd(gen-america bqs) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="5" {-Women Quarters} + } + tr { + th colspan="2" {-Woman} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + } + } + + tbody { __esyscmd(gen-america wqs) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="6" {-Native American Dollars} + } + tr { + th colspan="2" {-Topic} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + th colspan="1" {-West Point} + } + } + + tbody { __esyscmd(gen-america nds) } + } + } + } + section .cl-section .slant-down { div { table .coin-table cellspacing="0" { @@ -38,7 +200,27 @@ html lang="en" { } } - tbody { __esyscmd(gen-pres) } + tbody { __esyscmd(gen-america pds) } + } + } + } + + section .cl-section .slant-down { + div { + table .coin-table cellspacing="0" { + thead { + tr { + th colspan="5" {-Innovation Dollars} + } + tr { + th colspan="2" {-State} + th colspan="1" {-Denver} + th colspan="1" {-Philadelphia} + th colspan="1" {-San Francisco} + } + } + + tbody { __esyscmd(gen-america ids) } } } } -- cgit v1.2.3