Revision 3672
Added by ben leinfelder almost 17 years ago
leftnav.jsp | ||
---|---|---|
2 | 2 |
<html> |
3 | 3 |
<head> |
4 | 4 |
<title>SANParks - South African National Park Data Repository</title> |
5 |
<link rel="stylesheet" type="text/css" href="sanparks.css" />
|
|
5 |
<link rel="stylesheet" type="text/css" href="@systemidserver@@style-skins-path@/sanparks/sanparks.css"/>
|
|
6 | 6 |
</head> |
7 | 7 |
|
8 | 8 |
<body class="templateleftcolclass"> |
Also available in: Unified diff
replace relative urls (for stylesheets, js files, and even form actions) with absolute paths. yes, this means using ant tokens still.
needed for using 'sanparks' as the default skin when deployed on dataknp.sanparks.org