<head>
<title>
MechaniQue Server 2008
</title>
</head>
<body>
<%@ page import="mechanique.*" %>
<%
session.removeAttribute("oldStory");
RollShelf shelf = new RollShelf();
%>
<h1>Welcome to MechaniQue Server 2008.</h1>
<p>
Below you see a list of MechaniQue Rolls currently available,
click on one of the rolls to run it..
</p>
<hr/>
<p>
<%=shelf.getRolls("/usr/local/rolls/")%>
</p>