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

cms/templates/blue_banks/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 MOHNISH PRASANNA FOR PRAGYAN CMS -->
00011 
00012 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
00013 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
00014 <head>
00015     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
00016     <title><? echo  $TITLE; ?></title>
00017     <meta name="description" content="<? echo $SITEDESCRIPTION ?>" />
00018     <meta name="keywords" content="<? echo $SITEKEYWORDS ?>" /> 
00019         <?global $urlRequestRoot;       global $PAGELASTUPDATED;
00020         if($PAGELASTUPDATED!="")
00021                 echo '<meta http-equiv="Last-Update" content="'.substr($PAGELASTUPDATED,0,10).'" />'."\n";
00022         ?>
00023     <link rel="index" href="./" title="Home" />
00024     <link rel="stylesheet" media="screen,projection" type="text/css" href="<? echo  $TEMPLATEBROWSERPATH; ?>/css/main.css" />
00025     <link rel="stylesheet" media="print" type="text/css" href="<? echo  $TEMPLATEBROWSERPATH; ?>/css/print.css" />
00026     <link rel="stylesheet" media="aural" type="text/css" href="<? echo  $TEMPLATEBROWSERPATH; ?>/css/aural.css" />
00027     <link rel="stylesheet" type="text/css" href="<? echo  $TEMPLATEBROWSERPATH; ?>/css/other.css" />
00028     <link rel="stylesheet" type="text/css" href="<? echo  $TEMPLATEBROWSERPATH; ?>/../common/error.css" />
00029     <link rel="stylesheet" type="text/css" href="<? echo  $TEMPLATEBROWSERPATH; ?>/css/adminui.css" />
00030     <link rel="stylesheet" type="text/css" href="<? echo  $TEMPLATEBROWSERPATH; ?>/css/admin.css" />
00031     
00032         <script type="text/javascript" src="<? echo  $TEMPLATEBROWSERPATH; ?>/jquery.js"></script>
00033         <script language="javascript" type="text/javascript">
00034                 $(document).ready(function()
00035                 {
00036                         $(".cms-links-menuitem").hide();
00037                         $(".cms-links-menuhead").click(function()
00038                                 {
00039                                         $(".cms-links-menuitem").slideToggle("fast");
00040                                  });
00041                 });
00042                 //defined here for use in javascript
00043                 var templateBrowserPath = "<? echo $TEMPLATEBROWSERPATH ?>";
00044                 var urlRequestRoot = "<? echo $urlRequestRoot?>";
00045         </script>
00046 </head>
00047 
00048 <body<? echo " style=\"background-image:url(" . $TEMPLATEBROWSERPATH . "/design/blue.jpg);\""; ?>>
00049 <div align="center" id="full">
00050 <div id="main" align="center">
00051         
00052         <div id="header">
00053                 <h2><? echo  $TITLE; ?></h2>
00054         </div>
00055         <div class="navigationbar">
00056                 <div id="actionbarmodule">
00057                         <? echo $ACTIONBARMODULE;?>
00058                 </div>
00059                 <div id="actionbar">
00060                         <? echo $ACTIONBARPAGE;?>
00061                 </div>
00062         </div>
00063         <table id="contents" cellspacing="0px" cellpadding="0px"><tr>
00064         <td id="sidebar">
00065                 <? echo $MENUBAR;?>
00066                 
00067                 <div class="cms-links-menuhead" title="click to see/hide the links">Links<br/>(Click to view/hide)</div>
00068                 <a href="http://www.sourceforge.net/projects/pragyan"><div class="cms-links-menuitem">Pragyan CMS Project</div></a>
00069                 <a href="http://www.pragyan.org"><div class="cms-links-menuitem">Pragyan Festival</div></a>
00070                 <a href="http://www.nitt.edu"><div class="cms-links-menuitem">NIT Trichy</div></a>
00071         </td>   
00072         <td>
00073                 <div class="article">
00074                   <? echo $INFOSTRING;?>
00075                   <? echo $WARNINGSTRING;?>
00076                   <? echo $ERRORSTRING;?>
00077                   <? echo  $CONTENT; ?>
00078                 </div> <!-- /article -->
00079         </td></tr></table>
00080 </div>
00081         <div id="footer" align="center">
00082                 <? echo $FOOTER; ?>
00083         </div>
00084 </div>
00085 
00086 
00087 
00088 </body>
00089 </html>

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