D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
balhit1357
/
balhit.ac.in
/
bal-vidyalaya
/
admin
/
Filename :
image.php
back
Copy
<?php session_start(); include_once('include/connection.php'); "user = ".$_SESSION['type']; if(!$_SESSION['type']) { ?> <script>window.location.href='index.php';</script> <?php } ?> <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <title>BHUVNESH BAL VIDYALAYA</title> <link type="text/css" rel="stylesheet" href="css/font-awesome.css"> <link type="text/css" rel="stylesheet" href="css/material-design-iconic-font.css"> <link type="text/css" rel="stylesheet" href="css/bootstrap.css"> <link type="text/css" rel="stylesheet" href="css/animate.css"> <link type="text/css" rel="stylesheet" href="css/layout.css"> <link type="text/css" rel="stylesheet" href="css/components.css"> <link type="text/css" rel="stylesheet" href="css/widgets.css"> <link type="text/css" rel="stylesheet" href="css/plugins.css"> <link type="text/css" rel="stylesheet" href="css/pages.css"> <link type="text/css" rel="stylesheet" href="css/bootstrap-extend.css"> <link type="text/css" rel="stylesheet" href="css/common.css"> <link type="text/css" rel="stylesheet" href="css/responsive.css"> <link type="text/css" id="themes" rel="stylesheet" href="#"> </head> <body class="leftbar-view"> <!--Topbar Start Here--> <?php include'header.php';?> <?php include'sidebar.php'; ?> <section class="main-container"> <div class="container-fluid"> <div class="page-header filled full-block light"> <div class="row"> <div class="col-md-6 col-sm-6"> <h2>Blog Master</h2> </div> </div> </div> <!--main content--> <!-- <form method="post" action="video_master_action.php" enctype="multipart/form-data" >--> <form action="blog_master_action.php" method="post" name="form1" id="form1" enctype="multipart/form-data"> <div class="row" style="font-size:12px; color:#666; font-family: Open Sans,sans-serif;"> <div class="col-md-12"> <div class="panel"> <div class="panel-body"> <div class="row" style="padding:20px;"> <div class="form-group"> <div class="col-md-4"> <h5>Blog Title</h5> <input type="text" name="title" id="title" class="form-control" placeholder="Blog Title"> </div> </div> <div class="form-group"> <div class="col-md-4" style="margin-top:-16px;"> <h5>Blog Path</h5> <input type="file" id="fileToUpload" name="fileToUpload" class="form-control" > </div> </div> <div class="form-group"> <div class="col-md-4" style="margin-top:-16px;"> <h5>Blog Date</h5> <input type="text" id="date" name="date" class="form-control" placeholder="DD/MM/YYYY" > </div> </div> <div class="clearfix" style="margin-bottom: 20px"></div> <div class="form-group"> <div class="col-md-12"> <h5>Description</h5> <?php include_once 'ckeditor/ckeditor.php' ; require_once 'ckfinder/ckfinder.php' ; //what should be inserted into textarea onload $initialValue = ""; $ckeditor = new CKEditor( ) ; $ckeditor->basePath = 'ckeditor/' ; CKFinder::SetupCKEditor( $ckeditor, 'ckfinder/' ) ; $ckeditor->editor("write_up", $initialValue); ?> </div> </div> <div class="clearfix" style="margin-bottom: 20px"></div> <div class="form-group"> <div class="col-md-8" align="center"> <input type="submit" name="submit" class="btn btn-effect-ripple btn-primary" value="Submit"> </div> </div> </div> </div> </div> </div> </div> </form> <!--------------------form end------------------------------> <footer class="footer-container"> <div class="container-fluid"> <div class="row"> <div class="col-md-12 col-sm-12"> <footer> <div class="copyright"> <p><i class="fa fa-copyright"></i> <script>document.write(new Date().getFullYear())</script> All rights reserved by eqourse. Powered by : <a style="color:#000" href="http://www.gradientsoftech.com/" target="_blank">Gradient Softech</a></p> </div> <div class="clearfix"></div> </footer> </div> </div> </div> </footer> <!--Footer End Here --> </div> </section> <script src="js/lib/jquery.js"></script> <script src="js/lib/bootstrap.js"></script> <script src="js/lib/jquery.ui.js"></script> <script src="js/lib/nav.accordion.js"></script> <script src="js/lib/hammerjs.js"></script> <script src="js/lib/jquery.hammer.js"></script> <script src="js/apps.js"></script> <script src="js/bootstrap-datepicker.min.js"></script> <script> // Date Picker jQuery('.mydatepicker, #datepicker').datepicker(); jQuery('#date').datepicker({ //dateFormat: 'dd/mm/yyyy' autoclose: true , todayHighlight: true }); </script> </body> </html>