Example #1
0
 private function loadJavaScripts()
 {
     $html = '<script type="text/javascript" src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>';
     $html .= '<script type="text/javascript" src="' . Configuration::getJSPath() . 'jquery-1.7.2.js"></script>';
     return $html;
 }
Example #2
0
<script src="<?php 
echo Configuration::getJSPath() . "jquery.highlight.js";
?>
"></script>
<script type="text/javascript">
	$(function() {
		<?php 
if (@$_GET['jobtitle'] != "") {
    ?>
		$('table').highlight('<?php 
    echo @$_GET['jobtitle'];
    ?>
');
		<?php 
}
?>
		<?php 
if (@$_GET['company'] != "") {
    ?>
		$('table').highlight('<?php 
    echo @$_GET['company'];
    ?>
');
		<?php 
}
?>
	});
</script>

<table width="100%">
	<tr>
Example #3
0
?>
" />
		<link href="/cm_files/30251_2670.ico" rel="shortcut icon"
			type="image/x-icon" />
		<link rel="stylesheet"
			href="<?php 
echo Configuration::getCSSPath() . "canadajobsgo.css";
?>
" />
		<link rel="stylesheet"
			href="<?php 
echo Configuration::getCSSPath() . "global.css";
?>
" />
		<script src="<?php 
echo Configuration::getJSPath() . "jquery-1.7.2.js";
?>
"></script>
	</head>
<body>

	<div id="holder">
		<table width="100%" cellpadding="0" cellspacing="0">
			<tr>
				<td>
					<img src="<?php 
echo Configuration::getURLPath() . "/logo.php?domain=" . $domains->retrieveTitleByDomainName(Core_URL::getDomain());
?>
"></td>
				<td><?php 
echo HTMLLayout::signIn();