%PDF- %PDF-
Direktori : /home/ugotscom/public_html/sterren/application/modules/crud/views/ |
Current File : /home/ugotscom/public_html/sterren/application/modules/crud/views/add.php |
<div class="content-wrapper"> <section class="content-header"> <h1>Dashboard</h1> </section> <section class="content"> <div class="row"> <form action="<?php echo site_url('crud/save');?>" method="post"> <div class="form-group"> <label for="product_code">product_code</label> <input name="product_code" type="text" id="product_code" class="form-control" placeholder="product_code"> </div> <div class="form-group"> <label for="product_name">product_name:</label> <input name="product_name" type="text" id="product_name" class="form-control" placeholder="product_name"> </div> <div class="form-group"> <label for="price">product_price:</label> <input name="price" type="text" id="price" class="form-control" placeholder="price"> </div> <div class="form-group"> <label for="category">category:</label> <input name="category" type="text" id="category" class="form-control" placeholder="category"> </div> <button type="submit" class="btn btn-default">Submit</button> </form>