| 21 |
lars |
1 |
<?php /* Smarty version 2.6.16, created on 2007-01-18 15:57:43
|
| 1 |
lars |
2 |
compiled from header.tpl */ ?>
|
|
|
3 |
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
| 14 |
lars |
4 |
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'default', 'header.tpl', 33, false),)), $this); ?>
|
| 1 |
lars |
5 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
6 |
<html>
|
|
|
7 |
<head>
|
|
|
8 |
<title><?php echo $this->_tpl_vars['title']; ?>
|
|
|
9 |
</title>
|
|
|
10 |
<link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
|
|
11 |
<link rel="stylesheet" href="./styles/Standard.css" type="text/css">
|
|
|
12 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
13 |
<?php echo '
|
| 14 |
lars |
14 |
<script type="text/javascript" language="javascript">
|
|
|
15 |
function check_termine_form()
|
|
|
16 |
{
|
|
|
17 |
var f_id=document.termine.f_id.value;
|
|
|
18 |
var an_id=document.termine.an_id.value;
|
|
|
19 |
if (an_id==-1)
|
|
|
20 |
{
|
|
|
21 |
window.alert("Bitte einen Arbeitnehmer auswählen!");
|
|
|
22 |
return false;
|
|
|
23 |
}
|
|
|
24 |
if (f_id==-1)
|
|
|
25 |
{
|
|
|
26 |
window.alert("Bitte eine Firma auswählen!");
|
|
|
27 |
return false;
|
|
|
28 |
}
|
|
|
29 |
}
|
|
|
30 |
</script>
|
| 1 |
lars |
31 |
'; ?>
|
|
|
32 |
|
|
|
33 |
</head>
|
|
|
34 |
<?php if (isset ( $this->_tpl_vars['focus'] )): ?>
|
|
|
35 |
<body onload="<?php echo $this->_tpl_vars['focus']; ?>
|
|
|
36 |
.focus();">
|
|
|
37 |
<?php else: ?>
|
|
|
38 |
<body>
|
|
|
39 |
<?php endif; ?>
|
|
|
40 |
<h1><?php echo ((is_array($_tmp=@$this->_tpl_vars['h1'])) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['title']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['title'])); ?>
|
|
|
41 |
</h1>
|