You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/12/16 18:47:07 UTC

svn commit: r357193 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp

Author: evenisse
Date: Fri Dec 16 09:46:55 2005
New Revision: 357193

URL: http://svn.apache.org/viewcvs?rev=357193&view=rev
Log:
Add a preview list of projects so we'll can check result of "Add project" feature.

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp?rev=357193&r1=357192&r2=357193&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp Fri Dec 16 09:46:55 2005
@@ -9,7 +9,6 @@
         <h3><ww:text name="summary.section.title"/></h3>
         <table border="1" cellspacing="2" cellpadding="3" width="100%" id="projectSummaryTable">
     
-          <!-- i18n -->
           <tbody><tr>
             <th>&nbsp;</th>
             <th width="100%"><ww:text name="summary.projectTable.name"/></th>
@@ -18,6 +17,11 @@
             <th><ww:text name="summary.projectTable.group"/></th>
             <th colspan="7"></th>
           </tr>
+          <ww:iterator value="projects">
+            <tr>
+              <td colspan="6"><ww:property value="name"/></td>
+            </tr>
+          </ww:iterator>
         </table>
         <div class="functnbar3">
           <img src="<ww:url value="/images/icon_success_sml.gif"/>" alt="<ww:text name="message.success"/>" title="<ww:text name="message.success"/>"/> <font color="red">TODO</font>