[jboss-svn-commits] JBL Code SVN: r6013 - labs/shotoku/trunk/cms-template/file-access

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 30 05:49:10 EDT 2006


Author: adamw
Date: 2006-08-30 05:49:09 -0400 (Wed, 30 Aug 2006)
New Revision: 6013

Removed:
   labs/shotoku/trunk/cms-template/file-access/normal.jsp
Log:


Deleted: labs/shotoku/trunk/cms-template/file-access/normal.jsp
===================================================================
--- labs/shotoku/trunk/cms-template/file-access/normal.jsp	2006-08-29 22:19:43 UTC (rev 6012)
+++ labs/shotoku/trunk/cms-template/file-access/normal.jsp	2006-08-30 09:49:09 UTC (rev 6013)
@@ -1,43 +0,0 @@
-<!-- 
-  JBoss, the OpenSource J2EE webOS
-  Distributable under LGPL license.
-  See terms of license at gnu.org. 
- -->
-<%@ page language="java" extends="org.jboss.portal.core.servlet.jsp.PortalJsp" %>
- <%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="n" %>
- <%@ taglib uri="/WEB-INF/tld/forge.tld" prefix="forge" %>
- <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
- <%@ page isELIgnored ="false" %>
- <portlet:defineObjects/>
-<n:if ctx="counters" > 
-<h2>Download Counter</h2>
-<div id="blog-entry">
-<span class="portlet-font" style="font-size:12">
-<table class="infotable" cellspacing="5" style="font-size:90%; padding:2px; margin: 2px;">
-	<tr>
-		<th width="140" class="grey">File Name</th>
-		<th width="180" class="grey">Downloaded</th>
-	</tr>
-
-	<n:iterate ctx="counter">
-		<div class="item">
-			<tr>
-				<td>
-					${n:out('counters.counter.link')}
-				</td>
-				<td>
-					${n:out('counters.counter.value')}
-				</td>
-			</tr>
-		</div>
-
-	</n:iterate> 
-
-</table>
-</div>   
-</span>
-</div>
-</n:if>
-
- 




More information about the jboss-svn-commits mailing list