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>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
|
@ -32,7 +32,7 @@ print TABLE << "END";
|
||||
|
||||
<head>
|
||||
<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>
|
||||
</head>
|
||||
|
||||
|
@ -31,7 +31,7 @@ print $out ("<!DOCTYPE html>
|
||||
<title>$year Expo Logbook</title>
|
||||
<meta name="keywords" content="NOEDIT">
|
||||
</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\">
|
||||
.tripdate { float: left;}
|
||||
.trippeople { float: right;}
|
||||
@ -51,7 +51,7 @@ print $triplist ("<!DOCTYPE html>
|
||||
<head>
|
||||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
|
||||
<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\">
|
||||
tr.nc { font-style: italic }
|
||||
</style>
|
||||
|
@ -141,7 +141,7 @@ print("""
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<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 td { border: 1px solid black; padding: 2pt }
|
||||
|
Loading…
Reference in New Issue
Block a user