leonsuke

v_mahasiswa

Jun 25th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php $attributes2 = array('class' => 'form-signin', 'id' => 'form2'); ?>
  2. <?= form_open($attributes2); ?>
  3. <label for="nim_mahasiswa" class="sr-only">Masukkan NIM Anda</label>
  4. <input type="text" name="nim_mahasiswa" value="<?php echo set_value('nim_mahasiswa'); ?>" class="form-control" placeholder="Masukkan NIM Anda" id="nim_mahasiswa" autofocus />
  5. <button type="button" class="btn btn-md btn-primary btn-cek">Cek</button>
  6. <?= form_close(); ?>
Advertisement
Add Comment
Please, Sign In to add comment