Ignore:
Timestamp:
09/13/11 09:56:52 (13 years ago)
Author:
vronk
Message:

small changes to stylesheets and static-xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/xsl/cmd_functions.xsl

    r1508 r1531  
    189189                        </xsl:when>
    190190                        <xsl:when test="$q=''">
    191                                 <xsl:value-of select="concat($base_dir, '/',$action, '/?format=', $format)" />
     191<!--                            <xsl:value-of select="concat($base_dir, '/',$action, '/?format=', $format)" />-->
     192                                        <xsl:value-of select="concat($base_dir, '/',$action, '/', $format)" />
    192193                        </xsl:when>                     
    193194                        <xsl:otherwise>
    194                                 <xsl:value-of select="concat($base_dir, '/',$action, '/?format=', $format, '&amp;', $q, '&amp;repository=', $repository_name)" />
     195<!--                            <xsl:value-of select="concat($base_dir, '/',$action, '/?format=', $format, '&amp;', $q, '&amp;repository=', $repository_name)" />-->
     196                                <xsl:value-of select="concat($base_dir, '/',$action, '/', $format, '?q=', $q, '&amp;repository=', $repository_name)" />
    195197                        </xsl:otherwise>
    196198                </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.