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
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> </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&layout=standard&show_faces=false&width=200&action=like&colorscheme=light&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
00156
00157
00158
00159
00160
00161
00162
00163
00164
00165
00166
00167
00168
00169
00170
00171
00172
00173
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183
00184
00185
00186
00187
00188
00189
00190
00191
00192
00193
00194
00195
00196
00197
00198
00199
00200
00201
00202
00203
00204
00205
00206
00207
00208
00209
00210
00211
00212
00213
00214
00215
00216
00217
00218
00219
00220 ?>
00221 </body>
00222 </html>