page management updates

This commit is contained in:
hjkhjk54 2012-06-13 19:37:04 +00:00
parent 297e943635
commit 4e96cd318d
16 changed files with 756 additions and 28 deletions

View file

@ -26,6 +26,9 @@
<td>
<#if pagex.pageUri?has_content>
<a href="${urls.base}/individual?uri=${pagex.pageUri?url}&switchToDisplayModel=1">${(pagex.title)!'-untitled-'}</a>
&nbsp;
<a href="${urls.base}/editRequestDispatch?subjectUri=${pagex.pageUri?url}&switchToDisplayModel=1&editForm=edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManagePageGenerator">Edit</a>
<#else>
No URI defined for page.
</#if>