• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List
  • Globals

cms/templates/jack/index.php

Go to the documentation of this file.
00001 <?php
00002 if(!defined('__PRAGYAN_CMS'))
00003 { 
00004         header($_SERVER['SERVER_PROTOCOL'].' 403 Forbidden');
00005         echo "<h1>403 Forbidden<h1><h4>You are not authorized to access the page.</h4>";
00006         echo '<hr/>'.$_SERVER['SERVER_SIGNATURE'];
00007         exit(1);
00008 }
00009 ?>
00010 <!-- Created By Jack (chakradarraju@gmail.com) -->
00011 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
00012 <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
00013 <head>
00014 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
00015 <meta name="description" content="<? echo $SITEDESCRIPTION ?>" />
00016 <meta name="keywords" content="<? echo $SITEKEYWORDS ?>" /> 
00017 <title><?php echo $TITLE; ?></title>
00018 <link rel="stylesheet" type="text/css" href="<? echo $TEMPLATEBROWSERPATH; ?>/../common/error.css" />
00019 <link rel="stylesheet" type="text/css" href="<? echo $TEMPLATEBROWSERPATH; ?>/../common/adminui.css" />
00020 <link rel="stylesheet" type="text/css" href="<? echo $TEMPLATEBROWSERPATH; ?>/index.css" media="all" />
00021 <?global $urlRequestRoot;       global $PAGELASTUPDATED;
00022 if($PAGELASTUPDATED!="")
00023         echo '<meta http-equiv="Last-Update" content="'.substr($PAGELASTUPDATED,0,10).'" />'."\n";
00024 ?>
00025 </head>
00026 <body onload="<? echo $STARTSCRIPTS;?>">
00027 
00028     <div id="framecontent">
00029       <div class="innertube">
00030         <img src = "<?php echo $TEMPLATEBROWSERPATH; ?>/site-logo.png">
00031         <?php echo $MENUBAR; ?>
00032        </div>
00033     </div>
00034   
00035     <div id="hframecontent">
00036       <div class="innertube"></div>
00037         <div id="hmenu">
00038                                 <? echo $ACTIONBARMODULE;?>
00039                                 <? echo $ACTIONBARPAGE;?>
00040         </div>
00041     </div>
00042   
00043     <div id="maincontent">
00044       <div class="bcenvelope">
00045               <? echo $BREADCRUMB; ?>
00046       </div>
00047       <div class="innertube">
00048               <? echo $INFOSTRING;?>
00049                   <? echo $WARNINGSTRING;?>
00050                   <? echo $ERRORSTRING;?>
00051                   <? echo $CONTENT; ?>
00052                 <br class="clearFloat" />
00053                         <div id="footer">
00054                                 <? echo $FOOTER; ?>
00055                         </div>
00056       </div>
00057     </div>
00058 
00059 
00060 
00061 </body>
00062 </html>

Generated on Sun Jan 2 2011 04:55:32 for Pragyan CMS by  doxygen 1.7.1