PHP Classes

File: WIAdmin/WIInc/site/header/header.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIInc/site/header/header.php   Download  
File: WIAdmin/WIInc/site/header/header.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 1,048 bytes
 

Contents

Class file image Download
<style type="text/css">
  #header_content{
        width: 30%;
    margin-top: 20px;
  }

  #header_slogan{
        margin-top: -54px;
  }

  #wiupload{
        margin-top: -68px;
    margin-left: 44px;
  }
</style>
                  
                      <div id="legend">
                        <legend class="">Header Settings</legend>
                      </div>

                        <?php $web->MainHeader(); ?>
<h4 id='loading' >loading..</h4>
<div id="message"></div>

                     

 
                      <div class="control-group form-group">
                        <!-- Button -->
                        <div class="controls col-lg-offset-4 col-lg-8">
                           <button id="header_settings" class="btn btn-success">Save</button>
                        </div>
                      </div>

                      <div class="results" id="results"></div>
                  </form>

  <script type="text/javascript" src="WICore/WIJ/jquery.ajaxfileupload.js"></script>