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

Norman Richards norman.richards at jboss.com
Wed Feb 7 02:21:09 EST 2007


  User: nrichards
  Date: 07/02/07 02:21:09

  Modified:    examples/pdf/view       chapters.xhtml lists.xhtml
                        pageSize.xhtml whyseam.xhtml whyseam_html.xhtml
                        whyseam_rtf.xhtml
  Log:
  move headers to facets
  
  Revision  Changes    Path
  1.4       +5 -3      jboss-seam/examples/pdf/view/chapters.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chapters.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/chapters.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- chapters.xhtml	18 Jan 2007 02:40:26 -0000	1.3
  +++ chapters.xhtml	7 Feb 2007 07:21:09 -0000	1.4
  @@ -2,9 +2,11 @@
               xmlns:ui="http://java.sun.com/jsf/facelets"
               xmlns:p="http://jboss.com/products/seam/pdf">
   
  +    <f:facet name="header">
       <p:font size="12">
           <p:footer borderWidthTop="1" borderColorTop="blue" borderWidthBottom="0" alignment="center">Why Seam? [<p:pageNumber />]</p:footer>
       </p:font>
  +    </f:facet>
   
       <p:paragraph spacingAfter="200" />
   
  
  
  
  1.5       +0 -1      jboss-seam/examples/pdf/view/lists.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: lists.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/lists.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- lists.xhtml	18 Jan 2007 02:40:26 -0000	1.4
  +++ lists.xhtml	7 Feb 2007 07:21:09 -0000	1.5
  @@ -5,7 +5,6 @@
       <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">List examples</p:paragraph></p:font>  
       
  -    <p:paragraph>numbers are #{lists.numbers}</p:paragraph>
       <p:paragraph>Basic list:</p:paragraph>
       <p:list>
           <ui:repeat value="#{lists.numbers}" var="item">
  
  
  
  1.4       +6 -3      jboss-seam/examples/pdf/view/pageSize.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pageSize.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/pageSize.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- pageSize.xhtml	18 Jan 2007 02:40:26 -0000	1.3
  +++ pageSize.xhtml	7 Feb 2007 07:21:09 -0000	1.4
  @@ -1,10 +1,13 @@
   <p:document xmlns:ui="http://java.sun.com/jsf/facelets"
  +            xmlns:f="http://java.sun.com/jsf/core"
               xmlns:p="http://jboss.com/products/seam/pdf" 
               pageSize="#{param.pageSize}">
   
  +    <f:facet name="header">
       <p:font size="12">
           <p:footer borderWidthTop="1" borderColorTop="blue" borderWidthBottom="0" alignment="center">Why Seam? [<p:pageNumber />]</p:footer>
       </p:font>
  +    </f:facet>
   
       <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
  
  
  
  1.9       +6 -4      jboss-seam/examples/pdf/view/whyseam.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: whyseam.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/whyseam.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- whyseam.xhtml	24 Jan 2007 23:44:17 -0000	1.8
  +++ whyseam.xhtml	7 Feb 2007 07:21:09 -0000	1.9
  @@ -7,9 +7,11 @@
               author="Seam Team"
               creator="Seam PDF example app">
   
  +    <f:facet name="header">
       <p:font size="12">
           <p:footer borderWidthTop="1" borderColorTop="blue" borderWidthBottom="0" alignment="center">Why Seam? [<p:pageNumber />]</p:footer>
       </p:font>
  +    </f:facet>
   
       <p:image alignment="right" wrap="true" resource="/jboss.jpg" /> 
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
  
  
  
  1.3       +3 -0      jboss-seam/examples/pdf/view/whyseam_html.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: whyseam_html.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/whyseam_html.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- whyseam_html.xhtml	18 Jan 2007 02:40:26 -0000	1.2
  +++ whyseam_html.xhtml	7 Feb 2007 07:21:09 -0000	1.3
  @@ -1,4 +1,5 @@
   <p:document xmlns:ui="http://java.sun.com/jsf/facelets"
  +            xmlns:f="http://java.sun.com/jsf/core"
               xmlns:p="http://jboss.com/products/seam/pdf"
               type="html"
               title="Why Seam"
  @@ -7,9 +8,11 @@
               author="Seam Team"
               creator="Seam PDF example app">
   
  +    <f:facet name="header">
       <p:font size="12">
           <p:footer borderWidthTop="1" borderColorTop="blue" borderWidthBottom="0" alignment="center">Why Seam? [<p:pageNumber />]</p:footer>
       </p:font>
  +    </f:facet>
   
   <ui:remove><p:image alignment="right" wrap="true" resource="/jboss.jpg" /> </ui:remove>
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
  
  
  
  1.3       +3 -1      jboss-seam/examples/pdf/view/whyseam_rtf.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: whyseam_rtf.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/whyseam_rtf.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- whyseam_rtf.xhtml	18 Jan 2007 02:40:26 -0000	1.2
  +++ whyseam_rtf.xhtml	7 Feb 2007 07:21:09 -0000	1.3
  @@ -7,11 +7,13 @@
               author="Seam Team"
               creator="Seam PDF example app">
   
  +    <f:facet name="header">
       <p:font size="12">
           <p:footer borderWidthTop="1" borderColorTop="blue" borderWidthBottom="0" alignment="center">Why Seam? [<p:pageNumber />]</p:footer>
       </p:font>
  +    </f:facet>
   
  -<ui:remove><p:image alignment="right" wrap="true" resource="/jboss.jpg" /> </ui:remove>
  +    <ui:remove><p:image alignment="right" wrap="true" resource="/jboss.jpg" /> </ui:remove>
       <p:font size="24"><p:paragraph spacingAfter="50">Ten Good Reasons To Use Seam</p:paragraph></p:font>  
   
   
  
  
  



More information about the jboss-cvs-commits mailing list