Created
March 4, 2013 15:34
-
-
Save marti1125/5083055 to your computer and use it in GitHub Desktop.
crud 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
#{form action:@list().remove('page'), method:'GET', class:'form-search'} | |
<input placeholder="Nombres Completos" class="input-medium search-query span8" type="text" id="search" name="search" /> | |
<input placeholder="Código" class="input-medium search-query span2" type="text" id="search" name="search" /> | |
<input type="submit" class="btn btn-primary span2 right" value="Buscar"> | |
#{/form} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment