コード例 #1
0
ファイル: pageHeader.php プロジェクト: ffarago/pawtucket2
	<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>

	<script type="text/javascript">window.caBasePath = '<?php 
print $this->request->getBaseUrlPath();
?>
';</script>
		
	<?php 
print MetaTagManager::getHTML();
?>
	<?php 
print AssetLoadManager::getLoadHTML($this->request);
?>

	<title><?php 
print ($vs_page_title = MetaTagManager::getWindowTitle()) ? $vs_page_title : "New School Archives : Digital Collections";
?>
</title>
	
	<!--NS design-->
	<script type="text/javascript" src="//use.typekit.net/cvi0qyc.js"></script>
	<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
	<!--end NS design-->

	<script type="text/javascript">
		jQuery(document).ready(function() {
    		jQuery('#browse-menu').on('click mouseover mouseout mousemove mouseenter hide.bs.dropdown',function(e) { e.stopPropagation(); });
    	});
	</script>
	<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
コード例 #2
0
ファイル: pageHeader.php プロジェクト: kai-iak/pawtucket2
	</script>
	
	<script type="text/javascript">window.caBasePath = '<?php 
print $this->request->getBaseUrlPath();
?>
';</script>

	<?php 
print MetaTagManager::getHTML();
?>
	<?php 
print AssetLoadManager::getLoadHTML($this->request);
?>

	<title><?php 
print MetaTagManager::getWindowTitle() ? MetaTagManager::getWindowTitle() : $this->request->config->get("app_display_name");
?>
</title>
	
	<script type="text/javascript">
		jQuery(document).ready(function() {
    		jQuery('#browse-menu').on('click mouseover mouseout mousemove mouseenter',function(e) { e.stopPropagation(); });
    	});
	</script>
<?php 
//
// Pull in JS and CSS for debug bar
//
if (Debug::isEnabled()) {
    $o_debugbar_renderer = Debug::$bar->getJavascriptRenderer();
    $o_debugbar_renderer->setBaseUrl(__CA_URL_ROOT__ . $o_debugbar_renderer->getBaseUrl());
コード例 #3
0
 *
 * This program is free software; you may redistribute it and/or modify it under
 * the terms of the provided license as published by Whirl-i-Gig
 *
 * CollectiveAccess is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTIES whatsoever, including any implied warranty of 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
 *
 * This source code is free and modifiable under the terms of 
 * GNU General Public License. (http://www.gnu.org/copyleft/gpl.html). See
 * the "license.txt" file for details, or visit the CollectiveAccess web site at
 * http://www.CollectiveAccess.org
 *
 * ----------------------------------------------------------------------
 */
if (!($vs_window_title = trim(MetaTagManager::getWindowTitle()))) {
    $va_breadcrumb = $this->getVar('nav')->getDestinationAsBreadCrumbTrail();
    if (is_array($va_breadcrumb) && sizeof($va_breadcrumb)) {
        $vs_window_title = array_pop($va_breadcrumb);
    }
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
	    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
		<meta http-equiv="Content-Style-Type" content="text/css" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>