NIHVIVO-564 Style modifications for dump output
This commit is contained in:
parent
a0e94628eb
commit
5c9b3cf8da
6 changed files with 19 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<#-- Template for dumping a template variable -->
|
||||
|
||||
<div class="dump">
|
||||
<div class="var">
|
||||
|
||||
<h6>Variable name: <em>${var}</em></h6>
|
||||
<strong>Type:</strong> ${type}<br />
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
<#-- Template for dump directive -->
|
||||
|
||||
<h3>Template variable dump</h3>
|
||||
<div class="dump">
|
||||
<h3>Template variable dump</h3>
|
||||
|
||||
${var}
|
||||
${var}
|
||||
</div>
|
||||
|
||||
${stylesheets.add("/css/dump.css")}
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<#-- Template for displaying directive help -->
|
||||
|
||||
<div class="dump directive">
|
||||
<div class="directive">
|
||||
<p><strong>Directive name:</strong> ${name}</p>
|
||||
|
||||
<#if effect??>
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
<#-- Template for displaying directive help -->
|
||||
|
||||
|
||||
<h3>Template directive help</h3>
|
||||
|
||||
${help}
|
||||
<div class="dump help">
|
||||
<h3>Template directive help</h3>
|
||||
|
||||
${help}
|
||||
</div>
|
||||
|
||||
${stylesheets.add("/css/dump.css")}
|
Loading…
Add table
Add a link
Reference in a new issue