示例#1
0
?>
<link id="CI_elapsed_time" href="<?php 
echo $this->benchmark->elapsed_time();
?>
" />
<?php 
if (!empty($_styles)) {
    echo $_styles;
}
echo template_script_tag_relative(__FILE__, 'jquery-1.7.min.js') . "\n";
echo template_script_tag_relative(__FILE__, 'common.js') . "\n";
echo template_script_tag_relative(__FILE__, 'soundcloudsdk.js') . "\n";
echo template_script_tag_relative(__FILE__, 'soundcloudapi.js') . "\n";
echo "<script type=\"text/javascript\" src=\"https://maps.googleapis.com/maps/api/js?key=" . $this->config->item('google_maps_key') . "\"></script>" . "\n";
echo template_script_tag_relative(__FILE__, 'yepnope.1.5.3-min.js') . "\n";
echo template_script_tag_relative(__FILE__, 'yepnope.css.js') . "\n";
if (!empty($_scripts)) {
    echo $_scripts;
}
if (!$mode && !empty($style)) {
    echo '<style>' . "\n";
    echo $style . "\n";
    echo '</style>' . "\n";
}
if (!$mode && !empty($js)) {
    echo '<script>' . "\n";
    echo $js . "\n";
    echo '</script>' . "\n";
}
?>
</head>
示例#2
0
<link id="sysroot" href="<?php 
echo confirm_slash(base_url());
?>
" />
<?php 
if (!empty($_meta)) {
    echo $_meta . "\n";
}
echo template_link_tag_relative(__FILE__, 'jquery-ui-1.8.12.custom.css') . "\n";
echo template_link_tag_relative(__FILE__, 'admin.css') . "\n";
if (!empty($_styles)) {
    echo $_styles;
}
echo template_script_tag_relative(__FILE__, 'jquery-1.7.min.js') . "\n";
echo template_script_tag_relative(__FILE__, 'jquery-ui-1.8.12.custom.min.js') . "\n";
echo template_script_tag_relative(__FILE__, 'admin.js') . "\n";
if (!empty($_scripts)) {
    echo $_scripts;
}
?>
</head>
<body>

<?php 
echo !empty($cover) ? $cover : '';
?>

<div class="system_wrapper">
	<div class="content">
	<?php 
echo $content;
示例#3
0
?>
" />
<link id="CI_elapsed_time" href="<?php 
echo $this->benchmark->elapsed_time();
?>
" />
<?php 
if (!empty($_styles)) {
    echo $_styles;
}
echo template_script_tag_relative(__FILE__, 'js/jquery-1.7.min.js') . "\n";
echo template_script_tag_relative(__FILE__, 'js/yepnope.1.5.3-min.js') . "\n";
echo template_script_tag_relative(__FILE__, 'js/yepnope.css.js') . "\n";
echo template_script_tag_relative(__FILE__, 'js/raphael-min.js') . "\n";
echo "<script type=\"text/javascript\" src=\"https://maps.googleapis.com/maps/api/js?key=" . $this->config->item('google_maps_key') . "\"></script>" . "\n";
echo template_script_tag_relative(__FILE__, 'js/html5shiv/dist/html5shiv.js') . "\n";
if (!empty($_scripts)) {
    echo $_scripts;
}
if (!$mode && !empty($style)) {
    echo '<style>' . "\n";
    echo $style . "\n";
    echo '</style>' . "\n";
}
if (!$mode && !empty($js)) {
    echo '<script>' . "\n";
    echo $js . "\n";
    echo '</script>' . "\n";
}
?>
</head>