You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/12/18 06:45:28 UTC

cvs commit: cocoon-2.1/src/blocks/scratchpad/samples/sitemap-viewer/html head.xml

crossley    2003/12/17 21:45:28

  Modified:    src/blocks/scratchpad/samples/sitemap-viewer/transforms
                        sitemaplist2index.xsl
               src/blocks/scratchpad/samples/sitemap-viewer/html head.xml
  Log:
  Add missing html title elements.
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-2.1/src/blocks/scratchpad/samples/sitemap-viewer/transforms/sitemaplist2index.xsl
  
  Index: sitemaplist2index.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/scratchpad/samples/sitemap-viewer/transforms/sitemaplist2index.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemaplist2index.xsl	17 Dec 2003 07:05:18 -0000	1.3
  +++ sitemaplist2index.xsl	18 Dec 2003 05:45:28 -0000	1.4
  @@ -7,7 +7,7 @@
               <xsl:if test="not(//dir)">
                   <META HTTP-EQUIV="refresh" content="2;URL=index-list.html" /> 
               </xsl:if>
  -            <title></title>
  +            <title>Cocoon Sitemap Viewer</title>
               <style type="text/css">
                   td, th { vertical-align: top }
                   pre.example { color: blue }
  
  
  
  1.3       +1 -0      cocoon-2.1/src/blocks/scratchpad/samples/sitemap-viewer/html/head.xml
  
  Index: head.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/scratchpad/samples/sitemap-viewer/html/head.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- head.xml	12 Dec 2003 04:48:50 -0000	1.2
  +++ head.xml	18 Dec 2003 05:45:28 -0000	1.3
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <head>
  +    <title>Cocoon Sitemap Viewer</title>
       <style></style>
   </head>