Revision 3739
Added by ben leinfelder over 16 years ago
leftnav.jsp | ||
---|---|---|
1 |
<%@ include file="settings.jsp"%> |
|
1 | 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 | 3 |
<html> |
3 | 4 |
<head> |
4 | 5 |
<title>SANParks - South African National Park Data Repository</title> |
5 |
<link rel="stylesheet" type="text/css" href="@systemidserver@@style-skins-path@/sanparks/sanparks.css"/>
|
|
6 |
<link rel="stylesheet" type="text/css" href="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/sanparks/sanparks.css"/>
|
|
6 | 7 |
</head> |
7 | 8 |
|
8 | 9 |
<body class="templateleftcolclass"> |
... | ... | |
14 | 15 |
<tr class="leftnav" valign="top"> |
15 | 16 |
<td> |
16 | 17 |
|
17 |
<form action="./index.jsp" method="post" target="_top" name="orgForm">
|
|
18 |
<form action="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/sanparks/index.jsp" method="post" target="_top" name="orgForm">
|
|
18 | 19 |
<input name="organizationScope" type="hidden" value="" /> |
19 | 20 |
<table> |
20 | 21 |
<tr> |
Also available in: Unified diff
Get rid of the ant tokens and the relative paths by using the context url and cgi prefix provided by the settings.jsp.
Now the "short form" of urls will work with the iframe skins. sanparks and saeon can also be set as the "default" skin and the paths will resolve correctly.
Note: still an ant token in the .cfg file used with perl...