From 9cad508b5c98ca1029460807249cafb712f28f1e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 29 Oct 2023 22:39:48 +0100 Subject: Migrate the site to GSP and a Makefile --- src/euro/index.tnotes.gsp | 59 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/euro/index.tnotes.gsp (limited to 'src/euro/index.tnotes.gsp') diff --git a/src/euro/index.tnotes.gsp b/src/euro/index.tnotes.gsp new file mode 100644 index 0000000..22aaae3 --- /dev/null +++ b/src/euro/index.tnotes.gsp @@ -0,0 +1,59 @@ +__hijack(euro/tn) + +html lang="en" { + head { + __include(head.gsp) + title {-Euro Test Banknotes} + } + + body { + nav { + __include(nav.gsp) + __include(euro/nav.dnotes.gsp) + } + + main { + section { + header { + h1 {-Euro Test Banknotes} + } + } + + br{}br{} + + section { __include(table-key.gsp) } + + br{}br{} + + section .blurb { + p {- + The following ‘test banknotes’ were banknotes from the Europa series + printed to test their usage in ATMs and such. The ‘*’ character in + the below serial numbers represents an arbitrary number/letter. + } + } + + br{} + + section .cl-section .slant-down { + div { + table #test-banknote-table .coin-table cellspacing="0" { + thead { + tr { + th colspan="7" {-Test Banknotes} + } + tr { + th colspan="1" {-Denomination} + th colspan="6" {-Serial Number / Printer Code / Signature} + } + } + + tbody { __esyscmd(gen-tnotes) } + } + } + } + + section { __include(foot.gsp) } + } + } +} -- cgit v1.2.3