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

cms/templates/pragyan2011/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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
00011 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
00012 <head>
00013     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
00014 
00015     <title><?php echo  $TITLE; ?></title>
00016     <meta name="description" content="<?php echo $SITEDESCRIPTION ?>" />
00017     <meta name="keywords" content="<?php echo $SITEKEYWORDS ?>" /> 
00018         <?php global $urlRequestRoot;   global $PAGELASTUPDATED;
00019         if($PAGELASTUPDATED!="")
00020                 echo '<meta http-equiv="Last-Update" content="'.substr($PAGELASTUPDATED,0,10).'" />'."\n";
00021         ?>
00022     <link rel="index" href="./" title="Home" />
00023     <link rel="stylesheet" type="text/css" href="<?php echo  $TEMPLATEBROWSERPATH; ?>/styles/layout.css" />
00024     <link rel="stylesheet" type="text/css" href="<?php echo  $TEMPLATEBROWSERPATH; ?>/styles/main.css" />
00025     <link rel="stylesheet" type="text/css" href="<?php echo  $TEMPLATEBROWSERPATH; ?>/styles/menu.css" />
00026     <link rel="stylesheet" type="text/css" href="<?php echo  $TEMPLATEBROWSERPATH; ?>/styles/countdown.css" />
00027  <link rel="stylesheet" type="text/css" href="<?php echo  $TEMPLATEBROWSERPATH; ?>/../common/adminui.css" />
00028  <link rel="stylesheet" type="text/css" href="<?php echo  $TEMPLATEBROWSERPATH; ?>/../common/other.css" />
00029 
00030  <link rel="stylesheet" type="text/css" href="<?php echo  $TEMPLATEBROWSERPATH; ?>/../common/error.css" />
00031 
00032     
00033     <script language="javascript" type="text/javascript" src="<?php echo  $TEMPLATEBROWSERPATH; ?>/scripts/jquery-latest.js" ></script>
00034     <script language="javascript" type="text/javascript" src="<?php echo  $TEMPLATEBROWSERPATH; ?>/scripts/jquery.lwtCountdown-1.0.js" ></script>
00035     <script type="text/javascript" src="<?php echo $TEMPLATEBROWSERPATH; ?>/scripts/jquery.utils.min.js"></script>
00036         <script language="javascript" type="text/javascript">
00037                 //defined here for use in javascript
00038                 var templateBrowserPath = "<?php echo $TEMPLATEBROWSERPATH ?>";
00039                 var urlRequestRoot = "<?php echo $urlRequestRoot?>";
00040         </script>
00041         <script src="<?php echo $TEMPLATEBROWSERPATH;?>/scripts/menu.js" type="text/javascript"></script>
00042         <script src="<?php echo $TEMPLATEBROWSERPATH;?>/scripts/countdown.js" type="text/javascript"></script>
00043 </head>
00044 
00045 <body onload="<?php echo $STARTSCRIPTS; ?>">
00046 
00047 <div class="outercontainer">
00048         <div class="innercontainer">
00049         <div class="menucontainer">
00050                         <?php echo $MENUBAR; ?>
00051         </div> 
00052                         
00053                 <div id="header">
00054                 <a href="./"> <img src="<?php echo $TEMPLATEBROWSERPATH;?>/images/header.jpg" alt="Pragyan 2010" /> </a>
00055                 </div>
00056         <div class="contentcontainer">
00057                 <div id="actionbar" class="cont">
00058                         <?php echo $ACTIONBARPAGE ."<div>&nbsp; </div>". $ACTIONBARMODULE; ?>
00059                 </div>
00060                 <div class="clearer"></div>
00061                 <div class="contentinnertube">
00062                         <div id="leftContent">
00063                                 <div id="quicklinks">
00064                                 <table border="1" cellspacing="0" cellpadding="7.5">
00065                                 <tr><td><a href="./+login"><img id="userLog" src="<?php echo $TEMPLATEBROWSERPATH;?>/images/icons/login.jpg" alt="Login" title="Login" /></a></td></tr>
00066                                 <tr><td><a href="<?php echo $urlRequestRoot; ?>/home/contacts"><img src="<?php echo $TEMPLATEBROWSERPATH;?>/images/icons/contactus.jpg" alt="Contacts" title="Contacts" /></a></td></tr>
00067                                 <tr><td><a href="http://www.facebook.com/pragyan.nitt"><img src="<?php echo $TEMPLATEBROWSERPATH;?>/images/icons/facebook.jpg" alt="Pragyan @ Facebook" title="Pragyan @ Facebook" /></a></td></tr>
00068                                 
00069                                 </table>
00070                                 </div>
00071                         </div>
00072                         <div id="rightContent">
00073                                 <div id="right1" class="cont">
00074                                         <!-- Countdown dashboard start -->
00075                                         <div id="countdown_dashboard">
00076                                                 <div class="dash weeks_dash">
00077                                                         <span class="dash_title">weeks</span>
00078                                                         <div class="digit">0</div>
00079                                                         <div class="digit">0</div>
00080                                                 </div>
00081 
00082                                                 <div class="dash days_dash">
00083                                                         <span class="dash_title">days</span>
00084                                                         <div class="digit">0</div>
00085                                                         <div class="digit">0</div>
00086                                                 </div>
00087 
00088                                                 <div class="dash hours_dash">
00089                                                         <span class="dash_title">hours</span>
00090                                                         <div class="digit">0</div>
00091                                                         <div class="digit">0</div>
00092                                                 </div>
00093 
00094                                                 <div class="dash minutes_dash">
00095                                                         <span class="dash_title">minutes</span>
00096                                                         <div class="digit">0</div>
00097                                                         <div class="digit">0</div>
00098                                                 </div>
00099 
00100                                                 <div class="dash seconds_dash">
00101                                                 <span class="dash_title">seconds</span>
00102                                                         <div class="digit">0</div>
00103                                                         <div class="digit">0</div>
00104                                                 </div>
00105 
00106                                         </div>
00107                                         <!-- Countdown dashboard end -->
00108                                         <h4 id='countdown'>... before Pragyan 2011</h1>
00109                                 </div>
00110                                  <script language="javascript" type="text/javascript">
00111                                         jQuery(document).ready(function() {
00112                                                 $('#countdown_dashboard').countDown({
00113                                                         targetDate: {
00114                                                                 'day':          18,
00115                                                                 'month':        2,
00116                                                                 'year':         2011,
00117                                                                 'hour':         5,
00118                                                                 'min':          0,
00119                                                                 'sec':          0
00120                                                         }
00121                                                 });
00122                                 
00123                         
00124                                         });
00125                                 </script>
00126 <!-- facebook like button -->
00127 <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpragyan.nitt&amp;layout=standard&amp;show_faces=false&amp;width=200&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; margin: 10px;overflow:hidden; width:200px; height:55px;" allowTransparency="true"></iframe>              
00128 <!--            <div id="right2" class="cont">
00129                                         <h3>Links</h3>
00130                                         Facebook<br />
00131                                         Twitter
00132                                 </div> -->
00133                         </div>
00134                         <div id="centerContent" class="cont">
00135                                 <div id="content">
00136                                         <?php echo $INFOSTRING; ?>
00137                                         <?php echo $ERRORSTRING; ?>
00138                                         <?php echo $CONTENT; ?>
00139                                 </div>
00140                         </div>
00141                         <div id="footerContent" class="cont"> <?php echo $FOOTER; ?> </div>
00142                 </div>
00143                 <div class="clearer"></div>
00144                 
00145         </div>
00146         
00147     </div>
00148 </div>
00149 
00150 
00151 
00152 <?php 
00153 /*
00154 
00155 <!-- Main -->
00156 <div id="main" class="box">
00157 
00158     <!-- Header -->
00159     <div id="header">
00160         <!-- Logotyp -->
00161         <h1 id="logo"><?php echo  $TITLE; ?></h1>
00162       
00163     </div> <!-- /header -->
00164 
00165     <!-- Page (2 columns) -->
00166     <div id="page" class="box">
00167     <div id="page-in" class="box">
00168         <div id="strip" class="box noprint">
00169             <!-- Breadcrumbs -->
00170             <div id="breadcrumbs">
00171                         <?php echo  $BREADCRUMB; ?>
00172 
00173                                 <?php echo $ACTIONBARPAGE;?>
00174                                 <?php echo $ACTIONBARMODULE;?>
00175             </div>
00176             <hr class="noscreen" />
00177             
00178         </div> <!-- /strip -->
00179 
00180         <!-- Content -->
00181         <div id="content">
00182 
00183             <!-- Article -->
00184             <div class="article">
00185               <?php echo $INFOSTRING;?>
00186                   <?php echo $WARNINGSTRING;?>
00187                   <?php echo $ERRORSTRING;?>
00188                   <?php echo  $CONTENT; ?>
00189             </div> <!-- /article -->
00190         </div> <!-- /content -->
00191 
00192         <!-- Right column -->
00193         <div id="col" class="noprint">
00194             <div id="col-in">
00195                 <!-- Category -->
00196                                 <?php echo $MENUBAR;?>
00197 
00198                                 <hr class="noscreen" />
00199                                 <h3><span>Links</span></h3>
00200                                 <ul id="links">
00201                                         <li><a href="http://www.sourceforge.net/projects/pragyan">Pragyan CMS Project</a></li>
00202                                         <li><a href="http://www.pragyan.org">Pragyan Festival</a></li>
00203                                         <li><a href="http://www.nitt.edu">NIT Trichy</a></li>
00204                                 </ul>
00205                                 <hr class="noscreen"/>
00206             </div> <!-- /col-in -->
00207         </div> <!-- /col -->
00208     </div> <!-- /page-in -->
00209     </div> <!-- /page -->
00210 
00211     <!-- Footer -->
00212     <div id="footer">
00213         <div id="top" class="noprint"><p><span class="noscreen">Back to top</span> <a href="#header" title="Back to top ^">^<span></span></a></p></div>
00214         <hr class="noscreen" />
00215         <p id="copyright"><?php echo $FOOTER; ?></p>
00216     </div> <!-- /footer -->
00217 
00218 </div> <!-- /main -->
00219 */
00220 ?>
00221 </body>
00222 </html>

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