summaryrefslogtreecommitdiffhomepage
path: root/src/table-key.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-29 22:39:48 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-29 22:39:48 +0100
commit9cad508b5c98ca1029460807249cafb712f28f1e (patch)
tree2ad62d1ca57b7dc691550865cb7fb0b55c26da34 /src/table-key.gsp
parentc88b4c2d0842dfbb32fa744dde781601b9e4e7cf (diff)
Migrate the site to GSP and a Makefile
Diffstat (limited to 'src/table-key.gsp')
-rw-r--r--src/table-key.gsp26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/table-key.gsp b/src/table-key.gsp
new file mode 100644
index 0000000..a384eba
--- /dev/null
+++ b/src/table-key.gsp
@@ -0,0 +1,26 @@
+table #table-key cellspacing="0" {
+ tr {
+ td {div .nifc {}}
+ td {-Missing from my collection (NIFC)}
+ }
+ tr {
+ td {div .have {}}
+ td {-In my collection}
+ }
+ tr {
+ td {div .have-nifc {}}
+ td {-In my collection (NIFC)}
+ }
+ tr {
+ td {div .have-proof {}}
+ td {-In my collection (proof)}
+ }
+ tr {
+ td {div .unknown {}}
+ td {-Circulation status unknown}
+ }
+ tr {
+ td {div .not-minted {}}
+ td {-m4_ifdef([__coins], [Not minted], [Not printed])}
+ }
+}