Update merge.html.erb

This commit is contained in:
chiu 2019-11-01 17:42:28 +08:00
parent 97ad18a147
commit 8ae5dea99e
1 changed files with 10 additions and 0 deletions

View File

@ -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>