You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2006/06/11 01:06:50 UTC

svn commit: r413376 - /myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp

Author: baranda
Date: Sat Jun 10 16:06:50 2006
New Revision: 413376

URL: http://svn.apache.org/viewvc?rev=413376&view=rev
Log:
Added the footer

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp?rev=413376&r1=413375&r2=413376&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/autoscroll.jsp Sat Jun 10 16:06:50 2006
@@ -45,6 +45,9 @@
             </h:column>
         </h:dataTable>
     </h:form>
+
+    <%@include file="inc/page_footer.jsp" %>
+    
 </f:view>
 
 </body>