NIHVIVO-564 Help directive for directive help output.
This commit is contained in:
parent
91468db876
commit
216d7a7905
6 changed files with 119 additions and 2 deletions
10
webapp/web/templates/freemarker/body/partials/dump/help.ftl
Normal file
10
webapp/web/templates/freemarker/body/partials/dump/help.ftl
Normal file
|
@ -0,0 +1,10 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for displaying directive help -->
|
||||
|
||||
|
||||
<h3>Template directive help</h3>
|
||||
|
||||
${help}
|
||||
|
||||
${stylesheets.add("/css/dump.css")}
|
|
@ -61,3 +61,5 @@ ${scripts.add("/js/script1.js", "/js/script2.js", "/js/script3.js")}
|
|||
|
||||
|
||||
<@dumpAll />
|
||||
|
||||
<@help directive="dump" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue