<#assign editPage="true"> <#include "/public/template/editTemplate.html"> <#macro editContent>
*
*
*
*
<#if (item.showTitle)?exists&&item.showTitle?string('1','0') == '1'> <@ZKUI.Input hideLabel="true" type="checkbox" id="modelShowTitle" name="showTitle" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="modelShowTitle" name="showTitle" trueValue="1" falseValue="0" eventCheck=true/>
<#if (item.showTime)?exists&&item.showTime?string('1','0') == '1'> <@ZKUI.Input hideLabel="true" type="checkbox" id="modelShowTime" name="showTime" trueValue="1" falseValue="0" eventCheck=true value="1"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="modelShowTime" name="showTime" trueValue="1" falseValue="0" eventCheck=true/>
<@i18n 'docking_led_blockLayout'/>