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

cms/modules/form/calendar/calendar.php

Go to the documentation of this file.
00001 <?
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 global $sourceFolder;
00010 global $moduleFolder;
00011 global $urlRequestRoot;
00012 $calpath="$sourceFolder/$moduleFolder";
00013 ?>
00014 <link rel="stylesheet" type="text/css" media="all" href="<?=$calpath?>/calendar.css" title="Aqua"" />
00015 <script type="text/javascript" src="<?=$calpath?>/calendar.js"></script>
00016 <b>Date #1:</b> <input type="text" name="date1" id="sel1" size="30"><input type="reset" value=" ... " onclick="return showCalendar('sel1', '%a, %b %e, %Y [%I:%M %p]', '12', true);"> %a, %b %e, %Y [%I:%M %p]-- single click<br />

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