## ---------------------------------------------------- ## 用来生成schema输出页面的模板。 ## #@ charset UTF-8 #@ trimming on #@ whitespace collapse ## ---------------------------------------------------- ${entryUrl} ${menuHead} ${menu}

Valid XHTML 1.1

## -------------------------- ## 递归生成生成目录结点 ## -------------------------- #dirEntry
  • Click to open/close branch. Directory Type $#{entryLink} $#{subEntries}
  • #entryLink ${entryName} / #end ## -------------------------- ## 子结点 ## -------------------------- #subEntries #end #end ## -------------------------- ## 生成文件结点 ## -------------------------- #fileEntry
  • ${entryName} $#{checkbox} File Type ${entryName} ${namespace: #withNamespace, #noNamespace} $#{description}
  • #checkbox #end #withNamespace - xmlns:${nsPrefix}="${ns}" #end #noNamespace - no namespace #end #description - ${desc} #end #end