Submit
Path:
~
/
home
/
caratcollect
/
domains
/
24caratcollection.com
/
private_html
/
Demo
/
admin
/
Category
/
File Content:
expenses-Category.php
<!DOCTYPE html> <html lang="en"> <head> <?php include("../include/topHeader.php");?> <link rel="stylesheet" href="../css/bootstrap.min.css" /> <link rel="stylesheet" href="../css/bootstrap-responsive.min.css" /> <link rel="stylesheet" href="../css/uniform.css" /> <link rel="stylesheet" href="../css/select2.css" /> <link rel="stylesheet" href="../css/matrix-style.css" /> <link rel="stylesheet" href="../css/matrix-media.css" /> <link href="../font-awesome/css/font-awesome.css" rel="stylesheet" /> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'> </head> <body> <?php include("../include/topMenu.php");?> <?php include("../include/sideMenu.php");?> <div id="content"> <div id="content-header"> <div id="breadcrumb" > <a href="index.php" title="Go to Home" class="tip-bottom"><i class="icon-home"></i> Home</a> <a href="#" class="current">Settings</a> <a href="#" class="current">Income Category</a></div> <h1>Manage Income Category</h1> <hr> </div> <div class="container-fluid"> <div class="row-fluid"> <div class="span12"> <div class="span8"> <!--Add New Transcation--> <div class="span4"> <div class="buttons"> <a id="add-event" data-toggle="modal" href="#modal-add-event" class="btn btn-success"><i class="icon-plus icon-white"></i> Add New Category </a> <div class="modal hide" id="modal-add-event"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><i class="icon-remove icon-white"></i></button> <h3>Add New Transcation</h3> </div> <div class="modal-body"> <!--Start-Income-box--> <div class="span12"> <div > <div class="widget-content"> <form action="#" method="get" > <div class="control-group span6 " style="margin-left:5px"><b>Name </b> <input type="text" class="span11" style="width:95%;" placeholder="Name" /></div> <div class="control-group span6 " style="margin-left:5px "><b>Amount</b> <div class="input-prepend" style="width:95%;"> <span class="add-on" style="width:6%">Rs</span> <input type="text" placeholder="Amount" class="span11" style="width:90%;"> </div></div> <div class="control-group span6 " style="margin-left:5px"><b>Category</b> <select style="width:95%;"> <option>First option</option> <option>Second option</option> <option>Third option</option> <option>Fourth option</option> <option>Fifth option</option> <option>Sixth option</option> <option>Seventh option</option> <option>Eighth option</option> </select></div> <div class="control-group span6 " style="margin-left:5px"><b>Date</b> <input type="text" class="span11" style="width:95%;" placeholder="First name" /></div> <div class="control-group span6 " style="margin-left:5px"><b>Payment</b> <select style="width:95%;"> <option>First option</option> <option>Second option</option> <option>Third option</option> <option>Fourth option</option> <option>Fifth option</option> <option>Sixth option</option> <option>Seventh option</option> <option>Eighth option</option> </select></div> <div class="control-group span6 " style="margin-left:5px"><b>Date</b> <input type="text" class="span11" style="width:95%;" placeholder="First name" /></div> <div class="control-group span12 " style="margin-left:5px"><b>Description</b><textarea class="span11" style="width:95%;" ></textarea></div> <div class="form-actions"> </div> </form> </div> </div> </div> <!--End-Income-box--> </div> <div class="modal-footer"> <a href="#" class="btn" data-dismiss="modal">Cancel</a> <input type="submit" id="add-event-submit" class="btn btn-primary" value="Save Expense"></div> </div> </div> </div> <!--End New Transcation--> </div> <br> <!--History of Income--> <div class="widget-box" style="border:2px #FF6C6C solid"> <div class="widget-title" style="background: #FF6C6C ; color:#FFFFFF"> <span class="icon"><i class="icon-reorder"></i></span><h5 style="color:#FFFFFF">Income Category</h5></div> <div class="widget-content nopadding"> <table class="table table-bordered data-table"> <thead> <tr > <th style="font-size:12px;">Sr.No</th> <th style="font-size:12px;">Category</th> <th style="font-size:12px;">Action</th> </tr> </thead> <tbody> <tr > <td>1</td> <td>nrident</td> <td>Internet Explorer 4.0</td> </tr> <tr > <td>2</td> <td>krident</td> <td>Internet Explorer 4.0</td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <!--end-main-container-part--> <?php include("../include/footer.php");?> <!--end-Footer-part--> <script src="../js/jquery.min.js"></script> <script src="../js/jquery.ui.custom.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/jquery.uniform.js"></script> <script src="../js/select2.min.js"></script> <script src="../js/jquery.dataTables.min.js"></script> <script src="../js/matrix.js"></script> <script src="../js/matrix.tables.js"></script> </body> </html> </body> </html>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
expenses-Category.php
6151 bytes
0644
N4ST4R_ID | Naxtarrr