| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/View/Elements/ |
Upload File : |
<?php
echo $this->Html->meta('icon');
echo $this->Html->css( array(
'bootstrap',
'bootstrap-theme.min',
'bootstrap-datepicker',
// 'mediaelementplayer.min.css',
'style',
'option'
));
echo $this->fetch('css');
?>
<script>
// one global var for our app. anything needs to be global should put in our namespace
// ideally should be like HRR.Config.baseUrl but maybe it's too long :/
var HRR = {};
HRR.baseUrl = '<?php echo $this->webroot;?>';
</script>
<?php
echo $this->Html->script( array(
'jquery-1.11.0.min',
'modernizr',
'bootstrap.min',
'bootstrap-datepicker',
'jquery.validate.min',
'additional-methods.min',
'underscore',
// 'mediaelement-and-player.min.js',
'http://jwpsrv.com/library/ocEqeKYAEeO34yIACrqE1A.js',
'script'
));
// this is for additionnal scripts that should be loaded on certain pages only (for example highlight map)
echo $this->fetch('script');
?>