Update merge.html.erb
This commit is contained in:
parent
97ad18a147
commit
8ae5dea99e
|
@ -4,6 +4,16 @@
|
||||||
<%= stylesheet_link_tag "lib/main-list" %>
|
<%= stylesheet_link_tag "lib/main-list" %>
|
||||||
<%= stylesheet_link_tag "lib/main-form-col2" %>
|
<%= stylesheet_link_tag "lib/main-form-col2" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<form method="get" action='?' name='mode_form'>
|
||||||
|
<nobr>
|
||||||
|
<%= 嚴格比較模式+':' %>
|
||||||
|
<% if params['mode']!='simple' %>
|
||||||
|
<input type="checkbox" value="strict" onchange='this.form.submit()' checked><span>是</span>
|
||||||
|
<% else %>
|
||||||
|
<input type="checkbox" value="simple" onchange='this.form.submit()'><span>否</span>
|
||||||
|
<% end %>
|
||||||
|
</nobr>
|
||||||
|
</form>
|
||||||
<table class="table main-list">
|
<table class="table main-list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue