| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <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>
|