mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 21:47:21 +00:00
fix absolute addressing in templates
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user