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

cms/templates/nitt09/sidebar.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 <?php
00011 global $SIDEBARCONTENT;
00012 $date = date("D d M y, h:ia");
00013 $date .= " IST";
00014 $SIDEBARCONTENT = '<div id="sidebardate">'.$date.'</div>
00015                 <div class="quicklinks">
00016                                 <h6>Quick Links</h6>                            
00017                                 <ul>
00018                                         <li><a href="/icsr/teqip">TEQIP</a></li>
00019 
00020                                         <li><a href="http://connectnit.org" target="_blank">Connect NIT</a></li>
00021                                         <li><a href="/students/facilitiesnservices">Facilities And Services</a></li>
00022                                         <li><a href="academics/departments">Departments</a></li>
00023                                         <li><a href="/icsr/teqip/visitingprof">Visiting Proffesors Under TEQIP</a></li>
00024                                         <li>Achievements</li>
00025                                 </ul>
00026 
00027                         </div>
00028                         <div class="quicklinks">
00029                                 <h6>Events @ NITT</h6>                          
00030                                 <ul>' .
00031                                                 '<li><a href=""></a></li>
00032                                 </ul>
00033                         </div>
00034 
00035 ';
00036 ?>
00037                 
00038 

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