2010-01-29 22:13:57 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
2013-03-08 17:48:27 -05:00
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
2010-01-29 22:13:57 +00:00
|
|
|
|
|
|
|
<div>${checksum} "${fileName}"</div>
|
|
|
|
|
|
|
|
<c:url value="/individual" var="url">
|
|
|
|
<c:param name="uri" value="${uri}"/>
|
|
|
|
</c:url>
|
|
|
|
<div>return to <a href="${url}">${name}</a></div>
|
|
|
|
|