Server IP : 101.255.104.117 / Your IP : 101.255.104.117 Web Server : Apache/2.4.34 (Win32) OpenSSL/1.0.2o PHP/5.6.38 System : Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586 User : user ( 0) PHP Version : 5.6.38 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp182/htdocs/repository/application/views/ |
Upload File : |
<!-- Main content --> <section class='content'> <div class='row'> <div class='col-xs-12'> <div class='box'> <div class='box-header'> <h3 class='box-title'>AUTHORS</h3> <div class='box box-primary'> <form action="<?php echo $action; ?>" method="post"><table class='table table-bordered'> <tr><td>Author <?php echo form_error('author') ?></td> <td><input type="text" class="form-control" name="author" id="author" placeholder="Author" value="<?php echo $author; ?>" /> </td> <input type="hidden" name="id" value="<?php echo $id; ?>" /> <tr><td colspan='2'><button type="submit" class="btn btn-primary"><?php echo $button ?></button> <a href="<?php echo site_url('authors') ?>" class="btn btn-default">Cancel</a></td></tr> </table></form> </div><!-- /.box-body --> </div><!-- /.box --> </div><!-- /.col --> </div><!-- /.row --> </section><!-- /.content -->