Ignore:
Timestamp:
04/25/12 08:27:24 (12 years ago)
Author:
gaba
Message:

x-context replaced $repository, fcs/xsl's used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/xsl/fcs/html_snippets.xsl

    r1787 r1907  
    1010-->
    1111    <xsl:import href="params.xsl"/>
     12   
    1213    <xsl:template name="html-head">
    1314        <title>
     
    3435            <div id="top-menu">
    3536                <div id="user">
    36                     <xsl:variable name="link_toggle_js">
     37                    <xsl:variable name="link_toggle_js"  select="''">
     38                    <!--
    3739                        <xsl:call-template name="formURL">
    3840                            <xsl:with-param name="format">
     
    4345                            </xsl:with-param>
    4446                        </xsl:call-template>
     47                     -->
     48                   
    4549                    </xsl:variable>
    4650                    <xsl:choose>
     
    176180            </xsl:choose>
    177181        </xsl:variable>
    178         <xsl:variable name="link_prev">
     182        <xsl:variable name="link_prev" select="''">
     183        <!--
    179184            <xsl:call-template name="formURL">
    180185                <xsl:with-param name="startRecord" select="$prev_startRecord"/>
    181186                <xsl:with-param name="maximumRecords" select="$maximumRecords"/>
    182             </xsl:call-template>
     187            </xsl:call-template>
     188         -->
     189       
    183190        </xsl:variable>
    184191        <a class="internal prev" href="{$link_prev}">
     
    199206            </span>
    200207        </a>
    201         <xsl:variable name="link_next">
     208        <xsl:variable name="link_next" select="''">
     209        <!--
    202210            <xsl:call-template name="formURL">
    203211                <xsl:with-param name="startRecord" select="$next_startRecord"/>
    204212                <xsl:with-param name="maximumRecords" select="$maximumRecords"/>
    205             </xsl:call-template>
     213            </xsl:call-template>
     214         -->
     215       
    206216        </xsl:variable>
    207217        <a class="internal next" href="{$link_next}">
Note: See TracChangeset for help on using the changeset viewer.