[jboss-cvs] jboss-seam/examples/ui/view ...

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:20:53 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:20:53

  Modified:    examples/ui/view             date.css selectItems.xhtml
                        linkAndButton.xhtml index.xhtml fragment.xhtml
                        graphicImage.xhtml continents.xhtml
                        selectDate.xhtml decorateField.xhtml
                        formattedText.xhtml fileUpload.xhtml template.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/ui/view/date.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: date.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/date.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- date.css	19 Jun 2007 21:01:45 -0000	1.1
  +++ date.css	3 Sep 2007 12:20:53 -0000	1.2
  @@ -11,7 +11,7 @@
   
   table.seam-date td {
     font-family: Tahoma, Arial, Helvetica, sans-serif;
  -  font-weight: 11px; 
  +  font-size: 11px; 
   }
   
   .seam-date-monthNames
  
  
  
  1.21      +1 -0      jboss-seam/examples/ui/view/selectItems.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: selectItems.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/selectItems.xhtml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- selectItems.xhtml	29 Jun 2007 16:43:46 -0000	1.20
  +++ selectItems.xhtml	3 Sep 2007 12:20:53 -0000	1.21
  @@ -1,3 +1,4 @@
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.3       +1 -1      jboss-seam/examples/ui/view/linkAndButton.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: linkAndButton.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/linkAndButton.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- linkAndButton.xhtml	19 Jun 2007 21:01:45 -0000	1.2
  +++ linkAndButton.xhtml	3 Sep 2007 12:20:53 -0000	1.3
  @@ -1,4 +1,4 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.5       +1 -1      jboss-seam/examples/ui/view/index.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/index.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- index.xhtml	13 Jun 2007 23:49:05 -0000	1.4
  +++ index.xhtml	3 Sep 2007 12:20:53 -0000	1.5
  @@ -1,4 +1,4 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.2       +1 -1      jboss-seam/examples/ui/view/fragment.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: fragment.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/fragment.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- fragment.xhtml	22 Mar 2007 13:07:18 -0000	1.1
  +++ fragment.xhtml	3 Sep 2007 12:20:53 -0000	1.2
  @@ -1,4 +1,4 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.2       +1 -1      jboss-seam/examples/ui/view/graphicImage.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: graphicImage.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/graphicImage.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- graphicImage.xhtml	3 Apr 2007 18:34:00 -0000	1.1
  +++ graphicImage.xhtml	3 Sep 2007 12:20:53 -0000	1.2
  @@ -1,4 +1,4 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.3       +1 -0      jboss-seam/examples/ui/view/continents.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: continents.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/continents.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- continents.xhtml	1 Aug 2007 11:49:57 -0000	1.2
  +++ continents.xhtml	3 Sep 2007 12:20:53 -0000	1.3
  @@ -1,3 +1,4 @@
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.2       +1 -0      jboss-seam/examples/ui/view/selectDate.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: selectDate.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/selectDate.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- selectDate.xhtml	19 Jun 2007 21:01:45 -0000	1.1
  +++ selectDate.xhtml	3 Sep 2007 12:20:53 -0000	1.2
  @@ -1,3 +1,4 @@
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.4       +1 -0      jboss-seam/examples/ui/view/decorateField.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: decorateField.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/decorateField.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- decorateField.xhtml	19 Jun 2007 21:01:45 -0000	1.3
  +++ decorateField.xhtml	3 Sep 2007 12:20:53 -0000	1.4
  @@ -1,3 +1,4 @@
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition  xmlns="http://www.w3.org/1999/xhtml"
                    xmlns:ui="http://java.sun.com/jsf/facelets"
                    xmlns:h="http://java.sun.com/jsf/html"
  
  
  
  1.2       +1 -1      jboss-seam/examples/ui/view/formattedText.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: formattedText.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/formattedText.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- formattedText.xhtml	22 Mar 2007 13:07:18 -0000	1.1
  +++ formattedText.xhtml	3 Sep 2007 12:20:53 -0000	1.2
  @@ -1,4 +1,4 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.2       +1 -1      jboss-seam/examples/ui/view/fileUpload.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: fileUpload.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/fileUpload.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- fileUpload.xhtml	23 Mar 2007 20:25:34 -0000	1.1
  +++ fileUpload.xhtml	3 Sep 2007 12:20:53 -0000	1.2
  @@ -1,4 +1,4 @@
  -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <ui:composition xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:f="http://java.sun.com/jsf/core"
  
  
  
  1.8       +1 -1      jboss-seam/examples/ui/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/template.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- template.xhtml	19 Jun 2007 21:01:45 -0000	1.7
  +++ template.xhtml	3 Sep 2007 12:20:53 -0000	1.8
  @@ -7,7 +7,7 @@
   <head>
   <title>UI Example: #{tagName}</title>
   <link href="date.css" rel="stylesheet" type="text/css" />
  -<style>
  +<style type="text/css">
   .label {
   	font-weight: bold;
   	color: #5E5147;
  
  
  



More information about the jboss-cvs-commits mailing list