summaryrefslogtreecommitdiffhomepage
path: root/src/table-key.gsp
diff options
context:
space:
mode:
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])}
+ }
+}