8 lines
528 B
Plaintext
8 lines
528 B
Plaintext
<div style="margin: 10px 2px;">
|
|
<%= form_tag( search_stores_path, method: 'post') do %>
|
|
<%= text_field_tag 'name', params[:name], placeholder:'请输入要搜索的关键字', name: "name", :class => 'blueinputbar', :style => 'width:433px;'%>
|
|
<div style="display:inline-block; width: 2%;"></div>
|
|
<%= submit_tag l(:label_search), :class => "enterprise"%>
|
|
<span class='font_lighter' style="margin-left: 10px;">全站文件搜索。不会搜索私有项目中的内容、学生已经提交的作业。</span>
|
|
<% end %>
|
|
</div> |