You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/27 17:55:19 UTC

svn commit: rev 30783 - in forrest/trunk/src/forrestbot/webapp/src/webapp: . common

Author: brondsem
Date: Tue Jul 27 08:55:18 2004
New Revision: 30783

Modified:
   forrest/trunk/src/forrestbot/webapp/src/webapp/common/viewlog_frame.jsp
   forrest/trunk/src/forrestbot/webapp/src/webapp/execute.jsp
   forrest/trunk/src/forrestbot/webapp/src/webapp/summary.jsp
   forrest/trunk/src/forrestbot/webapp/src/webapp/viewlog_header.jsp
Log:
proper attribute capitalization

Modified: forrest/trunk/src/forrestbot/webapp/src/webapp/common/viewlog_frame.jsp
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/webapp/common/viewlog_frame.jsp	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/webapp/common/viewlog_frame.jsp	Tue Jul 27 08:55:18 2004
@@ -22,11 +22,11 @@
         <title><tiles:insert attribute="title"/> - <c:out value="${project}"/></title>
     </head>
     <frameset rows="40,*">
-        <html:frame framename="header" page="/viewlog_header.do" paramid="project" paramname="project"/>
-        <html:frame framename="body" page="/viewlog_body.do" paramid="project" paramname="project"/>
+        <html:frame frameName="header" page="/viewlog_header.do" paramId="project" paramName="project"/>
+        <html:frame frameName="body" page="/viewlog_body.do" paramId="project" paramName="project"/>
     </frameset>
     <noframes>
-      <html:link page="/viewlog_header.do" paramid="project" paramname="project">header</html:link>
-      <html:link page="/viewlog_body.do" paramid="project" paramname="project">body</html:link>
+      <html:link page="/viewlog_header.do" paramId="project" paramName="project">header</html:link>
+      <html:link page="/viewlog_body.do" paramId="project" paramName="project">body</html:link>
     </noframes>
   </html:html>

Modified: forrest/trunk/src/forrestbot/webapp/src/webapp/execute.jsp
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/webapp/execute.jsp	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/webapp/execute.jsp	Tue Jul 27 08:55:18 2004
@@ -26,4 +26,4 @@
 <br/>
 <html:link page="/summary.do"><bean:message key="back.to.main"/></html:link>
 <br/>
-<html:link page="/viewlog.do" paramid="project" paramname="project"><bean-el:message key="view.log" arg0="${project}"/></html:link>
+<html:link page="/viewlog.do" paramId="project" paramName="project"><bean-el:message key="view.log" arg0="${project}"/></html:link>

Modified: forrest/trunk/src/forrestbot/webapp/src/webapp/summary.jsp
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/webapp/summary.jsp	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/webapp/summary.jsp	Tue Jul 27 08:55:18 2004
@@ -62,7 +62,7 @@
 		</c:choose>
 		<td>
 			<c:if test="${project.logged}">
-				<html:link page="/viewlog.do" paramid="project" paramname="project" paramproperty="name"><bean:message key="summary.log"/></html:link>
+				<html:link page="/viewlog.do" paramId="project" paramName="project" paramProperty="name"><bean:message key="summary.log"/></html:link>
 			</c:if>
 		</td>
 		<td>

Modified: forrest/trunk/src/forrestbot/webapp/src/webapp/viewlog_header.jsp
==============================================================================
--- forrest/trunk/src/forrestbot/webapp/src/webapp/viewlog_header.jsp	(original)
+++ forrest/trunk/src/forrestbot/webapp/src/webapp/viewlog_header.jsp	Tue Jul 27 08:55:18 2004
@@ -27,7 +27,7 @@
     </td><td align="center">
         <bean-el:message key="log.refresh" arg0="${refreshrate}"/>
     </td><td align="right">
-        <html:link target="body" page="/viewlog_body.do" paramid="project" paramname="project"><bean:message key="log.force.refresh"/></html:link>
+        <html:link target="body" page="/viewlog_body.do" paramId="project" paramName="project"><bean:message key="log.force.refresh"/></html:link>
     </td></tr>
     </table>
     </body>