Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle over 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

esa-resultset.xsl
41 41
   <html>
42 42
      <head>
43 43
        <link rel="stylesheet" type="text/css" 
44
              href="@style-skins-path@/{$qformat}/{$qformat}.css" />
44
              href="{$contextURL}/style/skins/{$qformat}/{$qformat}.css" />
45 45
        <script language="Javascript" type="text/JavaScript"
46
                src="@style-skins-path@/{$qformat}/{$qformat}.js" />
46
                src="{$contextURL}/style/skins/{$qformat}/{$qformat}.js" />
47 47
        <script language="Javascript" type="text/JavaScript"
48
                src="@style-common-path@/branding.js" />
48
                src="{$contextURL}/style/common/branding.js" />
49 49
        <script language="JavaScript">
50 50
          <![CDATA[
51 51
          function submitform(action,form_ref) {
......
66 66
      <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
67 67
      <script language="JavaScript">
68 68
          <![CDATA[
69
          insertTemplateOpening();
70
          insertSearchBox();
69
          insertTemplateOpening("{$contextURL}");
70
          insertSearchBox("{$contextURL}");
71 71
          ]]>
72 72
      </script>
73 73
        <table width="100%" align="center" border="0" cellpadding="2" cellspacing="0">
......
81 81

  
82 82
         <table width="99%" align="center" border="0" cellpadding="0" cellspacing="0">
83 83
           <tr>
84
             <th class="tablehead_lcorner" align="right" valign="top"><img src="@style-skins-path@/default/images/transparent1x1.gif" width="1" height="1" /></th>
84
             <th class="tablehead_lcorner" align="right" valign="top"><img src="{$contextURL}/style/skins/default/images/transparent1x1.gif" width="1" height="1" /></th>
85 85
             <th class="tablehead" style="text-align: left">Title</th>
86 86
             <th width="15%" class="tablehead" style="text-align: left">Contacts</th>
87 87
             <th width="15%" class="tablehead" style="text-align: left">Organization</th>
......
89 89
             <xsl:if test="$enableediting = 'true'">
90 90
               <th width="10%" class="tablehead" style="text-align: middle">Actions</th>
91 91
             </xsl:if>
92
             <th class="tablehead_rcorner" align="right" valign="top"><img src="@style-skins-path@/default/images/transparent1x1.gif" width="1" height="1" /></th>
92
             <th class="tablehead_rcorner" align="right" valign="top"><img src="{$contextURL}/style/skins/default/images/transparent1x1.gif" width="1" height="1" /></th>
93 93
           </tr>
94 94

  
95 95
         <xsl:for-each select="resultset/document">
......
140 140
               </form>
141 141
	      </xsl:when>
142 142
	      <xsl:otherwise>
143
		 <form action="@servlet-path@" method="POST">
143
		 <form action="{$servletURL}" method="POST">
144 144
                 <xsl:attribute name="name">
145 145
                   <xsl:value-of select="translate(./docid, '()-.', '____')" />
146 146
                 </xsl:attribute>
......
295 295
             <td width="10">&#160;</td>
296 296
             </tr>
297 297
             <tr class="searchresultsdivider"><td colspan="6">
298
             <img src="@style-skins-path@/default/images/transparent1x1.gif" width="1" height="1" /></td></tr>
298
             <img src="{$contextURL}/style/skins/default/images/transparent1x1.gif" width="1" height="1" /></td></tr>
299 299

  
300 300
          </xsl:for-each>
301 301
          </table>
302 302

  
303 303
       </xsl:if>
304 304
      <script language="JavaScript">
305
          insertTemplateClosing();
305
          insertTemplateClosing("{$contextURL}");
306 306
      </script>
307 307
    </body>
308 308
    </html>

Also available in: Unified diff