PHP Classes

File: WIAdmin/WIInc/newpage.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/newpage.php   Download  
File: WIAdmin/WIInc/newpage.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change: WI CMS

I am in process of building up my own cms system, its not quiet complete
yet.
There are multiple PDO classes, database driven, in process of making an
installer package for it.
The back end is being built UI with drag and drop, for a simple set up
Date: 6 years ago
Size: 1,391 bytes
 

Contents

Class file image Download
<!-- Right side column. Contains the navbar and content of the page -->
            <aside class="right-side">
                <!-- Content Header (Page header) -->
                <section class="content-header">
                    <h1>
                        New Page
                        <small>Control panel</small>
                    </h1>
                    <ol class="breadcrumb">
                        <li><a href="dashboard.php"><i class="fa fa-dashboard"></i> Home</a></li>
                        <li class="active">New Page</li>
                    </ol>
                </section>

                <!-- Main content -->
                <section class="content">
                <div class="row">
                    <div class="container">
                        <div class="col-lg-12">
                            Page Name:<input type="text" name="newpage" id="page_title">
                        </div>
                         <div class="col-lg-12">
                             <button id="newpage" class="btn btn-success">Save</button>
                        </div>
                    </div>
                </div>
                 
                </section><!-- /.content -->
            </aside><!-- /.right-side -->
        </div><!-- ./wrapper -->
       
        <script type="text/javascript" src="WICore/WIJ/WIPages.js"></script>