Files
ziqim/zhiqim_zml/resource/if.zml
T
2025-02-20 14:59:35 +08:00

39 lines
881 B
Plaintext

<html>
<#if hasAutoComplete>${hasAutoComplete}</#if>
<#if status == 1>${status}<#elseif status == 2>${status}
<#else>${status}</#if>
<#if type == 1>${type}<#elseif type == 2>${type}<#else>${type}</#if>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
${Styles.htmlOverflowHidden()}
${name}
${Styles.htmlOverflowHidden()}
<#if !hasAutoComplete>
${hasAutoComplete}
</#if>
</meta>
<#if hasAutoComplete>
${hasAutoComplete}
</#if>
</title>
<#if hasAutoComplete>
${hasAutoComplete}
<#else>
${hasAutoComplete}
</#if>
</head>
<#if status == 1>
${status}
<#elseif status == 2>
${status}
<#else>
${status}
</#if>
</body>
<#if type == 1>
${type}
<#elseif type == 2>
${type}
<#else>
${type}
</#if>
</html>