NIHVIVO-151. Display the DisplayMessage on the next page loaded. Clear the message from the session. Added sample display markup to page templates.

This commit is contained in:
rjy7 2010-11-16 19:09:05 +00:00
parent 40958fc813
commit 961c11f1a5
2 changed files with 15 additions and 3 deletions

View file

@ -90,8 +90,14 @@
</#list> </#list>
</ul> </ul>
</nav> </nav>
<div id="wrapper-content"> <div id="wrapper-content">
<#if flash?has_content>
<div id="flash-message">
${flash}
</div>
</#if>
<section id="intro"> <section id="intro">
<h3>What is VIVO?</h3> <h3>What is VIVO?</h3>

View file

@ -90,8 +90,14 @@
</#list> </#list>
</ul> </ul>
</nav> </nav>
<div id="wrapper-content"> <div id="wrapper-content">
<#if flash?has_content>
<div id="flash-message">
${flash}
</div>
</#if>
<#-- mb863: using for now until we have controllers page.ftl to render the templates commented below--> <#-- mb863: using for now until we have controllers page.ftl to render the templates commented below-->
<#--<#include "menupage/menupage.ftl">--> <#--<#include "menupage/menupage.ftl">-->
<#--<#include "menupage/menupage--classgroup-people.ftl">--> <#--<#include "menupage/menupage--classgroup-people.ftl">-->