Viewing file: v_header_js.php (1.58 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!-- /** * System in Management for information system * * LICENSE * * This source file is subject to the GPL license that is bundled * with this package in the file version_license.php. * * @package System in Management for information system * @subpackage Version control * @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/version_license.php GNU GPL v1 * @author Information System Engineering Research Labolatory, Burapha University * * */ --> <?php ini_set('memory_limit', '128M'); ?> <link rel="stylesheet" href="<?=base_url();?>css/jquery.treeview.css" /> <link rel="stylesheet" href="<?=base_url();?>css/ver_css.css" />
<script type="text/javascript" src="<?php echo base_url();?>js/jquery.cookie.js"></script> <script type="text/javascript" src="<?php echo base_url();?>js/jquery.treeview.js"></script> <script type="text/javascript" src="<?php echo base_url();?>js/demo.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();?>js/ver_js.js"></script> <script type="text/javascript" src="<?php echo base_url();?>js/tabChoose.js"></script> <script type="text/javascript" src="<?php echo base_url();?>js/calendarDateInput.js"></script> <script type="text/javascript" src="<?php echo base_url();?>js/activatables.js"></script>
|