if.zml 881 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <html>
  2. <#if hasAutoComplete>${hasAutoComplete}</#if>
  3. <#if status == 1>${status}<#elseif status == 2>${status}
  4. <#else>${status}</#if>
  5. <#if type == 1>${type}<#elseif type == 2>${type}<#else>${type}</#if>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  7. ${Styles.htmlOverflowHidden()}
  8. ${name}
  9. ${Styles.htmlOverflowHidden()}
  10. <#if !hasAutoComplete>
  11. ${hasAutoComplete}
  12. </#if>
  13. </meta>
  14. <#if hasAutoComplete>
  15. ${hasAutoComplete}
  16. </#if>
  17. </title>
  18. <#if hasAutoComplete>
  19. ${hasAutoComplete}
  20. <#else>
  21. ${hasAutoComplete}
  22. </#if>
  23. </head>
  24. <#if status == 1>
  25. ${status}
  26. <#elseif status == 2>
  27. ${status}
  28. <#else>
  29. ${status}
  30. </#if>
  31. </body>
  32. <#if type == 1>
  33. ${type}
  34. <#elseif type == 2>
  35. ${type}
  36. <#else>
  37. ${type}
  38. </#if>
  39. </html>