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

Gavin King gavin.king at jboss.com
Tue Oct 10 20:27:31 EDT 2006


  User: gavin   
  Date: 06/10/10 20:27:31

  Modified:    examples/blog/view     accessible.css print.xhtml screen.css
                        template.xhtml
  Log:
  fixed printable page
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/blog/view/accessible.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: accessible.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/accessible.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- accessible.css	23 Jun 2006 03:59:15 -0000	1.2
  +++ accessible.css	11 Oct 2006 00:27:31 -0000	1.3
  @@ -12,7 +12,7 @@
     font-size: 1.2em;
     line-height: 1.8em;
   }
  -#search {
  +#menu {
     width: 600px;
     text-align: right;
     margin-left: auto;
  
  
  
  1.4       +3 -3      jboss-seam/examples/blog/view/print.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: print.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/print.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- print.xhtml	2 Jul 2006 19:39:22 -0000	1.3
  +++ print.xhtml	11 Oct 2006 00:27:31 -0000	1.4
  @@ -24,7 +24,7 @@
               </h:outputLink>
               <h:outputLink value="index.xhtml">[Recent posts]</h:outputLink>
               &#160;&#160;
  -            <h:inputText value="#{renderParameters.searchPattern}"/>
  +            <h:inputText value="#{searchService.searchPattern}"/>
               <h:commandButton value="Search" action="/search.xhtml"/>
               &#160;&#160;
               <h:selectOneMenu value="#{themeSelector.theme}">
  @@ -32,8 +32,8 @@
               </h:selectOneMenu>
               <h:commandLink action="#{themeSelector.select}">
                  <h:commandButton value="Select Theme"/>
  -               <f:param name="blogEntryId" value="#{param.blogEntryId}"/>
  -               <f:param name="searchPattern" value="#{param.searchPattern}"/>
  +               <f:param name="blogEntryId" value="#{blogEntry.id}"/>
  +               <f:param name="searchPattern" value="#{searchService.searchPattern}"/>
               </h:commandLink>
            </h:form>
         </div>
  
  
  
  1.5       +1 -1      jboss-seam/examples/blog/view/screen.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: screen.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/screen.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- screen.css	2 Oct 2006 01:02:43 -0000	1.4
  +++ screen.css	11 Oct 2006 00:27:31 -0000	1.5
  @@ -12,7 +12,7 @@
     font-size: 0.9em;
     line-height: 1.4em;
   }
  -#search {
  +#menu {
     width: 600px;
     text-align: right;
     margin-left: auto;
  
  
  
  1.9       +1 -1      jboss-seam/examples/blog/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/blog/view/template.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- template.xhtml	30 Sep 2006 19:59:34 -0000	1.8
  +++ template.xhtml	11 Oct 2006 00:27:31 -0000	1.9
  @@ -16,7 +16,7 @@
      </head>
   
      <body>
  -      <div id="search">
  +      <div id="menu">
            <h:form>
               <h:inputText value="#{searchService.searchPattern}"/>
               <h:commandButton value="Search" action="/search.xhtml"/>
  
  
  



More information about the jboss-cvs-commits mailing list