adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / jsps / mocktestslist / mocktest_sections.jsp
bloba75dffb33df953b5c7aa05c3e396bef941ea1ca5
1 <%@ page contentType="text/html" %>
2 <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
3 <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
4 <%@include file="/WEB-INF/jsps/general/default_doc_type.jsp" %>
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <body>
7 <c:forEach items="${command.sections}"
8 var="section" varStatus="status">
9 <a href="<c:url value="/spring/mocktestslist/mocktest_listings.html?viewid=${section.generatedId}" />" >
10 <c:out value="${section.sectionName}" /><br>
11 </a>
12 </c:forEach>
13 </body>
14 </html>