Project

General

Profile

« Previous | Next » 

Revision 3667

Added by barteau over 16 years ago

Turnkey Installer modification: remove locale specific ant tokens with relative paths.

View differences:

resultset.xsl
29 29
* into an HTML format suitable for rendering with modern web browsers.
30 30
-->
31 31
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
32
  <xsl:import href="@systemidserver@@style-common-path@/resultset-table.xsl"/>
32
  <xsl:import href="./style/common/resultset-table.xsl"/>
33 33
  
34 34
  <xsl:output method="html"/>
35 35
  <xsl:param name="sessid"/>
......
39 39
   <html>
40 40
      <head>
41 41
        <link rel="stylesheet" type="text/css" 
42
              href="@style-skins-path@/{$qformat}/{$qformat}.css" />
42
              href="./style/skins/{$qformat}/{$qformat}.css" />
43 43
        <script language="Javascript" type="text/JavaScript"
44
                src="@style-skins-path@/{$qformat}/{$qformat}.js" />
44
                src="./style/skins/{$qformat}/{$qformat}.js" />
45 45
        <script language="Javascript" type="text/JavaScript"
46
                src="@style-common-path@/branding.js" />
46
                src="./style/common/branding.js" />
47 47
        <script language="JavaScript">
48 48
          <![CDATA[
49 49
          function submitform(action,form_ref) {

Also available in: Unified diff