mirror of
https://github.com/Mibew/java.git
synced 2025-04-11 07:10:13 +03:00
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@44 c66351dc-e62f-0410-b875-e3a5c0b9693f
20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
|
|
${template convert-}
|
|
${if helper.isNode(this)-}
|
|
${if helper.containsColon(tagName)-}
|
|
${call(`helper.replaceColon(tagName)`) this-}
|
|
${else-}
|
|
${this.getNodeDeclaration()-}
|
|
${call(convertList) children-}
|
|
</${tagName}>${end-}
|
|
${else-}
|
|
${this-}
|
|
${end-}
|
|
${end}
|
|
|
|
|
|
${template convertList-}
|
|
${foreach child in this-}
|
|
${call(convert) child-}
|
|
${end-}
|
|
${end} |