2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-12-18 06:22:18 +00:00

fix absolute addressing in templates

This commit is contained in:
Philip Sargent 2024-12-16 22:42:50 +00:00
parent d8ab17217f
commit 151cba336b
4 changed files with 4 additions and 6 deletions

View File

@ -30,9 +30,7 @@ This is a succession of hacks and needs to be redisgned and refactored.
default_head = """<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CUCC Expedition - index</title>
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
<link rel="stylesheet" type="text/css" href="../../../css/main2.css" />
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
</head>
<body>
<h1>Expo</h1>

View File

@ -5,7 +5,7 @@
<title>
{{ header }}
</title>
<link rel="stylesheet" type="text/css" href="../../../css/main2.css" />
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
</head>
<body>

View File

@ -3,7 +3,7 @@
<head>
<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" />
<link rel="stylesheet" href="/css/main2.css" />
<meta name="keywords" content="NOEDIT">
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
</head>

View File

@ -22,7 +22,7 @@
<p><b>Notes:</b></p>
<ul><li>A marking status of "Retag" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li>
<li>Kataster status codes indicate the size of a cave, its character and its exploration status, as described <a href="../katast.htm">here</a>.</li>
<li>Kataster status codes indicate the size of a cave, its character and its exploration status, as described <a href="/katast.htm">here</a>.</li>
<li>For more info on each cave, see the links to detailed description pages.</li>
</ul>