Created
September 2, 2014 01:58
-
-
Save timmmmyboy/ebadda5255e8a3711148 to your computer and use it in GitHub Desktop.
Replace Omeka Basic Search in Header with Advanced Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="search-container"> | |
<form id="search-form" name="search-form" action="/omeka/items/browse" method="get"> | |
<input type="text" name="search" id="query" value="" title="Search"> | |
<button name="submit_search" id="submit_search" type="submit" value="Search">Search</button> | |
</form> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment