[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
repository
/
application
/
views
/
[
Home
]
File: users_form.php
<!-- Main content --> <section class='content'> <div class='row'> <div class='col-xs-12'> <div class='box'> <div class='box-header'> <h3 class='box-title'>USERS</h3> <div class='box box-primary'> <form action="<?php echo $action; ?>" method="post"><table class='table table-bordered'> <tr><td>Username </td> <td><input type="text" class="form-control" name="username" id="username" placeholder="Username" value="<?php echo $username; ?>" /> </td> <tr><td><?= $new ?> Password </td> <td><input type="text" class="form-control" name="password" id="password" placeholder="Password" /> </td> <input type="hidden" name="id" value="<?php echo $id; ?>" /> <input type="hidden" name="level" value="<?php echo $level; ?>" /> <tr><td colspan='2'><button type="submit" class="btn btn-primary"><?php echo $button ?></button> <a href="<?php echo site_url('users') ?>" class="btn btn-default">Cancel</a></td></tr> </table></form> </div><!-- /.box-body --> </div><!-- /.box --> </div><!-- /.col --> </div><!-- /.row --> </section><!-- /.content -->