Changeset 873
- Timestamp:
- 08/02/07 16:41:03 (1 year ago)
- Files:
-
- BibIt/trunk/ProcModsCollection.xsl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BibIt/trunk/ProcModsCollection.xsl
r872 r873 18 18 19 19 <xsl:import href="getbesttitle.xsl"/> 20 <xsl:import href="now2text.xsl"/> 20 21 21 22 <!-- ================================================================ … … 63 64 <body> 64 65 <h1>Bibliography for Barrington Atlas Map <xsl:value-of select="$mapnum"/></h1> 66 <p>Last revised: <xsl:call-template name="now2text"/></p> 65 67 <ul> 66 68 <xsl:apply-templates select="mods:modsCollection"/> … … 143 145 <body> 144 146 <h1><xsl:value-of select="normalize-space($thetitle)"/></h1> 147 <p>Last revised: <xsl:call-template name="now2text"/></p> 145 148 <div id="formattedcitation"> 146 149 <h2>Formatted citation:</h2> … … 175 178 It was subsequently verified, updated and expanded with reference to an actual copy of the work cited, or (failing that) to 176 179 at least 3 different online library catalog systems. Where possible, information from publishers' and authors' websites has 177 also been consulted.</p> 180 also been consulted. Relationships between works, reflected by links in the "full details" sections of individual records, 181 have been programmatically calculated on the basis of textual information in the original records. You should check 182 individual citations for accuracy before using them.</p> 178 183 179 184 <xsl:variable name="rightsrelurl"><xsl:for-each select="tokenize($htmlout, '/')">../</xsl:for-each><xsl:if test="$outchunk != '' and $outchunk != 'no'">../</xsl:if></xsl:variable>
