...
This commit is contained in:
parent
bfb0a43de1
commit
30bc053f47
|
@ -55,7 +55,7 @@
|
||||||
<div class="problem_search" >
|
<div class="problem_search" >
|
||||||
<input class="problem_search_input fl" id="v_subject" type="text" name="subject" value="<%= @subject ? @subject : ""%>" onkeypress="EnterPress(event)" onkeydown="EnterPress()">
|
<input class="problem_search_input fl" id="v_subject" type="text" name="subject" value="<%= @subject ? @subject : ""%>" onkeypress="EnterPress(event)" onkeydown="EnterPress()">
|
||||||
<a href="javascript:void(0)" class="problem_search_btn fl" onclick="remote_function();" >搜索</a>
|
<a href="javascript:void(0)" class="problem_search_btn fl" onclick="remote_function();" >搜索</a>
|
||||||
<a href="javascript:void(0)" class="problem_search_btn fl" onclick="nh_reset_form();" >重置</a>
|
<a href="javascript:void(0)" class="problem_search_btn fl" onclick="nh_reset_form();" >清空</a>
|
||||||
</div><!--problem_search end-->
|
</div><!--problem_search end-->
|
||||||
|
|
||||||
<div id="filter_form" class="fr" >
|
<div id="filter_form" class="fr" >
|
||||||
|
@ -89,12 +89,12 @@
|
||||||
<div>
|
<div>
|
||||||
<div style="float:left;">创建时间 : </div>
|
<div style="float:left;">创建时间 : </div>
|
||||||
<div>
|
<div>
|
||||||
<%= text_field_tag 'issue_create_date_start', '', :size=>15, :onchange => "remote_function()",:style=>'float:left;'%>
|
<%= text_field_tag 'issue_create_date_start', '',:readonly=>true, :size=>15, :onchange => "remote_function()",:style=>'float:left;'%>
|
||||||
<%= calendar_for('issue_create_date_start') %>
|
<%= calendar_for('issue_create_date_start') %>
|
||||||
</div>
|
</div>
|
||||||
<div style="float:left;"> - </div>
|
<div style="float:left;"> - </div>
|
||||||
<div>
|
<div>
|
||||||
<%= text_field_tag 'issue_create_date_end', '', :size=>15, :onchange => "remote_function()",:style=>'float:left;'%>
|
<%= text_field_tag 'issue_create_date_end', '',:readonly=>true, :size=>15, :onchange => "remote_function()",:style=>'float:left;'%>
|
||||||
<%= calendar_for('issue_create_date_end') %>
|
<%= calendar_for('issue_create_date_end') %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue