|
|
|
@ -8,11 +8,11 @@
|
|
|
|
|
<div class="d-flex flex-row justify-content-between p-3">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="input-group" id="${infoPrefix}-query">
|
|
|
|
|
<select id="by${infoPrefix}" name="by" onchange="document.getElementById('term').focus();" aria-controls="DataTables_Table_0" class="form-select">
|
|
|
|
|
<select id="${infoPrefix}by" name="by" onchange="document.getElementById('${infoPrefix}term').focus();" aria-controls="DataTables_Table_0" class="form-select">
|
|
|
|
|
<option value="${infoPrefix}Name">이름</option>
|
|
|
|
|
<option value="${infoPrefix}Account">계정</option>
|
|
|
|
|
</select>
|
|
|
|
|
<input id="term${infoPrefix}" name="term" autofocus type="text" placeholder="조회 조건을 입력하십시오." class="form-control">
|
|
|
|
|
<input id="${infoPrefix}term" name="term" autofocus type="text" placeholder="조회 조건을 입력하십시오." class="form-control">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|