|
<@ZKUI.Input type="radio" name="get_records" value="1" id="id_get_records_0" checked="checked"/> <@i18n 'common_dev_getNewTrans'/>
|
<@ZKUI.Input type="radio" name="get_records" value="0" id="id_get_records_1"/> <@i18n 'common_dev_getAllTrans'/>
|
|
<@ZKUI.Input type="radio" name="get_records" value="3" id="id_get_records_3"/> <@i18n 'acc_dev_eventAutoCheckAndUpload'/>
|
|
<@ZKUI.Input id="setValidDate${uuid}" hideLabel="true" name="setValidDate" type="checkbox" eventCheck="true" trueValue="true" falseValue="false"/><@i18n 'common_level_setValidTime'/>
|
|
<@i18n 'common_time_from'/>
<@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-3" todayRange="start" hideLabel="true" noOverToday="true" readonly="false"/>
<@i18n 'common_to'/>
<@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/>
|