diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2022-12-16 19:57:56 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2022-12-16 19:57:56 +0000 |
commit | f80e4efed8b6a329a7c92b9e0c68bb12faa9b517 (patch) | |
tree | 76503a47a8926f2c026887c3c149d65cda778870 /templates/logbook2005style.html | |
parent | 5e9fd7fd77f2e94f433e9fa530b3c3e098d3dfa9 (diff) | |
download | troggle-f80e4efed8b6a329a7c92b9e0c68bb12faa9b517.tar.gz troggle-f80e4efed8b6a329a7c92b9e0c68bb12faa9b517.tar.bz2 troggle-f80e4efed8b6a329a7c92b9e0c68bb12faa9b517.zip |
parse several UK caving blogs per year - working
Diffstat (limited to 'templates/logbook2005style.html')
-rw-r--r-- | templates/logbook2005style.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/logbook2005style.html b/templates/logbook2005style.html index 846e88d..2e4fbad 100644 --- a/templates/logbook2005style.html +++ b/templates/logbook2005style.html @@ -4,14 +4,15 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{{logbook_entries.0.expedition}} Expo Logbook</title> <link rel="stylesheet" href="../../css/main2.css" /> +<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style> </head> -<!-- Exported by troggle in this format after having been imported using a different format and a different parser. -This is because we are steadily converting old formats to a new common format so that we do not need to maintain half -a dozen parser functions. +<!-- Exported by troggle in this format after having been imported using a different format and a different +parser. This is because we are steadily converting old formats to a new common format so that we do not need to +maintain half a dozen parser functions. + Exported on {% now 'Y-m-d D' %} using control panel webpage and exportlogbook() in troggle/code/views/other.py --> <body> -<h1>Expo {{logbook_entries.0.expedition}}</h1> {%for logbook_entry in logbook_entries%} <hr /> |