[jboss-cvs] JBossBlog SVN: r199 - trunk/view/manage.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 7 05:03:40 EST 2008


Author: adamw
Date: 2008-02-07 05:03:40 -0500 (Thu, 07 Feb 2008)
New Revision: 199

Modified:
   trunk/view/manage/feed_mod.xhtml
Log:


Modified: trunk/view/manage/feed_mod.xhtml
===================================================================
--- trunk/view/manage/feed_mod.xhtml	2008-02-07 09:51:14 UTC (rev 198)
+++ trunk/view/manage/feed_mod.xhtml	2008-02-07 10:03:40 UTC (rev 199)
@@ -182,41 +182,6 @@
         </li>
     </ul>
 </div>
-
-<h:panelGroup rendered="#{feedMod.feed.posts.size() > 0}">
-    <h3>Post data preview:</h3>
-
-    <h:dataTable value="#{feedMod.feed.posts}" var="post" rows="1">
-        <h:column>
-            <h:panelGrid columns="2" columnClasses="bold,empty" rowClasses="oddRow,evenRow" styleClass="basetablestyle">
-                <h:outputText value="Title:" />
-                <h:outputText value="#{post.title}" />
-
-                <h:outputText value="Author:" />
-                <h:outputText value="#{post.author}" />
-
-                <h:outputText value="Published date:" />
-                <h:outputText value="#{post.published}" />
-
-                <h:outputText value="Modified date:" />
-                <h:outputText value="#{post.modified}" />
-
-                <h:outputText value="Link:" />
-                <h:outputText value="#{post.link}" />
-
-                <h:outputText value="Categories:" />
-                <h:panelGroup>
-                    <ui:repeat var="category" value="#{post.categories}">
-                        #{category};
-                    </ui:repeat>
-                </h:panelGroup>
-
-                <h:outputText value="Content:" />
-                <h:outputText value="#{post.content}" escape="false" />
-            </h:panelGrid>
-        </h:column>
-    </h:dataTable>
-</h:panelGroup>
 </div>
 </h:form>
 </ui:composition>




More information about the jboss-cvs-commits mailing list