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:
parent
40958fc813
commit
961c11f1a5
2 changed files with 15 additions and 3 deletions
|
@ -92,6 +92,12 @@
|
||||||
</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>
|
||||||
|
|
||||||
|
|
|
@ -92,6 +92,12 @@
|
||||||
</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">-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue