Viewing file:      v_header_js.php (1.58 KB)      -rwxr-xr-x Select action/file-type:    (+) |   (+) |   (+) | Code (+) | Session (+) |   (+) | SDB (+) |   (+) |   (+) |   (+) |   (+) |   (+) |
 
<?php
 ini_set("memory_limit", $this->config->item('rg_memory_limit'));
 ?>
 <!--
 /**
  * System in Educational Enterprise Resource Planning System
  *
  * LICENSE
  *
  * This source file is subject to the GPL license that is bundled
  * with this package in the file licence.txt.
  *
  * @package        System in Educational Enterprise Resource Planning System
  * @subpackage    Registration System
  * @copyright      Copyright (C) 2011 by Information System Engineering Research Labolatory, Burapha University
                 http://iserl.buu.ac.th
                 iserl.callcenter@gmail.com
  * @license        http://cvs.buu.ac.th/mis/license.php GNU GPL v1
  * @author         Information System Engineering Research Labolatory, Burapha University
  *
  *
  */
 -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <?php echo link_tag('css/rg_css.css');?>
 <style type="text/css">
 .error{
     color:<?php echo $font_color_err;?>;
 }
 .fontT{
     color:<?php echo $font_color_table;?>;
 }
 .tr_color_even{
     color:<?php echo $tr_color_even;?>;
 }
 table.headCol th {
     background-color: <?php echo $table_color_even;?>;
     color:<?php echo $font_color_table;?>;
 }
 </style>
 <script type="text/javascript" src="<?php echo base_url();?>js/jQuery-1.5.js"></script>
 <script type="text/javascript" src="<?php echo base_url();?>js/info_js.js"></script>
 <script type="text/javascript" src="<?php echo base_url();?>js/rg_js.js"></script>
 <script type="text/javascript" src="<?php echo base_url();?>calendar/calendarDateInput.js"></script>
 <script type="text/javascript" src="<?php echo base_url();?>js/modal_js.js"></script>
  |