Beispiel #1
0
	<!--[if lte IE 7]>
	<link href="<?php 
print $this->request->getBaseUrlPath();
?>
/viewer.css" media="screen" rel="stylesheet" type="text/css" />
	<link href="<?php 
print $this->request->getBaseUrlPath();
?>
/plain.css" media="screen" rel="stylesheet" type="text/css" />
	<![endif]-->
	<link rel="stylesheet" href="<?php 
print $this->request->getBaseUrlPath();
?>
/js/jquery/jquery-tileviewer/jquery.tileviewer.css" type="text/css" media="screen" />
<?php 
print JavascriptLoadManager::getLoadHTML($this->request->getBaseUrlPath());
?>
	<script type="text/javascript">
		 jQuery(document).ready(function() {
			jQuery('#quickSearch').searchlight('<?php 
print $this->request->getBaseUrlPath();
?>
/index.php/Search/lookup', {showIcons: false, searchDelay: 100, minimumCharacters: 3, limitPerCategory: 3});
		});
		// initialize CA Utils
			caUI.initUtils();
	</script>
</head>
<body>
		<div id="topBar">
		<?php