You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/09/07 01:10:10 UTC

svn commit: r440897 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp: projectGroupBuildDefinition.jsp projectGroupMembers.jsp projectGroupNotifier.jsp projectGroupSummary.jsp

Author: carlos
Date: Wed Sep  6 16:10:09 2006
New Revision: 440897

URL: http://svn.apache.org/viewvc?view=rev&rev=440897
Log:
Reformat

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupBuildDefinition.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupNotifier.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupSummary.jsp

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupBuildDefinition.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupBuildDefinition.jsp?view=diff&rev=440897&r1=440896&r2=440897
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupBuildDefinition.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupBuildDefinition.jsp Wed Sep  6 16:10:09 2006
@@ -5,8 +5,9 @@
 <html>
   <ww:i18n name="localization.Continuum">
     <head>
-        <title><ww:text name="projectView.page.title"/></title>
+      <title><ww:text name="projectView.page.title"/></title>
     </head>
+
     <body>
       <div id="h3">
         <div>

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp?view=diff&rev=440897&r1=440896&r2=440897
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupMembers.jsp Wed Sep  6 16:10:09 2006
@@ -3,110 +3,107 @@
 <%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c' %>
 <%@ taglib uri="continuum" prefix="c1" %>
 <html>
-<ww:i18n name="localization.Continuum">
-  <head>
-    <title><ww:text name="projectView.page.title"/></title>
-  </head>
-
-  <body>
-  <div id="h3">
-    <div>
-      <p style="border-top: 1px solid transparent; border-bottom: 1px solid #DFDEDE;">
-        <ww:url id="projectGroupSummaryUrl" action="projectGroupSummary">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-        <ww:url id="projectGroupMembersUrl" action="projectGroupMembers">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-        <ww:url id="projectGroupBuildDefinitionUrl" action="projectGroupBuildDefinition">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-        <ww:url id="projectGroupNotifierUrl" action="projectGroupNotifier">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-
-        <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;"
-              href="%{projectGroupSummaryUrl}">Summary</ww:a>
-        <b style="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em;">Members</b>
-        <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;"
-              href="%{projectGroupBuildDefinitionUrl}">Build Definitions</ww:a>
-        <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;"
-              href="%{projectGroupNotifierUrl}">Notifiers</ww:a>
-      </p>
-    </div>
-
-    <h3>Project Group Information</h3>
-
-    <div class="axial">
-      <table border="1" cellspacing="2" cellpadding="3" width="100%">
-        <c1:data label="%{getText('projectView.project.name')}" name="projectGroup.name"/>
-        <c1:data label="Group Id" name="projectGroup.groupId"/>
-        <c1:data label="Description" name="projectGroup.description"/>
-      </table>
-    </div>
-
-    <h3>Membership Actions</h3>
-
-    <div class="axial">
-      Scan for new Projects? 
-    </div>
-
-    <h3>Member Projects</h3>
-
-    <ec:table items="projectGroup.projects"
-              var="project"
-              showExports="false"
-              showPagination="false"
-              showStatusBar="false"
-              filterable="false">
-      <ec:row highlightRow="true">
-        <ec:column property="name" title="summary.projectTable.name" width="48%">
-          <ww:url id="projectViewUrl" action="projectView">
-            <ww:param name="projectId" value="projectId"/>
-          </ww:url>
-          <ww:a href="%{projectViewUrl}">${pageScope.project.name}</ww:a>
-        </ec:column>
-        <ec:column property="editAction" title="Edit" width="1%" sortable="false">
-          <center>
-            <c:choose>
-              <c:when
-                  test="${pageScope.project.state == 1 || pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4}">
-                <ww:url id="editProjectUrl" action="projectEdit">
-                  <ww:param name="projectId" value="${pageScope.project.id}"/>
-                  <ww:param name="projectName" value="${project.name}"/>
-                </ww:url>
-                <ww:a href="%{editProjectUrl}">
-                  <img src="<ww:url value='/images/edit.gif'/>" alt="Edit" title="Edit" border="0">
-                </ww:a>
-              </c:when>
-              <c:otherwise>
-                <img src="<ww:url value='/images/edit_disabled.gif'/>" alt="Edit" title="Edit" border="0">
-              </c:otherwise>
-            </c:choose>
-          </center>
-        </ec:column>
-        <ec:column property="deleteAction" title="Remove" width="1%" sortable="false">
-          <center>
-            <c:choose>
-              <c:when
-                  test="${pageScope.project.state == 1 || pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4}">
-                <ww:url id="removeProjectUrl" action="deleteProject">
-                  <ww:param name="projectId" value="${pageScope.project.id}"/>
-                  <ww:param name="projectName" value="${pageScope.project.name}"/>
-                </ww:url>
-                <ww:a href="%{removeProjectUrl">
-                  <img src="<ww:url value='/images/delete.gif'/>" alt="Delete" title="Delete" border="0">
-                </ww:a>
-              </c:when>
-              <c:otherwise>
-                <img src="<ww:url value='/images/delete_disabled.gif'/>" alt="Delete" title="Delete" border="0">
-              </c:otherwise>
-            </c:choose>
-          </center>
-        </ec:column>
-      </ec:row>
-    </ec:table>
-  </div>
-  </body>
-</ww:i18n>
+  <ww:i18n name="localization.Continuum">
+    <head>
+      <title><ww:text name="projectView.page.title"/></title>
+    </head>
+
+    <body>
+      <div id="h3">
+        <div>
+          <p style="border-top: 1px solid transparent; border-bottom: 1px solid #DFDEDE;">
+            <ww:url id="projectGroupSummaryUrl" action="projectGroupSummary">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+            <ww:url id="projectGroupMembersUrl" action="projectGroupMembers">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+            <ww:url id="projectGroupBuildDefinitionUrl" action="projectGroupBuildDefinition">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+            <ww:url id="projectGroupNotifierUrl" action="projectGroupNotifier">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+    
+            <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;" href="%{projectGroupSummaryUrl}">Summary</ww:a>
+            <b style="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em;">Members</b>
+            <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;" href="%{projectGroupBuildDefinitionUrl}">Build Definitions</ww:a>
+            <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;" href="%{projectGroupNotifierUrl}">Notifiers</ww:a>
+          </p>
+        </div>
+
+        <h3>Project Group Information</h3>
+    
+        <div class="axial">
+          <table border="1" cellspacing="2" cellpadding="3" width="100%">
+            <c1:data label="%{getText('projectView.project.name')}" name="projectGroup.name"/>
+            <c1:data label="Group Id" name="projectGroup.groupId"/>
+            <c1:data label="Description" name="projectGroup.description"/>
+          </table>
+        </div>
+    
+        <h3>Membership Actions</h3>
+    
+        <div class="axial">
+          Scan for new Projects? 
+        </div>
+    
+        <h3>Member Projects</h3>
+    
+        <ec:table items="projectGroup.projects"
+                  var="project"
+                  showExports="false"
+                  showPagination="false"
+                  showStatusBar="false"
+                  filterable="false">
+          <ec:row highlightRow="true">
+            <ec:column property="name" title="summary.projectTable.name" width="48%">
+              <ww:url id="projectViewUrl" action="projectView">
+                <ww:param name="projectId" value="projectId"/>
+              </ww:url>
+              <ww:a href="%{projectViewUrl}">${pageScope.project.name}</ww:a>
+            </ec:column>
+            <ec:column property="editAction" title="Edit" width="1%" sortable="false">
+              <center>
+                <c:choose>
+                  <c:when
+                      test="${pageScope.project.state == 1 || pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4}">
+                    <ww:url id="editProjectUrl" action="projectEdit">
+                      <ww:param name="projectId" value="${pageScope.project.id}"/>
+                      <ww:param name="projectName" value="${project.name}"/>
+                    </ww:url>
+                    <ww:a href="%{editProjectUrl}">
+                      <img src="<ww:url value='/images/edit.gif'/>" alt="Edit" title="Edit" border="0">
+                    </ww:a>
+                  </c:when>
+                  <c:otherwise>
+                    <img src="<ww:url value='/images/edit_disabled.gif'/>" alt="Edit" title="Edit" border="0">
+                  </c:otherwise>
+                </c:choose>
+              </center>
+            </ec:column>
+            <ec:column property="deleteAction" title="Remove" width="1%" sortable="false">
+              <center>
+                <c:choose>
+                  <c:when
+                      test="${pageScope.project.state == 1 || pageScope.project.state == 10 || pageScope.project.state == 2 || pageScope.project.state == 3 || pageScope.project.state == 4}">
+                    <ww:url id="removeProjectUrl" action="deleteProject">
+                      <ww:param name="projectId" value="${pageScope.project.id}"/>
+                      <ww:param name="projectName" value="${pageScope.project.name}"/>
+                    </ww:url>
+                    <ww:a href="%{removeProjectUrl">
+                      <img src="<ww:url value='/images/delete.gif'/>" alt="Delete" title="Delete" border="0">
+                    </ww:a>
+                  </c:when>
+                  <c:otherwise>
+                    <img src="<ww:url value='/images/delete_disabled.gif'/>" alt="Delete" title="Delete" border="0">
+                  </c:otherwise>
+                </c:choose>
+              </center>
+            </ec:column>
+          </ec:row>
+        </ec:table>
+      </div>
+    </body>
+  </ww:i18n>
 </html>

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupNotifier.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupNotifier.jsp?view=diff&rev=440897&r1=440896&r2=440897
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupNotifier.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupNotifier.jsp Wed Sep  6 16:10:09 2006
@@ -3,50 +3,48 @@
 <%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c' %>
 <%@ taglib uri="continuum" prefix="c1" %>
 <html>
-<ww:i18n name="localization.Continuum">
-  <head>
-    <title><ww:text name="projectView.page.title"/></title>
-  </head>
+  <ww:i18n name="localization.Continuum">
+    <head>
+      <title><ww:text name="projectView.page.title"/></title>
+    </head>
 
-  <body>
-  <div id="h3">
-    <div>
-      <p style="border-top: 1px solid transparent; border-bottom: 1px solid #DFDEDE;">
-        <ww:url id="projectGroupSummaryUrl" action="projectGroupSummary">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-        <ww:url id="projectGroupMembersUrl" action="projectGroupMembers">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-        <ww:url id="projectGroupBuildDefinitionUrl" action="projectGroupBuildDefinition">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-        <ww:url id="projectGroupNotifierUrl" action="projectGroupNotifier">
-          <ww:param name="projectGroupId" value="projectGroupId"/>
-        </ww:url>
-        <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;"
-              href="%{projectGroupSummaryUrl}">Summary</ww:a>
-        <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;"
-              href="%{projectGroupMembersUrl}">Members</ww:a>
-        <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;"
-              href="%{projectGroupBuildDefinitionUrl}">Build Definitions</ww:a>
-        <b style="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em;">Notifier</b>
-
-      </p>
-    </div>
-
-    <h3>PROJECT GROUP Notifiers<ww:text name="projectView.section.title"/></h3>
-
-    <div class="axial">
-      <table border="1" cellspacing="2" cellpadding="3" width="100%">
-        <c1:data label="%{getText('projectView.project.name')}" name="projectGroup.name"/>
-      </table>
-    </div>
-
-    <div class="axial">
-      UNDER CONSTRUCTION
-    </div>
-  </div>
-  </body>
-</ww:i18n>
+    <body>
+      <div id="h3">
+        <div>
+          <p style="border-top: 1px solid transparent; border-bottom: 1px solid #DFDEDE;">
+            <ww:url id="projectGroupSummaryUrl" action="projectGroupSummary">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+            <ww:url id="projectGroupMembersUrl" action="projectGroupMembers">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+            <ww:url id="projectGroupBuildDefinitionUrl" action="projectGroupBuildDefinition">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+            <ww:url id="projectGroupNotifierUrl" action="projectGroupNotifier">
+              <ww:param name="projectGroupId" value="projectGroupId"/>
+            </ww:url>
+    
+            <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;" href="%{projectGroupSummaryUrl}">Summary</ww:a>
+            <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;" href="%{projectGroupMembersUrl}">Members</ww:a>
+            <ww:a cssStyle="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em; text-decoration: none;" href="%{projectGroupBuildDefinitionUrl}">Build Definitions</ww:a>
+            <b style="border: 1px solid #DFDEDE; padding-left: 1em; padding-right: 1em;">Notifier</b>
+    
+          </p>
+        </div>
+    
+        <h3>PROJECT GROUP Notifiers<ww:text name="projectView.section.title"/></h3>
+    
+        <div class="axial">
+          <table border="1" cellspacing="2" cellpadding="3" width="100%">
+            <c1:data label="%{getText('projectView.project.name')}" name="projectGroup.name"/>
+          </table>
+        </div>
+    
+        <div class="axial">
+          UNDER CONSTRUCTION
+        </div>
+      </div>
+    </body>
+  </ww:i18n>
 </html>

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupSummary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupSummary.jsp?view=diff&rev=440897&r1=440896&r2=440897
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupSummary.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/projectGroupSummary.jsp Wed Sep  6 16:10:09 2006
@@ -5,8 +5,9 @@
 <html>
   <ww:i18n name="localization.Continuum">
     <head>
-        <title><ww:text name="projectView.page.title"/></title>
+      <title><ww:text name="projectView.page.title"/></title>
     </head>
+
     <body>
       <div id="h3">
         <div>