提交 b9299c54 编写于 作者: U unknown

日期时间

上级 55587afc
...@@ -40,11 +40,11 @@ ...@@ -40,11 +40,11 @@
onclick="if (this.checked){ onclick="if (this.checked){
$('text{$.pid}rangeTable').setStyle('display', 'none') $('text{$.pid}rangeTable').setStyle('display', 'none')
}"}"/>{{$.lp.multidate}} }"}"/>{{$.lp.multidate}}
<input type="radio" name="selectType" text{($.selectType=='dates')?'checked':''} value="daterange" <input type="radio" name="selectType" text{($.selectType=='daterange')?'checked':''} value="daterange"
onclick="if (this.checked){ onclick="if (this.checked){
$('text{$.pid}rangeTable').setStyle('display', '') $('text{$.pid}rangeTable').setStyle('display', '')
}"}"/>{{$.lp.daterange}} }"}"/>{{$.lp.daterange}}
<input type="radio" name="selectType" text{($.selectType=='dates')?'checked':''} value="monthrange" <input type="radio" name="selectType" text{($.selectType=='monthrange')?'checked':''} value="monthrange"
onclick="if (this.checked){ onclick="if (this.checked){
$('text{$.pid}rangeTable').setStyle('display', '') $('text{$.pid}rangeTable').setStyle('display', '')
}"}"/>{{$.lp.monthrange}} }"}"/>{{$.lp.monthrange}}
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
onclick="if (this.checked){ onclick="if (this.checked){
$('text{$.pid}rangeTable').setStyle('display', 'none') $('text{$.pid}rangeTable').setStyle('display', 'none')
}"/>{{$.lp.dateTime2}} }"/>{{$.lp.dateTime2}}
<input type="radio" name="selectType" text{($.selectType=='dates')?'checked':''} value="datetimerange" <input type="radio" name="selectType" text{($.selectType=='datetimerange')?'checked':''} value="datetimerange"
onclick="if (this.checked){ onclick="if (this.checked){
$('text{$.pid}rangeTable').setStyle('display', '') $('text{$.pid}rangeTable').setStyle('display', '')
}"}"/>{{$.lp.datetimerange}} }"}"/>{{$.lp.datetimerange}}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册