Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created March 4, 2013 15:34
Show Gist options
  • Save marti1125/5083055 to your computer and use it in GitHub Desktop.
Save marti1125/5083055 to your computer and use it in GitHub Desktop.
crud search
#{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" />&nbsp;&nbsp;&nbsp;
<input placeholder="Código" class="input-medium search-query span2" type="text" id="search" name="search" />&nbsp;&nbsp;&nbsp;
<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