<#assign editPage = true> <#include "/public/template/editTemplate.html"/> <#macro editContent>
*
* <#if (item.id)??> <@ZKUI.Combo disable="true" hideLabel="true" empty="false" id="printModuleCode" name="moduleCode" width="148" followType="close" followScroll=".content_div"> <#list moduleMap?keys as key> <#else> <@ZKUI.Combo hideLabel="true" empty="false" id="printModuleCode" name="moduleCode" width="148" followType="close" followScroll=".content_div" onChange="cleanPrintTemplateData"> <#list moduleMap?keys as key>
* <#if item.orientation!="1"> <@ZKUI.Input hideLabel="true" class="checkSurface" name="front" type="radio" value="0" w="662" h="627" orientation="Vertical" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" class="checkSurface" name="front" type="radio" value="0" w="662" h="627" orientation="Vertical" /> <@i18n 'base_printTemplate_vertical'/> <#if item.orientation=="1"> <@ZKUI.Input hideLabel="true" class="checkSurface" name="front" type="radio" value="1" w="652" h="637" orientation="Transverse" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" class="checkSurface" name="front" type="radio" value="1" w="652" h="637" orientation="Transverse"/> <@i18n 'base_printTemplate_transverse'/> <@i18n 'common_op_new'/>
* <#if item.orientation!="1"> <@ZKUI.Input hideLabel="true" class="checkSurface" name="opposite" type="radio" value="0" w="662" h="627" orientation="Vertical" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" class="checkSurface" name="opposite" type="radio" value="0" w="662" h="627" orientation="Vertical" /> <@i18n 'base_printTemplate_vertical'/> <#if item.orientation=="1"> <@ZKUI.Input hideLabel="true" class="checkSurface" name="opposite" type="radio" value="1" w="652" h="637" orientation="Transverse" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" class="checkSurface" name="opposite" type="radio" value="1" w="652" h="637" orientation="Transverse"/> <@i18n 'base_printTemplate_transverse'/> <@i18n 'common_op_new'/>