summaryrefslogtreecommitdiffhomepage
path: root/src/world
diff options
context:
space:
mode:
Diffstat (limited to 'src/world')
-rw-r--r--src/world/index.gsp53
-rw-r--r--src/world/notes/ez/index.gsp59
2 files changed, 112 insertions, 0 deletions
diff --git a/src/world/index.gsp b/src/world/index.gsp
new file mode 100644
index 0000000..1e6c651
--- /dev/null
+++ b/src/world/index.gsp
@@ -0,0 +1,53 @@
+html lang="en" {
+ head {
+ __include(head.gsp)
+ title {-World Coins & -Banknotes}
+ }
+
+ body {
+ nav { __include(nav.gsp) }
+
+ main {
+ section {
+ header {
+ h1 {-World Coins and -Banknotes}
+ h6 {-My secondary collection}
+ }
+ }
+
+ section .cl-section .slant-up {
+ div {
+ h2 {-World Coins}
+
+ table .country-table {
+ tbody {
+ tr {
+ }
+ }
+ }
+ }
+ }
+
+ section .cl-section .slant-up {
+ div {
+ h2 {-World Banknotes}
+
+ p {-
+ All these banknotes are uncirculated, unlike the rest of the content
+ on this website.
+ }
+
+ table .country-table {
+ tbody {
+ tr {
+ td {a href="notes/ez" {-Eurozone}}
+ }
+ }
+ }
+ }
+ }
+
+ section { __include(foot.gsp) }
+ }
+ }
+}
diff --git a/src/world/notes/ez/index.gsp b/src/world/notes/ez/index.gsp
new file mode 100644
index 0000000..701ebe5
--- /dev/null
+++ b/src/world/notes/ez/index.gsp
@@ -0,0 +1,59 @@
+html lang="en" {
+ head {
+ __include(head.gsp)
+ title {-Eurozone Banknotes}
+ }
+
+ body {
+ nav {
+ __include(nav.gsp)
+ }
+
+ main {
+ section {
+ header {
+ h1 {-Eurozone Banknotes}
+ }
+ }
+
+ br{}br{}
+
+ section { __include(table-key.gsp) }
+
+ br{}br{}
+
+ section .blurb {
+ p {-
+ Unlike the Eurozone banknotes listed under the Euro section of this
+ site, these are all UNC banknotes as opposed to circulated ones.
+ }
+ }
+
+ section .cl-section .slant-down {
+ div {
+ table .coin-table .bnote-table cellspacing="0" {
+ thead {
+ tr {th colspan="12" {-2002 Series}}
+ }
+
+ tbody { __esyscmd(gen-notes-ez 2002) }
+ }
+ }
+ }
+
+ section .cl-section .slant-down {
+ div {
+ table .coin-table .bnote-table cellspacing="0" {
+ thead {
+ tr {th colspan="12" {-Europa Series}}
+ }
+
+ tbody { __esyscmd(gen-notes-ez Europa) }
+ }
+ }
+ }
+
+ section { __include(foot.gsp) }
+ }
+ }
+}