Project

General

Profile

« Previous | Next » 

Revision 3672

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

View differences:

SaeonDelete.jspx
12 12
    <html xmlns="http://www.w3.org/1999/xhtml">
13 13
        <head>
14 14
        	<title>SANParks - South African National Park Data Repository</title>
15
        	<link href="sanparks.css" rel="stylesheet" type="text/css" />
15
        	<link rel="stylesheet" type="text/css" href="@systemidserver@@style-skins-path@/sanparks/sanparks.css"/>
16 16
        </head>
17 17
        <body style="background: #FFFFFF;">
18 18
            <jsp:useBean id="clientViewBean" scope="session" class="edu.ucsb.nceas.metacat.clientview.ClientView"/>

Also available in: Unified diff