Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save leonguyen/9319359 to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/9319359 to your computer and use it in GitHub Desktop.
list search
<table class="table">
<thead><tr>
<th width="88px;" style="border-bottom:none">
<label class="control-label" for="txtNo">No.</label>
<input type="text" class="form-control" id="txtNo" name="txtNo" value="<%=typeof(sess.search)!='undefined'?sess.search.no:''%>" placeholder="No." autofocus autocomplete="off"></th>
<th width="88px;" style="border-bottom:none">
<label class="control-label" for="btnSearch">&nbsp;</label>
<button class="form-control" type="submit" class="btn btn-default" id="btnSearch" name="btnSearch"><span class="glyphicon glyphicon-search"></span> Search</button>
</th>
</tr></thead></table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment