...
|
...
|
@@ -107,14 +107,26 @@ |
|
|
<script type="text/template" id="quick-search">
|
|
|
<div class="pull-left">
|
|
|
<label class="radio-inline">
|
|
|
[[if quick_select.status=='-1']]
|
|
|
<input name="quick_select" type="radio" value="-1" checked="checked">全部
|
|
|
[[else]]
|
|
|
<input name="quick_select" type="radio" value="-1">全部
|
|
|
[[/if]]
|
|
|
</label>
|
|
|
<label class="radio-inline">
|
|
|
[[if quick_select.status=='0']]
|
|
|
<input name="quick_select" type="radio" value="0" checked="checked">未回复
|
|
|
[[else]]
|
|
|
<input name="quick_select" type="radio" value="0">未回复
|
|
|
[[/if]]
|
|
|
<span style="color:#0066CC;">[[quick_select.unReplyTotal]] </span>
|
|
|
</label>
|
|
|
<label class="radio-inline">
|
|
|
<input name="quick_select" type="radio" value="1">已回复
|
|
|
[[if quick_select.status=='1']]
|
|
|
<input name="quick_select" type="radio" value="1" checked="checked">已回复
|
|
|
[[else]]
|
|
|
<input name="quick_select" type="radio" value="1" >已回复
|
|
|
[[/if]]
|
|
|
<span style="color:#0066CC;"> [[quick_select.replyTotal]]</span>
|
|
|
</label>
|
|
|
</div>
|
...
|
...
|
|