vitro/webapp/web/about.jsp

12 lines
367 B
Text
Raw Normal View History

<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<div id="content">
<h2>${title}</h2>
<div class="pageGroupBody" id="aboutText">${aboutText}</div>
<div class="pageGroupBody" id="acknowledgementText">${acknowledgeText}</div>
</div> <!-- content -->