Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

resultset.xsl
47 47
      <head>
48 48
        <title>Components Search Results</title>
49 49
        <link rel="stylesheet" type="text/css"
50
            href="@style-skins-path@/{$qformat}/{$qformat}.css" />
50
            href="{$contextURL}/style/skins/{$qformat}/{$qformat}.css" />
51 51
        <script language="Javascript" type="text/JavaScript"
52
            src="@style-skins-path@/{$qformat}/{$qformat}.js">
52
            src="{$contextURL}/style/skins/{$qformat}/{$qformat}.js">
53 53
          <xsl:text disable-output-escaping="yes">
54 54
          </xsl:text>
55 55
        </script>
56 56
        <script language="Javascript" type="text/JavaScript"
57
            src="@style-common-path@/branding.js">
57
            src="{$contextURL}/style/common/branding.js">
58 58
          <xsl:text disable-output-escaping="yes">
59 59
          </xsl:text>
60 60
        </script>
......
111 111

  
112 112
.dl
113 113
{
114
    background: #eeeeee url(@style-skins-path@/<xsl:value-of select="$qformat"/>/download2.png) 2px center no-repeat;
114
    background: #eeeeee url({$contextURL}/style/skins/<xsl:value-of select="$qformat"/>/download2.png) 2px center no-repeat;
115 115
    border: 1px solid black;
116 116
    font-weight: bold;
117 117
    text-decoration: none;
......
124 124

  
125 125
      <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
126 126
        <script language="JavaScript">
127
insertTemplateOpening();
128
insertSearchBox();
127
          insertTemplateOpening("{$contextURL}");
128
          insertSearchBox("{$contextURL}");
129 129
        </script>
130 130

  
131 131
        <div class="body">
......
288 288
                  <td class="text_plain">
289 289
                    <a class="dl">
290 290
                      <xsl:attribute name="href">
291
                        <xsl:text>http://@httpserver@/authority/data?lsid=</xsl:text>
291
                        <xsl:text>http://{$httpServer}/authority/data?lsid=</xsl:text>
292 292
                        <xsl:value-of select="./param[@name=concat('entity/property[@name=', $sq, 'karId', $sq, ']/@value')]"/>
293 293
                      </xsl:attribute>
294 294

  
......
340 340
          </xsl:if>
341 341
        </div>
342 342
        <script language="JavaScript">
343
insertTemplateClosing();
343
insertTemplateClosing("{$contextURL}");
344 344
        </script>
345 345
      </body>
346 346
    </html>

Also available in: Unified diff