summaryrefslogtreecommitdiffhomepage
path: root/src/euro/index.tnotes.gsp
blob: 22aaae33e3be9a5d8ed1c477b61188cacf4783fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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) }
		}
	}
}