Project

General

Profile

« Previous | Next » 

Revision 882

Added by Matt Jones over 22 years ago

Updated documentation to reflect new installprocess.

Modified build.xml to properly copy the docs into the distribution, which
required some changes in the ant token filtering scheme.

View differences:

marine.xsl
165 165
        </p>
166 166
        </font>
167 167
        <hr />
168
        <form action="http://@server@@servlet-path@#browse" 
168
        <form action="@server@@servlet-path@#browse" 
169 169
              method="POST"> 
170 170
        <a name="beginform" />  
171 171
        <table width="100%" border="0">
......
444 444
                  </xsl:if>
445 445
                  <xsl:if test="starts-with(./relationdoc, 'metacat')">
446 446
                    <xsl:attribute name="href">
447
                      <xsl:text>http://@server@@servlet-path@?action=read&amp;qformat=html&amp;docid=</xsl:text>
447
                      <xsl:text>@server@@servlet-path@?action=read&amp;qformat=html&amp;docid=</xsl:text>
448 448
                      <xsl:value-of select="./relationdoc" />
449 449
                    </xsl:attribute>
450 450
                    <xsl:if test="./relationdoctype = '-//NCEAS//eml-variable//EN'">

Also available in: Unified diff