UnknownSec Bypass
403
:
/
var
/
www
/
santgyaneshwarji
/
cpanel
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
manage_news.php
<?php include "top.php"; include "menu.php"; ?> <!-- page start--> <div class="mail-w3agile"> <div class="row"> <div class="col-sm-4 com-w3ls"> <section class="panel"> <div class="panel-body"> <div> <section class="panel"> <header class="panel-heading"> Basic Forms </header> <div class="panel-body"> <div> <form role="form"> <div class="form-group"> <label for="exampleInputEmail1">Email address</label> <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email"> <textarea id='short_desc' name='short_desc' style='border: 1px solid black;' ></textarea> </div> <div class="form-group"> <label for="exampleInputPassword1">Long Description</label> <textarea id='long_desc' name='long_desc' ></textarea><br> </div> <div class="form-group"> <label for="exampleInputFile">File input</label> <input type="file" id="exampleInputFile"> <p class="help-block">Example block-level help text here.</p> </div> <div class="checkbox"> <label> <input type="checkbox"> Check me out </label> </div> <button type="submit" class="btn btn-info">Submit</button> </form> </div> </div> </section> </div> </div> </section> </div> <div class="col-sm-8 mail-w3agile"> <div class="table-agile-info"> <div class="panel panel-default"> <div class="panel-heading"> Responsive Table </div> <div class="row w3-res-tb"> <div class="table-responsive"> <table class="table table-striped b-t b-light"> <thead> <tr> <th style="width:20px;"> S.No. </th> <th>Project</th> <th>Task</th> <th>Date</th> <th style="width:30px;"></th> </tr> </thead> <tbody> <tr> <td>1.</td> <td>Idrawfast prototype design prototype design prototype design prototype design prototype design</td> <td><span class="text-ellipsis">8c</span></td> <td>Jul 22, 2013</td> <td> <a href="" class="active" ui-toggle-class=""><i class="fa fa-check text-success text-active"></i><i class="fa fa-times text-danger text"></i></a> </td> </tr> <tr> <td>2.</td> <td>Formasa</td> <td>8c</td> <td>Jul 22, 2013</td> <td> <a href="" ui-toggle-class=""><i class="fa fa-check text-success text-active"></i><i class="fa fa-times text-danger text"></i></a> </td> </tr> <tr> <td>3.</td> <td>Avatar system</td> <td>15c</td> <td>Jul 15, 2013</td> <td> <a href="" class="active" ui-toggle-class=""><i class="fa fa-check text-success text-active"></i><i class="fa fa-times text-danger text"></i></a> </td> </tr> </tbody> </table> </div> <footer class="panel-footer"> <div class="row"> <div class="col-sm-5 text-center"> <small class="text-muted inline m-t-sm m-b-sm">showing 20-30 of 50 items</small> </div> <div class="col-sm-7 text-right text-center-xs"> <ul class="pagination pagination-sm m-t-none m-b-none"> <li><a href=""><i class="fa fa-chevron-left"></i></a></li> <li><a href="">1</a></li> <li><a href="">2</a></li> <li><a href="">3</a></li> <li><a href="">4</a></li> <li><a href=""><i class="fa fa-chevron-right"></i></a></li> </ul> </div> </div> </footer> </div> </div> </div> </div> <!-- page end--> </div> <!-- Script --> <script type="text/javascript"> // Initialize CKEditor CKEDITOR.inline( 'short_desc'); CKEDITOR.replace('long_desc',{ width: "100%", height: "200px" }); </script> <?php include "footer.php"; ?>
Copyright © 2025 - UnknownSec