Project

General

Profile

« Previous | Next » 

Revision 3379

Added by barteau almost 17 years ago

Used relative paths to servlet; rather than fixed names or substitution variables.

View differences:

lib/style/skins/knp/SaeonLogin.jspx
64 64
    </jsp:scriptlet>
65 65
    
66 66
    <li>Search for KNP Data
67
        <form name="searchform" method="post" action="/knb/metacat" target="_top">
67
        <form name="searchform" method="post" action="../../../metacat" target="_top">
68 68
            <jsp:include page="SimpleSearchMetacatPostFields.html"/>
69 69
            <jsp:element name="input">
70 70
                <jsp:attribute name="name">sessionid</jsp:attribute>
......
84 84
    
85 85
    <li>Browse KNP data sets
86 86
        
87
        <form name="browseform" method="post" action="/knb/metacat" target="_top">
87
        <form name="browseform" method="post" action="../../../metacat" target="_top">
88 88
            <jsp:include page="SimpleSearchMetacatPostFields.html"/>
89 89
            <input name="anyfield" type="hidden" value="%" />
90 90
            <jsp:element name="input">

Also available in: Unified diff