Project

General

Profile

« Previous | Next » 

Revision 4006

merge 1.8.1 to head

View differences:

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

  
46 48
  <xsl:template match="/">
47 49
    <html xml:lang="en-US">
......
112 114

  
113 115
.dl
114 116
{
115
    background: #eeeeee url({$contextURL}/style/skins/<xsl:value-of select="$qformat"/>/download2.png) 2px center no-repeat;
117
    background: #eeeeee url(<xsl:value-of select="contextURL"/>/style/skins/<xsl:value-of select="$qformat"/>/download2.png) 2px center no-repeat;
116 118
    border: 1px solid black;
117 119
    font-weight: bold;
118 120
    text-decoration: none;
......
291 293
                  <td class="text_plain">
292 294
                    <a class="dl">
293 295
                      <xsl:attribute name="href">
294
                        <xsl:text>http://{$httpServer}/authority/data?lsid=</xsl:text>
296
                        <xsl:value-of select="$httpServer"/><xsl:text>/authority/data?lsid=</xsl:text>
295 297
                        <xsl:value-of select="./param[@name=concat('entity/property[@name=', $sq, 'karId', $sq, ']/@value')]"/>
296 298
                      </xsl:attribute>
297 299

  

Also available in: Unified diff