Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 3 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 3 Revision 14
Zeile 1... Zeile 1...
1
<?php /* Smarty version 2.6.16, created on 2007-01-17 14:39:22
1
<?php /* Smarty version 2.6.16, created on 2007-01-18 14:22:28
2
         compiled from header.tpl */ ?>
2
         compiled from header.tpl */ ?>
3
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
3
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'default', 'header.tpl', 16, false),)), $this); ?>
4
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'default', 'header.tpl', 33, false),)), $this); ?>
5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6
<html>
6
<html>
7
	<head>
7
	<head>
8
		<title><?php echo $this->_tpl_vars['title']; ?>
8
		<title><?php echo $this->_tpl_vars['title']; ?>
9
</title>
9
</title>
10
		<link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon">
10
		<link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon">
11
		<link rel="stylesheet" href="./styles/Standard.css" type="text/css">
11
		<link rel="stylesheet" href="./styles/Standard.css" type="text/css">
12
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
12
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
13
		<?php echo '
13
		<?php echo '
-
 
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>
14
		'; ?>
31
		'; ?>
Zeile 15... Zeile 32...
15
 
32
 
16
	</head>
33
	</head>
17
	<?php if (isset ( $this->_tpl_vars['focus'] )): ?>
34
	<?php if (isset ( $this->_tpl_vars['focus'] )): ?>