[jboss-cvs] jboss-seam/examples/wiki/view/plugins/blogDirectory ...
Christian Bauer
christian at hibernate.org
Fri Aug 17 09:00:32 EDT 2007
User: cbauer
Date: 07/08/17 09:00:32
Modified: examples/wiki/view/plugins/blogDirectory plugin.xhtml
Removed: examples/wiki/view/plugins/blogDirectory entryPages.xhtml
Log:
Major refactoring of core data schema and some new features
Revision Changes Path
1.12 +4 -2 jboss-seam/examples/wiki/view/plugins/blogDirectory/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/blogDirectory/plugin.xhtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- plugin.xhtml 6 Jul 2007 14:38:37 -0000 1.11
+++ plugin.xhtml 17 Aug 2007 13:00:32 -0000 1.12
@@ -64,6 +64,7 @@
<h:outputText styleClass="blogEntryCreatedOnText" value="#{blogEntry.entryDocument.createdOn}">
<f:convertDateTime pattern="dd. MMM yyyy, HH:mm" timeZone="#{wikiPreferences.timeZone}"/>
</h:outputText>
+ <h:outputText value=" #{wikiPreferences.timeZone}"/>
</div>
<div class="blogEntryCreatedBy">
by 
@@ -86,7 +87,8 @@
thumbnailLinkStyleClass="regularLink"
updateResolvedLinks="false"
renderBaseDocument="#{blogEntry.entryDocument}"
- renderBaseDirectory="#{currentDirectory}"/>
+ renderBaseDirectory="#{currentDirectory}"
+ enablePlugins="true"/>
</div>
<div class="blogEntryFooter">
@@ -105,7 +107,7 @@
</s:div>
<s:div styleClass="blogEntryCommentLink"
rendered="#{blogEntry.entryDocument.enableComments and blogEntry.entryDocument.enableCommentForm}">
- <h:outputLink value="#{wiki:renderURL(blogEntry.entryDocument)}#commentForm">
+ <h:outputLink value="#{wiki:renderURL(blogEntry.entryDocument)}?showCommentForm=true#commentForm">
<span class="blogEntryCommentLinkText">Post comment</span>
</h:outputLink>
</s:div>
More information about the jboss-cvs-commits
mailing list