[jboss-cvs] jboss-seam/examples/wiki/view/plugins/blogArchive ...

Christian Bauer christian at hibernate.org
Tue Aug 28 20:29:23 EDT 2007


  User: cbauer  
  Date: 07/08/28 20:29:23

  Modified:    examples/wiki/view/plugins/blogArchive  plugin.xhtml
  Log:
  First attempt at bloxsom importer
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/wiki/view/plugins/blogArchive/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/blogArchive/plugin.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xhtml	25 Aug 2007 17:59:28 -0000	1.1
  +++ plugin.xhtml	29 Aug 2007 00:29:23 -0000	1.2
  @@ -18,7 +18,7 @@
           <div class="blogArchiveSelector">
               <select id="blogArchiveCombo" class="blogArchiveCombo"
                       onchange="location.href = jQuery('#blogArchiveCombo')[0].options[jQuery('#blogArchiveCombo')[0].selectedIndex].value;">
  -                <option value="#{wiki:renderURL(currentDocument)}">All entries</option>
  +                <option value="#{wiki:renderURL(currentDocument)}">All entries (#{blogDirectory.totalNumOfBlogEntries})</option>
                   <ui:repeat var="beCount" value="#{blogDirectory.blogEntryCountsByYearAndMonth}">
                       <s:fragment rendered="#{blogDirectory.dateUrl != beCount.asString}">
                           <option value="#{wiki:renderURL(currentDocument)}#{beCount.asString}">
  
  
  



More information about the jboss-cvs-commits mailing list