Changeset 873

Show
Ignore:
Timestamp:
08/02/07 16:41:03 (1 year ago)
Author:
thomase
Message:

Date/time stamping and a bit more detail on how it was done.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • BibIt/trunk/ProcModsCollection.xsl

    r872 r873  
    1818 
    1919    <xsl:import href="getbesttitle.xsl"/> 
     20    <xsl:import href="now2text.xsl"/> 
    2021 
    2122    <!-- ================================================================  
     
    6364                <body> 
    6465                    <h1>Bibliography for Barrington Atlas Map <xsl:value-of select="$mapnum"/></h1> 
     66                    <p>Last revised: <xsl:call-template name="now2text"/></p>  
    6567                    <ul> 
    6668                        <xsl:apply-templates select="mods:modsCollection"/> 
     
    143145                <body> 
    144146                    <h1><xsl:value-of select="normalize-space($thetitle)"/></h1> 
     147                    <p>Last revised: <xsl:call-template name="now2text"/></p>  
    145148                    <div id="formattedcitation"> 
    146149                        <h2>Formatted citation:</h2> 
     
    175178                        It was subsequently verified, updated and expanded with reference to an actual copy of the work cited, or (failing that) to  
    176179                        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> 
    178183 
    179184                        <xsl:variable name="rightsrelurl"><xsl:for-each select="tokenize($htmlout, '/')">../</xsl:for-each><xsl:if test="$outchunk != '' and $outchunk != 'no'">../</xsl:if></xsl:variable>