## toolview.wm #set $Response.ContentType = "text/html" #set $title = "Tool Listing" #set $deck = "A list of content creation tools" #set $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." #parse "header.wm" ## Define a value to be read by the servlet #param $defaultState = "LIVE" #foreach $tool in $tools {

$tool.Name #if ($tool.isNewWithin(45)) { (New!) } #else { #if ($tool.isUpdatedWithin(45)) { (Updated!) } }

$tool.HomeURL
$tool.Comments } #parse "footer.wm"