Server IP : 192.124.249.33 / Your IP : 66.248.200.33 Web Server : Apache System : Linux 141.134.66.148.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els6.x86_64 #1 SMP Fri Sep 13 13:42:20 UTC 2024 x86_64 User : tarangglobal ( 1001) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/tarangglobal/public_html/cyber/admin/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="Materia - Admin Template"> <meta name="keywords" content="materia, webapp, admin, dashboard, template, ui"> <meta name="author" content="solutionportal"> <!-- <base href="/"> --> <title>Party Master</title> <link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css"> <link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css"> <!-- Plugins --> <link rel="stylesheet" href="styles/plugins/c3.css"> <link rel="stylesheet" href="styles/plugins/waves.css"> <link rel="stylesheet" href="styles/plugins/perfect-scrollbar.css"> <!-- Css/Less Stylesheets --> <link rel="stylesheet" href="styles/bootstrap.min.css"> <link rel="stylesheet" href="styles/main.min.css"> <link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,300' rel='stylesheet' type='text/css'> <!-- Match Media polyfill for IE9 --> <!--[if IE 9]> <script src="scripts/ie/matchMedia.js"></script> <![endif]--> <style> .form-control { border:1px solid#ddd; } .table-1 td{ padding:5px; border:1px solid#ddd; } .active{ background-color: rgb(58, 57, 57) !important; } </style> </head> <body id="app" class="app off-canvas"> <!-- #Start header --> <?php include('_header.php');?> <!-- #end header --> <!-- main-container --> <div class="main-container clearfix"> <!-- main-navigation --> <?php include('_left-menu.php');?> <!-- #end main-navigation --> <!-- content-here --> <div class="content-container" id="content"> <!-- dashboard page --> <div class="page page-dashboard"> <div class="page-wrap"> <div class="row"> <!-- dashboard header --> <div class="col-md-12"> <div class="dash-head clearfix mt30 mb20"> <div class="left"> <h4 class="mb5 text-light" style="font-weight:bold;">Party Master Entry</h4> </div> <div class="right mt10"> <h5 class="text-bold mb0 mt5"><a href="#?act=add">Add New Record</a></h5> </div> </div> </div> </div> <!-- #end row --> <!-- mini boxes --> <div class="row"> <div class="col-md-12"> <div class="col-md-6" style="margin:auto;float:none;"> <div style="width:100%;float:left;background-color:#fff;padding:15px;"> <div class="col-md-6" style="margin-bottom:5px;"> <label>Party Code</label> <input type="text" class="form-control" placeholder="Party Code" name="partycode" value=""/> </div> <div class="col-md-6" style="margin-bottom:5px;"> <label>Party Type</label> <select class="form-control" name="partyname"> <option value="">-- Select Party Type--</option> <option>Party Type1</option> <option>Party Type2</option> <option>Party Type3</option> <option>Party Type4</option> </select> </div> <div class="col-md-12" style="margin-bottom:5px;"> <label>Address 1</label> <input type="text" class="form-control" placeholder="Address 1" name="address1" value=""/> </div> <div class="col-md-12" style="margin-bottom:5px;"> <label>Address 2</label> <input type="text" class="form-control" placeholder="Address 2" name="address1" value=""/> </div> <div class="col-md-12" style="margin-bottom:5px;"> <label>Address 3</label> <input type="text" class="form-control" placeholder="Address 3" name="address3" value=""/> </div> <div class="col-md-6" style="margin-bottom:5px;"> <label>City</label> <input type="text" class="form-control" placeholder="City" name="city" value=""/> </div> <div class="col-md-6" style="margin-bottom:5px;"> <label>State</label> <input type="text" class="form-control" placeholder="State" name="state" value=""/> </div> <div class="col-md-6" style="margin-bottom:5px;"> <label>Pin Code</label> <input type="text" class="form-control" placeholder="Pin Code" name="pincode" value=""/> </div> <div class="col-md-6" style="margin-bottom:5px;"> <label>Cell Number</label> <input type="text" class="form-control" placeholder="Phone No." name="phone" value=""/> </div> <div class="col-md-6" style="margin-bottom:5px;"> <label>Email Id</label> <input type="text" class="form-control" placeholder="Email" name="email" value=""/> </div> <div class="col-md-12" style="text-align:center;margin-top:15px;"> <button class="btn btn-primary mr5 waves-effect" type="submit" value="edit" id="btn-add">Save</button> <button class="btn btn-primary mr5 waves-effect" type="submit" value="edit" id="btn-add">Clear</button> <button class="btn btn-primary mr5 waves-effect" type="submit" value="edit" id="btn-add">Exit</button> </div> </div> </div> </div> </div> <!-- #end row --> </div> <!-- #end page-wrap --> </div> <!-- #end dashboard page --> </div> </div> <!-- theme settings --> <div class="site-settings clearfix hidden-xs"> <div class="settings clearfix"> <div class="trigger ion ion-settings left"></div> <div class="wrapper left"> <ul class="list-unstyled other-settings"> <li class="clearfix mb10"> <div class="left small">av Horizontal</div> <div class="md-switch right"> <label> <input type="checkbox" id="navHorizontal"> <span> </span> </label> </div> </li> <li class="clearfix mb10"> <div class="left small">Fixed Header</div> <div class="md-switch right"> <label> <input type="checkbox" id="fixedHeader"> <span> </span> </label> </div> </li> <li class="clearfix mb10"> <div class="left small">av Full</div> <div class="md-switch right"> <label> <input type="checkbox" id="navFull"> <span> </span> </label> </div> </li> </ul> <hr/> <ul class="themes list-unstyled" id="themeColor"> <li data-theme="theme-zero" class="active"></li> <li data-theme="theme-one"></li> <li data-theme="theme-two"></li> <li data-theme="theme-three"></li> <li data-theme="theme-four"></li> <li data-theme="theme-five"></li> <li data-theme="theme-six"></li> <li data-theme="theme-seven"></li> </ul> </div> </div> </div> <!-- #end theme settings --> <!-- Dev only --> <!-- Vendors --> <script src="scripts/vendors.js"></script> <script src="scripts/plugins/d3.min.js"></script> <script src="scripts/plugins/c3.min.js"></script> <script src="scripts/plugins/screenfull.js"></script> <script src="scripts/plugins/perfect-scrollbar.min.js"></script> <script src="scripts/plugins/waves.min.js"></script> <script src="scripts/plugins/jquery.sparkline.min.js"></script> <script src="scripts/plugins/jquery.easypiechart.min.js"></script> <script src="scripts/plugins/bootstrap-rating.min.js"></script> <script src="scripts/app.js"></script> <script src="scripts/index.init.js"></script> </body> </html>Private