Ignore:
Timestamp:
2003-09-01T09:44:33+12:00 (21 years ago)
Author:
kjdon
Message:

changed the form 'action' to libraryname, not /gsdl3/libraryname, cos the url doesn't necessarily have gsdl3 in it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/process.xsl

    r5135 r5381  
    4343    <xsl:variable name='lang' select="/page/@lang"/>
    4444    <p/>
    45     <form name="BuildForm" method="get" action="/gsdl3/{$library_name}">
     45    <form name="BuildForm" method="get" action="{$library_name}">
    4646      <xsl:apply-templates select="paramList"/>
    4747      <input type="hidden" name="a" value="{$action}"/>
Note: See TracChangeset for help on using the changeset viewer.