Working on temporary menu editor NIHVIVO-710
This commit is contained in:
parent
baaa09e6a0
commit
bfc524afdc
7 changed files with 245 additions and 2 deletions
29
webapp/web/templates/freemarker/body/menuN3Edit.ftl
Normal file
29
webapp/web/templates/freemarker/body/menuN3Edit.ftl
Normal file
|
@ -0,0 +1,29 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<div id="navigationManagement">
|
||||
<h2>Navigation Management</h2>
|
||||
|
||||
<#if errorMessage??>
|
||||
<div id="errorAlert">
|
||||
<img src="../images/iconAlert.png" alert="Error alert icon" height="31" width="32">
|
||||
<p>${errorMessage}</p>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<#if message??>
|
||||
<p>${message}</p>
|
||||
</#if>
|
||||
|
||||
<#if menuN3??>
|
||||
<form class="" action="${urls.base}/MenuN3EditController" method="post">
|
||||
<label for="navigatioN3"></label>
|
||||
<textarea name="navigationN3" id="textarea" cols="45" rows="40">
|
||||
${menuN3}
|
||||
</textarea>
|
||||
<input name="submit" class="submit" value="Save" type="submit"/>
|
||||
or <a href="#">Cancel</a>
|
||||
<p class="small red"> </p>
|
||||
</form>
|
||||
</#if>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue