#if 'view'=type> <#if value?has_content>
| <@t.page 'sensitivewords'/> | <@t.page 'replace'/> |
|---|---|
| ${a} | #list>
| type="text" name="${inputName}" size="30" fieldClass="nocommas required" fieldAttrs="{'batchGroup':''<#if extend.maxlength?has_content>,'maxlength':'${extend.maxlength}'#if>}" suffix="sensitivewords"#if>><@t.page 'sensitivewords'/> | type="text" name="${inputName}" size="30" fieldClass="nocommas"<#if extend.maxlength?has_content> fieldAttrs="{'maxlength':'${extend.maxlength}'}"#if> suffix="replace"#if>><@t.page 'replace'/> | type="delAndSort"#if>><@t.page 'operate'/> |
|---|---|---|
| <#if a?is_first> required="required"#if><#else> class="nocommas<#if a?is_first> required#if>"#if><#if extend.maxlength?has_content> maxlength="${extend.maxlength}"#if> value="${a}"/> | #list>onclick="this.parentElement.parentElement.remove()"<#else> class="btnDel"#if>><@t.page 'button.delete'/> <#if 'customform'!=type>#if> |