2010-01-29 22:13:57 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
2010-07-27 15:31:19 +00:00
|
|
|
<%-- This the non-freemarker AboutController iis still used by datastar. That
|
|
|
|
controller uses this jsp. --%>
|
2010-01-29 22:13:57 +00:00
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
<h2>${title}</h2>
|
|
|
|
<div class="pageGroupBody" id="aboutText">${aboutText}</div>
|
|
|
|
<div class="pageGroupBody" id="acknowledgementText">${acknowledgeText}</div>
|
|
|
|
|
|
|
|
</div> <!-- content -->
|