asdfsa
C
code posted
created at 01 Sep 13:05, updated at 01 Sep 13:07
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<h2>Information on software commands</h2> <#list doc.step as st> <h3 id="${st.command.elementId}">${st.command.commandName}</h3> <p><i>Description</i> ${st.description!""}<p> <p><i>Requirements</i> ${st.precondition!""}</p> <p><i>Executable by</i> <ul> <#list st.initiatableBy as it> <#assign map = it.locationDescription> <#list map?keys as key> <#if map[key]??> <#-- <#if map[key]?contains("Menu")> <li>${key}</li> --> <#if key == st.command.elementId> <#-- # Skip - we don't want the command to show itself! --> <#else> <li><a href="#${key}">${map[key]</a></li> </#if> <#else><li>${key}</li></#if> </#list> </#list> |
786 Bytes in 3 ms with coderay