%-- toolview-tag.jsp --%>
<%@ taglib uri="/WEB-INF/struts.tld" prefix="struts" %>
<%
String title = "Tool Listing";
String deck = "A list of content creation tools";
String desc = "Without tools, people are nothing more than animals. And " +
"pretty weak ones at that. Here's a list of servlet-based " +
"content creation tools you can use so you won't be a " +
"servlet weakling.";
%>
<%@ include file="/header.jsp" %>
<%@ page session="false" %>
<%@ page errorPage="/errorTaker.jsp" %>
<%-- Fetch the tools array as a request attribute --%>
<%-- Automatically HTML-escapes values --%>
<% if (((Tool)tool).isNewWithin(45)) { %>
(New!)
<% } else if (((Tool)tool).isUpdatedWithin(45)) { %>
(Updated!)
<% } %>
">
<%-- Assume don't want HTML in comments --%>
<%@ include file="/footer.jsp" %>