vgritsenko    2002/08/12 19:23:35

  Modified:    src/webapp/welcome Tag: cocoon_2_0_3_branch welcome.xhtml
               src/webapp/samples/welcome welcome.xhtml
  Log:
  make valid xhtml page
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.3   +7 -2      xml-cocoon2/src/webapp/welcome/Attic/welcome.xhtml
  
  Index: welcome.xhtml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/welcome/Attic/welcome.xhtml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- welcome.xhtml     13 Jul 2002 04:57:44 -0000      1.3.2.2
  +++ welcome.xhtml     13 Aug 2002 02:23:34 -0000      1.3.2.3
  @@ -1,4 +1,9 @@
  -<html xmlns:xlink="http://www.w3.org/1999/xlink";>
  +<?xml version="1.0"?>
  +
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  +   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
  +
  +<html xmlns="http://www.w3.org/1999/xhtml";>
      <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   
  @@ -18,7 +23,7 @@
   
               <tr>
                  <td align="center" width="40%">
  -                  <img src="cocoon.gif" border="0" />
  +                  <img src="cocoon.gif" border="0" alt="Cocoon Logo" />
                  </td>
               </tr>
   
  
  
  
  1.2       +9 -4      xml-cocoon2/src/webapp/samples/welcome/welcome.xhtml
  
  Index: welcome.xhtml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/welcome/welcome.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- welcome.xhtml     2 Jul 2002 13:06:42 -0000       1.1
  +++ welcome.xhtml     13 Aug 2002 02:23:35 -0000      1.2
  @@ -1,8 +1,13 @@
  -<html xmlns:xlink="http://www.w3.org/1999/xlink";>
  +<?xml version="1.0"?>
  +
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  +   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
  +
  +<html xmlns="http://www.w3.org/1999/xhtml";>
      <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   
  -      <title>Apache Cocoon 2.1-dev</title>
  +      <title>Apache Cocoon @version@</title>
   
         <link href="favicon.ico" rel="SHORTCUT ICON" />
      </head>
  @@ -18,14 +23,14 @@
   
               <tr>
                  <td align="center" width="40%">
  -                  <img src="cocoon.gif" border="0" />
  +                  <img src="cocoon.gif" border="0" alt="Cocoon Logo" />
                  </td>
               </tr>
   
               <tr>
                  <td align="center" width="30%">
                     <font color="#000000" face="arial,helvetica,sanserif">
  -                     <b>version 2.1-dev</b>
  +                     <b>version @version@</b>
                     </font>
                  </td>
               </tr>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to