X7ROOT File Manager
Current Path:
/home/u408670528/domains/vittoriabeltrame.com/public_html/admin
home
/
u408670528
/
domains
/
vittoriabeltrame.com
/
public_html
/
admin
/
📁
..
📄
.DS_Store
(6 KB)
📁
ajax
📄
artists.php
(6.87 KB)
📄
artists_delete.php
(309 B)
📄
artists_edit.php
(6.06 KB)
📄
artists_edit2.php
(519 B)
📄
artists_new.php
(5.8 KB)
📄
artists_new2.php
(663 B)
📄
blog.php
(6.94 KB)
📄
blog_delete.php
(648 B)
📄
blog_edit.php
(10.43 KB)
📄
blog_edit2.php
(2.28 KB)
📄
blog_new.php
(9.71 KB)
📄
blog_new2.php
(1.44 KB)
📄
changepsw.php
(535 B)
📁
css
📄
exhibitions.php
(7.41 KB)
📄
exhibitions_delete.php
(879 B)
📄
exhibitions_edit.php
(7.74 KB)
📄
exhibitions_edit2.php
(3.98 KB)
📄
exhibitions_new.php
(7.4 KB)
📄
exhibitions_new2.php
(2.52 KB)
📁
img
📁
includes
📄
index.php
(9.63 KB)
📁
js
📄
logout.php
(78 B)
📄
press.php
(7.01 KB)
📄
press_delete.php
(507 B)
📄
press_edit.php
(5.34 KB)
📄
press_edit2.php
(834 B)
📄
press_new.php
(5.13 KB)
📄
press_new2.php
(606 B)
📁
vendor
📄
works.php
(7.2 KB)
📄
works_delete.php
(500 B)
📄
works_edit.php
(6.86 KB)
📄
works_edit2.php
(939 B)
📄
works_new.php
(6.3 KB)
📄
works_new2.php
(657 B)
Editing: artists_new.php
<?php session_start(); if(isset($_SESSION["validado"])!=true){ header("Location:../index.php?ventrada=fail"); } ?> <?php include("../includes/conexiones.php"); ?> <!doctype html> <html class="fixed"> <head> <?php include("includes/head.php"); ?> <link rel="stylesheet" href="vendor/bootstrap-datepicker/css/bootstrap-datepicker3.css" /> <link rel="stylesheet" href="vendor/select2/css/select2.css" /> <link rel="stylesheet" href="vendor/select2-bootstrap-theme/select2-bootstrap.min.css" /> <link rel="stylesheet" href="vendor/summernote/summernote-bs4.css" /> <link rel="stylesheet" href="vendor/codemirror/lib/codemirror.css" /> <link rel="stylesheet" href="vendor/codemirror/theme/monokai.css" /> </head> <body> <section class="body"> <!-- start: header --> <header class="header"> <?php include("includes/header.php"); ?> </header> <!-- end: header --> <div class="inner-wrapper"> <!-- start: sidebar --> <aside id="sidebar-left" class="sidebar-left"> <?php include("includes/leftSidebar.php") ?> </aside> <!-- end: sidebar --> <section role="main" class="content-body"> <header class="page-header"> <h2><i class="bx bx-user" aria-hidden="true"></i> Artists</h2> </header> <!-- start: page --> <div class="row"> <div class="col-lg-12"> <form id="form" action="artists_new2.php" method="post" class="form-horizontal"> <section class="card"> <header class="card-header"> <div class="card-actions"> <a href="#" class="card-action card-action-toggle" data-card-toggle></a> <a href="#" class="card-action card-action-dismiss" data-card-dismiss></a> </div> <h2 class="card-title">Create a new artist</h2> <p class="card-subtitle"> Please fill in all the fields. </p> </header> <div class="card-body"> <div class="form-group row pb-3"> <label class="col-sm-3 control-label text-sm-end pt-2">Name <span class="required">*</span></label> <div class="col-sm-9"> <input type="text" name="name" class="form-control" placeholder="Name" required/> </div> </div> <div class="form-group row pb-3"> <label class="col-sm-3 control-label text-sm-end pt-2">Surname <span class="required">*</span></label> <div class="col-sm-9"> <input type="text" name="surname" class="form-control" placeholder="Surname" required/> </div> </div> <div class="form-group row pb-3"> <label class="col-sm-3 control-label text-sm-end pt-2">Year of birth </label> <div class="col-sm-9"> <input type="text" name="birth" class="form-control" placeholder="yyyy" /> </div> </div> <div class="form-group row pb-3"> <label class="col-sm-3 control-label text-sm-end pt-2">Year of death </label> <div class="col-sm-9"> <input type="text" name="death" class="form-control" placeholder="yyyy" /> </div> </div> <div class="form-group row pb-3"> <label class="col-lg-3 control-label text-lg-end pt-2">Description</label> <div class="col-lg-9"> <textarea id="summernote" class="summernote" name="cdescription" data-plugin-summernote data-plugin-options='{ "height": 180, "codemirror": { "theme": "ambiance" } }'></textarea> <!-- <div class="summernote" name="cdescription" data-plugin-summernote data-plugin-options='{ "height": 180, "codemirror": { "theme": "ambiance" } }'></div> --> </div> </div> </div> <!-- End card body --> <footer class="card-footer"> <div class="row justify-content-end"> <div class="col-sm-9"> <button class="btn btn-primary">Submit</button> <button type="reset" class="btn btn-default">Reset</button> </div> </div> </footer> </section> </form> </div> </div> <!-- end: page --> </section> </div> </section> <!-- Vendor --> <script src="vendor/jquery/jquery.js"></script> <script src="vendor/jquery-browser-mobile/jquery.browser.mobile.js"></script> <script src="vendor/popper/umd/popper.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="vendor/bootstrap-datepicker/js/bootstrap-datepicker.js"></script> <script src="vendor/common/common.js"></script> <script src="vendor/nanoscroller/nanoscroller.js"></script> <script src="vendor/magnific-popup/jquery.magnific-popup.js"></script> <script src="vendor/jquery-placeholder/jquery.placeholder.js"></script> <!-- Specific Page Vendor --> <script src="vendor/select2/js/select2.js"></script> <script src="vendor/codemirror/lib/codemirror.js"></script> <script src="vendor/codemirror/addon/selection/active-line.js"></script> <script src="vendor/codemirror/addon/edit/matchbrackets.js"></script> <script src="vendor/codemirror/mode/javascript/javascript.js"></script> <script src="vendor/codemirror/mode/xml/xml.js"></script> <script src="vendor/codemirror/mode/htmlmixed/htmlmixed.js"></script> <script src="vendor/codemirror/mode/css/css.js"></script> <script src="vendor/summernote/summernote-bs4.js"></script> <script src="vendor/bootstrap-maxlength/bootstrap-maxlength.js"></script> <script src="vendor/ios7-switch/ios7-switch.js"></script> <!-- Theme Base, Components and Settings --> <script src="js/theme.js"></script> <!-- Theme Custom --> <script src="js/custom.js"></script> <!-- Theme Initialization Files --> <script src="js/theme.init.js"></script> <!-- Examples --> <script src="js/examples/examples.advanced.form.js"></script> </body> </html>
Upload File
Create Folder