vitro/webapp/web/about.jsp

11 lines
420 B
Text

<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%-- This the non-freemarker AboutController iis still used by datastar. That
controller uses this jsp. --%>
<div id="content">
<h2>${title}</h2>
<div class="pageGroupBody" id="aboutText">${aboutText}</div>
<div class="pageGroupBody" id="acknowledgementText">${acknowledgeText}</div>
</div> <!-- content -->