Revision 2907
Added by harris almost 19 years ago
index.jsp | ||
---|---|---|
45 | 45 |
addedParams = "?qformat="+qformat; |
46 | 46 |
} |
47 | 47 |
|
48 |
String redirectURI = "@style-skins-relpath@/"+qformat+"/index.jsp"+addedParams;
|
|
48 |
String redirectURI = "@style-skins-relpath@/"+qformat+"/index.html"+addedParams;
|
|
49 | 49 |
%> |
50 | 50 |
<jsp:forward page="<%= redirectURI %>" /> |
Also available in: Unified diff
fixed the index jsp to do the redirection to the given skin's html (the all
seem to have html pages, yet not all have jsp's). Started implementing the
display of eml docs with bounding coordinates as boxes.