Sha256: d96e71da056d3f28f8f649be0d86568f00eada7f4ab2c90ebec86c5c128b8473
Contents?: true
Size: 1.37 KB
Versions: 7
Compression:
Stored size: 1.37 KB
Contents
<%# Copyright © 2012 The Pennsylvania State University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. %> <%= form_tag dashboard_index_path, :method => :get, :class => "search-form" do %> <fieldset> <legend class="accessible-hidden">Search My Dashboard</legend> <%= label_tag :dashboard_search, 'Search keywords', :class => "accessible-hidden" %> <%= hidden_field_tag :search_field, 'all_fields' %> <%= search_as_hidden_fields(:omit_keys => [:q, :search_field, :qt, :page]).html_safe %> <%= text_field_tag( :q, params[:q], :class => "q search-query", :placeholder => "Search My Dashboard", :size => "30", :type => "search", :id => "dashboard_search", :tabindex => "1" )%><button type="submit" class="search-submit btn btn-primary" id="dashboard_submit" tabindex="2"> <i class="icon-search icon-white"></i> Go </button> </fieldset> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems