Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <section id="firstSection" class="menuadmin_cont">
  2. <!-- 콤보, 버튼, 달력 등이 위치하는 부분-->
  3. <div class="five2x">
  4. <i class="fa fa-th"></i><span class="text-space">구분</span>
  5. <input type="radio" name="mr_selMenu" id="mr_selId" checked="checked" value="1">
  6. <label for="mr_selId">ID</label>
  7. <input type="radio" name="mr_selMenu" id="mr_selName" value="2">
  8. <label for="mr_selName">명</label>
  9. <span style="margin-left:30px">검색 ID</span>
  10. <input type="text" id="tx_menu" class="input-form" maxlength="1000">
  11. <div class="btn-group pos_button">
  12. <button id="bt_select" class="btn-warning" value="조회" type="button"><i class="fa fa-search"></i>조회</button>
  13. <!-- <button id="bt_insert" class="btn-danger" value="저장" type="button"><i class="fa fa-plus"></i>추가</button>
  14. <button id="bt_delete" class="btn-info" value="조회" type="button"><i class="fa fa-trash"></i> 삭제</button> -->
  15. <button id="bt_save" class="btn-primary" value="저장" type="button"><i class="fa fa-save"></i>저장</button>
  16. <!-- <button id='excel_format_export' class="menu-export" value="엑셀 내보내기" type="button"><i class="fa fa-file-excel-o"></i> 엑셀</button> -->
  17. </div>
  18. </div>
  19. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement