diff --git a/app/views/digital_archives/index.html.erb b/app/views/digital_archives/index.html.erb index e330dc0..648b75c 100644 --- a/app/views/digital_archives/index.html.erb +++ b/app/views/digital_archives/index.html.erb @@ -1,24 +1 @@ -<%= form_tag "/zh_tw/DigitalArchive", :method => 'get' do %> -
-
- <%= text_field_tag :title, params[:title] %>
-
-
- <%= text_field_tag :character, params[:character] %>
-
-
- <%= text_field_tag :location, params[:location] %>
-
-
- <%= text_field_tag :description, params[:description] %>
-
-
- <%= date_field_tag :item_date_low, params[:item_date_low]%>
-
- <%= date_field_tag :item_date_high, params[:item_date_high]%>
-
- <%= submit_tag "Search", :name => nil , :class => "btn btn-primary"%>
-