Created
September 4, 2015 03:25
-
-
Save llowder/774514d9177edff7a7d0 to your computer and use it in GitHub Desktop.
This file contains 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 class="search-popout ghost__content hidden-xs hidden-sm" role="search"> | |
<a id="search-toggle" type="button" class="search-popout__trigger" data-toggle="popover" data-placement="right" data-html="true" data-content=" | |
<form class='form-inline' action='/SearchResults.asp' method='get' name='SearchBoxForm' role='search'> | |
<div class='form-group'> | |
<input type='text' name='Search' class='search-popout__input' placeholder='Search...'> | |
<button type='submit' name='Submit' class='btn btn-xs btn-primary search-popout__submit'>Go!</button> | |
</div> | |
</form>" data-container="body"> | |
<span class="icon icon-magnifying-glass"><img src="/v/vspfiles/templates/253/images/template/search-bg.png" alt="" width="20" height="20"></span> | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment