mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-18 14:32:19 +00:00
fix absolute addressing in templates
This commit is contained in:
parent
d8ab17217f
commit
151cba336b
@ -30,9 +30,7 @@ This is a succession of hacks and needs to be redisgned and refactored.
|
|||||||
default_head = """<head>
|
default_head = """<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>CUCC Expedition - index</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Expo</h1>
|
<h1>Expo</h1>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title>
|
<title>
|
||||||
{{ header }}
|
{{ header }}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../../css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>{{logbook_entries.0.expedition}} Expo Logbook</title>
|
<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">
|
<meta name="keywords" content="NOEDIT">
|
||||||
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
|
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<p><b>Notes:</b></p>
|
<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>
|
<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>
|
<li>For more info on each cave, see the links to detailed description pages.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user