vitro/webapp/web/about.jsp

10 lines
305 B
Text
Raw Normal View History

<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<div id="content">
<h2>${title}</h2>
<div class="pageGroupBody" id="aboutText">${aboutText}</div>
<div class="pageGroupBody" id="acknowledgementText">${acknowledgeText}</div>
</div> <!-- content -->