Cleanup
git-svn-id: https://svn.libreccm.org/ccm/trunk@5988 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
df2e054a39
commit
a0d2920b52
|
|
@ -5,19 +5,6 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#--
|
|
||||||
Outputs the lead text the provided article.
|
|
||||||
|
|
||||||
Disabled 2019-03-25, remove 2019-04-07 if this macro is not required
|
|
||||||
-->
|
|
||||||
<#-- <#macro lead item>
|
|
||||||
<#if (item["./lead"]?size > 0)>
|
|
||||||
${item["./lead"]}
|
|
||||||
<#elseif (item["./nav:attribute[@name='lead']"]?size > 0)>
|
|
||||||
${item["./nav:attribute[@name='lead']"]}
|
|
||||||
</#if>
|
|
||||||
</#macro> -->
|
|
||||||
|
|
||||||
<#--
|
<#--
|
||||||
Gets the lead text of the provided article.
|
Gets the lead text of the provided article.
|
||||||
-->
|
-->
|
||||||
|
|
@ -29,17 +16,6 @@
|
||||||
</#if>
|
</#if>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#--
|
|
||||||
Output the main text of the provided article.
|
|
||||||
|
|
||||||
Disabled 2019-03-25, remove 2019-04-07 if this macro is not required
|
|
||||||
-->
|
|
||||||
<#-- <#macro mainText item>
|
|
||||||
<#if (item["./textAsset"]?size > 0)>
|
|
||||||
${item["./textAsset/content"]}
|
|
||||||
</#if>
|
|
||||||
</#macro> -->
|
|
||||||
|
|
||||||
<#--
|
<#--
|
||||||
Gets the main text the the provided article.
|
Gets the main text the the provided article.
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue