Fixing RDF edit on session experation. VIVO-186

This commit is contained in:
Brian Caruso 2013-07-17 15:03:28 -04:00
parent 68284acd99
commit 38e6146390
2 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,17 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<p>Unable to process the edit, possibly due to session experation.</p>
<#list params?keys as key>
<#if key != "editKey">
<div id=${key}>
<h2>${key}</h2>
<#list params[key] as value>
<p>${value}</p>
</#list>
</div>
</#if>
</#list>