Project

General

Profile

« Previous | Next » 

Revision 4006

merge 1.8.1 to head

View differences:

entity.xsl
41 41
  <xsl:param name="sessid"/>
42 42
  <xsl:param name="qformat">default</xsl:param>
43 43
  <xsl:param name="enableediting">false</xsl:param>
44
  <xsl:param name="contextURL"/>
45
  <xsl:param name="httpServer"/>
44 46

  
45 47
  <xsl:template match="/">
46 48
    <html xml:lang="en-US">
......
158 160

  
159 161
              <div style="text-align: center;">
160 162
                <a>
161
                  <xsl:attribute name="href">http://@httpserver@/authority/data?lsid=<xsl:value-of select="/entity/property[@name='karId']/@value"/></xsl:attribute>
163
                  <xsl:attribute name="href"><xsl:value-of select="$httpServer"/>/authority/data?lsid=<xsl:value-of select="/entity/property[@name='karId']/@value"/></xsl:attribute>
162 164
                  <xsl:text>Download</xsl:text>
163 165
                </a>
164 166
              </div>

Also available in: Unified diff