"取引先検索"
Bootstrap 4.0.0 Snippet by IDSsoma

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>取引先検索</legend> <!-- Search input--> <div class="form-group"> <label class="col-md-4 control-label" for="searchinput">取引先住所</label> <div class="col-md-4"> <input id="searchinput" name="searchinput" type="search" placeholder="" class="form-control input-md"> </div> </div> <!-- Search input--> <div class="form-group"> <label class="col-md-4 control-label" for="searchinput">取引先コード</label> <div class="col-md-4"> <input id="searchinput" name="searchinput" type="search" placeholder="" class="form-control input-md"> </div> </div> <!-- Multiple Checkboxes (inline) --> <div class="form-group"> <label class="col-md-4 control-label" for="orderhistory">受注履歴有無</label> <div class="col-md-4"> <label class="checkbox-inline" for="orderhistory-0"> <input type="checkbox" name="orderhistory" id="orderhistory-0" value="1"> 有 </label> <label class="checkbox-inline" for="orderhistory-1"> <input type="checkbox" name="orderhistory" id="orderhistory-1" value="2"> 無 </label> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: