Advertisement
riandysp

Untitled

Jun 18th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <div id="modalAddSurveyor" class="zoom-anim-dialog modal-block modal-block-primary mfp-hide">
  2. <section class="card">
  3. <header class="card-header">
  4. <h2 class="card-title">Pilih Surveyor</h2>
  5. </header>
  6. <form id="form_add_jb">
  7. <div class="card-body">
  8. <div class="form-group">
  9. <label>Surveyor</label>
  10. <select data-plugin-selectTwo class="form-control populate placeholder" id='fpegawai_id' name='fpegawai_id' required data-plugin-options='{ "placeholder": "Pilih Surveyor", "allowClear": true }'>
  11. <option></option>
  12. <option value='xxw8xdg'>FIKRI</option>
  13. <option value='99a2w9'>KUSBIANTORO</option>
  14. <option value='d2wv8d'>RIANDY SATRIA PUTRA</option>
  15. <option value='vrrddv'>SYAIFUL B. PAKPAHAN</option>
  16. <option value='8xxw92'>TEDDI IRAWAN</option>
  17. </select>
  18. </div>
  19. </div>
  20. </form>
  21. </section>
  22. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement