mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-12-18 06:22:22 +00:00
perl and python scrips ../css -> /css
This commit is contained in:
parent
964338b736
commit
8c7d08a23c
@ -32,7 +32,7 @@ print TABLE << "END";
|
|||||||
|
|
||||||
<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" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
<title>1623/204 Passage Names Glossary</title>
|
<title>1623/204 Passage Names Glossary</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ print TABLE << "END";
|
|||||||
|
|
||||||
<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" />
|
||||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
<title>1623/204 Question Mark List</title>
|
<title>1623/204 Question Mark List</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ print $out ("<!DOCTYPE html>
|
|||||||
<title>$year Expo Logbook</title>
|
<title>$year Expo Logbook</title>
|
||||||
<meta name="keywords" content="NOEDIT">
|
<meta name="keywords" content="NOEDIT">
|
||||||
</head>
|
</head>
|
||||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/main2.css\" />
|
<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/main2.css\" />
|
||||||
<style type=\"text/css\">
|
<style type=\"text/css\">
|
||||||
.tripdate { float: left;}
|
.tripdate { float: left;}
|
||||||
.trippeople { float: right;}
|
.trippeople { float: right;}
|
||||||
@ -51,7 +51,7 @@ print $triplist ("<!DOCTYPE html>
|
|||||||
<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>Expo $year: trips index</title>
|
<title>Expo $year: trips index</title>
|
||||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/main2.css\">
|
<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/main2.css\">
|
||||||
<style type=\"text/css\">
|
<style type=\"text/css\">
|
||||||
tr.nc { font-style: italic }
|
tr.nc { font-style: italic }
|
||||||
</style>
|
</style>
|
||||||
|
@ -141,7 +141,7 @@ print("""
|
|||||||
<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>CUCC's Austria expeditions: Members</title>
|
<title>CUCC's Austria expeditions: Members</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
<!--
|
<!--
|
||||||
table.fancy { border-collapse: collapse; border: 2px solid black }
|
table.fancy { border-collapse: collapse; border: 2px solid black }
|
||||||
table.fancy td { border: 1px solid black; padding: 2pt }
|
table.fancy td { border: 1px solid black; padding: 2pt }
|
||||||
|
Loading…
Reference in New Issue
Block a user