prognose_kehl/templates/standard/erf_grundgehalt.html
2023-01-30 08:01:11 +01:00

923 lines
49 KiB
HTML
Executable File

{if $action == ''}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./templates/{$global_template}/css/styles_pc.php" type="text/css">
<title>{$e_grund_titel}</title>
<style>
select{
width: 250px;
}
#menu,
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu {
width: 700px auto;
margin: 0px auto;
border: 1px solid #222;
background-color: #00138C;
background-image: -moz-linear-gradient(#6487DC, #00138C);
background-image: -webkit-gradient(linear, left top, left bottom, from(#6487DC), to(#00138C));
background-image: -webkit-linear-gradient(#6487DC, #00138C);
background-image: -o-linear-gradient(#6487DC, #00138C);
background-image: -ms-linear-gradient(#6487DC, #00138C);
background-image: linear-gradient(#6487DC, #00138C);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}
#menu:before,
#menu:after {
content: "";
display: table;
}
#menu:after {
clear: both;
}
#menu {
zoom: 1;
}
#menu li {
float: left;
border-right: 1px solid #222;
-moz-box-shadow: 1px 0 0 #6487DC;
-webkit-box-shadow: 1px 0 0 #6487DC;
box-shadow: 1px 0 0 #6487DC;
position: relative;
}
#menu a {
float: left;
padding: 12px 30px;
color: #CCC;
text-transform: uppercase;
font: bold 12px Arial, Helvetica;
text-decoration: none;
text-shadow: 0 1px 0 #000;
}
#menu li:hover > a {
color: #fafafa;
}
*html #menu li a:hover {
/* IE6 only */
color: #fafafa;
}
#menu ul {
margin: 20px 0 0 0;
_margin: 0;
/*IE6 only*/
opacity: 0;
visibility: hidden;
position: absolute;
top: 38px;
left: 0;
z-index: 1;
background: #6487DC;
background: -moz-linear-gradient(#6487DC, #00138C);
background-image: -webkit-gradient(linear, left top, left bottom, from(#6487DC), to(#00138C));
background: -webkit-linear-gradient(#6487DC, #00138C);
background: -o-linear-gradient(#6487DC, #00138C);
background: -ms-linear-gradient(#6487DC, #00138C);
background: linear-gradient(#6487DC, #00138C);
-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#menu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
#menu ul ul {
top: 0;
left: 150px;
margin: 0 0 0 20px;
_margin: 0;
/*IE6 only*/
-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}
#menu ul li {
float: none;
display: block;
border: 0;
_line-height: 0;
/*IE6 only*/
-moz-box-shadow: 0 1px 0 #00138C, 0 2px 0 #666;
-webkit-box-shadow: 0 1px 0 #00138C, 0 2px 0 #666;
box-shadow: 0 1px 0 #00138C, 0 2px 0 #666;
}
#menu ul li:last-child {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu ul a {
padding: 10px;
width: 160px;
_height: 10px;
/*IE6 only*/
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}
#menu ul a:hover {
background-color: #0186ba;
background-image: -moz-linear-gradient(#04acec, #0186ba);
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
background-image: -webkit-linear-gradient(#04acec, #0186ba);
background-image: -o-linear-gradient(#04acec, #0186ba);
background-image: -ms-linear-gradient(#04acec, #0186ba);
background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
content: '';
position: absolute;
left: 40px;
top: -6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #6487DC;
}
#menu ul ul li:first-child a:after {
left: -6px;
top: 50%;
margin-top: -6px;
border-left: 0;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
border-right-color: #0299d3;
border-bottom-color: transparent;
}
#menu ul li:last-child > a {
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
/* Mobile */
#menu-trigger {
display: none;
}
@media screen and (max-width: 600px) {
/* nav-wrap */
#menu-wrap {
position: relative;
}
#menu-wrap * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* menu icon */
#menu-trigger {
display: block;
/* show menu icon */
height: 40px;
line-height: 40px;
cursor: pointer;
padding: 0 0 0 35px;
border: 1px solid #222;
color: #fafafa;
font-weight: bold;
background-color: #00138C;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -moz-linear-gradient(#6487DC, #00138C);
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -webkit-linear-gradient(#6487DC, #00138C);
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -o-linear-gradient(#6487DC, #00138C);
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -ms-linear-gradient(#6487DC, #00138C);
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#6487DC, #00138C);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}
/* main nav */
#menu {
margin: 0;
padding: 10px;
position: absolute;
top: 40px;
width: 100%;
z-index: 1;
background-color: #ffffff;
display: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu:after {
content: '';
position: absolute;
left: 25px;
top: -8px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #6487DC;
}
#menu ul {
position: static;
visibility: visible;
opacity: 1;
margin: 0;
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu ul ul {
margin: 0 0 0 20px !important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu li {
position: static;
display: block;
float: none;
border: 0;
margin: 5px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu ul li {
margin-left: 20px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#menu a {
display: block;
float: none;
padding: 0;
color: #999;
}
#menu a:hover {
color: #fafafa;
}
#menu ul a {
padding: 0;
width: auto;
}
#menu ul a:hover {
background: none;
}
#menu ul li:first-child a:after,
#menu ul ul li:first-child a:after {
border: 0;
}
}
@media screen and (min-width: 600px) {
#menu {
display: block !important;
}
}
/* iPad */
.no-transition {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
opacity: 1;
visibility: visible;
display: none;
}
#menu li:hover > .no-transition {
display: block;
}
</style>
<!-- Kalender Beginn // -->
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
<script type='text/javascript'>
{literal}
<!--
// Calendar callback. When a date is clicked on the calendar
// this function is called so you can do as you want with it
function calendarCallback(date, month, year, pos)
{
if(date<10){date='0'+date;}
if(month<10){month='0'+month;}
date_tag = date;
date_mon = month;
date_jahr = year;
document.getElementById('tag'+pos).value = date_tag;
document.getElementById('mon'+pos).value = date_mon;
document.getElementById('jahr'+pos).value = date_jahr;
}
// -->
{/literal}
</script>
<!-- Kalender Ende // -->
<script language='JavaScript' type='text/javascript'>
<!--
function start() {
showDiv(document.getElementById("besoldung"))
if (document.adm_anleg)
document.adm_anleg.atelier.focus();
return false;
}
//-->
</script>
</head>
<body onload="start();">
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
<tr>
<td>
<div align="center">
<table cellspacing="0" cellpadding="0" width="80%" border="0">
<tr>
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
<font class="hd">{$e_grund_titel} {$e_grund_jahrgang}</font><br>
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
</td>
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
</tr>
<tr>
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
<td>
<br>
<form action=?action=save method="POST" name="adm_anleg">
<fieldset>
<legend><b>Erfassung</b></legend>
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
<tr>
<td width="40%">
<b>{$e_grund_field_starttag}*</b>
</td>
<td width="60%">
<input type='text' name='tag1' id='tag1' value='{$e_grund_startdat_tag}' size=1>.<input type='text' name='mon1' id='mon1' value='{$e_grund_startdat_mon}' size=1>.<input type='text' name='jahr1' id='jahr1' value='{$e_grund_startdat_jahr}' size=3>
<script language='JavaScript' type='text/javascript'>
<!--
startdat = new dynCalendar('startdat', 'calendarCallback', './datepicker/images/', '', '1');
//-->
</script>
</td>
<tr>
<tr>
<td width="40%">
<b>{$e_grund_field_besoldung}*</b>
</td>
<td width="60%">
<select size="1" id='besoldung' name='besoldung' onchange="showDiv(this)">
<option value="W1" {if $e_grund_besoldung == 'W1'} selected {/if}>W1&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="W2" {if $e_grund_besoldung == 'W2'} selected {/if}>W2&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="W3" {if $e_grund_besoldung == 'W3'} selected {/if}>W3&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="C1" {if $e_grund_besoldung == 'C1'} selected {/if}>C1&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="C2" {if $e_grund_besoldung == 'C2'} selected {/if}>C2&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="C3" {if $e_grund_besoldung == 'C3'} selected {/if}>C3&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="C4" {if $e_grund_besoldung == 'C4'} selected {/if}>C4&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A9" {if $e_grund_besoldung == 'A9'} selected {/if}>A9&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A10" {if $e_grund_besoldung == 'A10'} selected {/if}>A10&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A11" {if $e_grund_besoldung == 'A11'} selected {/if}>A11&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A12" {if $e_grund_besoldung == 'A12'} selected {/if}>A12&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A13" {if $e_grund_besoldung == 'A13'} selected {/if}>A13&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A14" {if $e_grund_besoldung == 'A14'} selected {/if}>A14&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A15" {if $e_grund_besoldung == 'A15'} selected {/if}>A15&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="A16" {if $e_grund_besoldung == 'A16'} selected {/if}>A16&nbsp;&nbsp;&nbsp;&nbsp;</option>
</select>
</td>
</tr>
<tr>
<td width="40%">
<b>{$e_grund_field_stufe}</b>
</td>
<td width="60%">
<div id="hidden_divA" style="display:none;">
<select size="1" id='stufeA' name='stufeA'>
<option value="1" {if $e_grund_stufe == '1'} selected {/if}>1&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="2" {if $e_grund_stufe == '2'} selected {/if}>2&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="3" {if $e_grund_stufe == '3'} selected {/if}>3&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="4" {if $e_grund_stufe == '4'} selected {/if}>4&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="5" {if $e_grund_stufe == '5'} selected {/if}>5&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="6" {if $e_grund_stufe == '6'} selected {/if}>6&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="7" {if $e_grund_stufe == '7'} selected {/if}>7&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="8" {if $e_grund_stufe == '8'} selected {/if}>8&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="9" {if $e_grund_stufe == '9'} selected {/if}>9&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="10" {if $e_grund_stufe == '10'} selected {/if}>10&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="11" {if $e_grund_stufe == '11'} selected {/if}>11&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="12" {if $e_grund_stufe == '12'} selected {/if}>12&nbsp;&nbsp;&nbsp;&nbsp;</option>
</select>
</div>
<div id="hidden_divC" style="display:none;">
<select size="1" id='stufeC' name='stufeC'>
<option value="1" {if $e_grund_stufe == '1'} selected {/if}>1&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="2" {if $e_grund_stufe == '2'} selected {/if}>2&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="3" {if $e_grund_stufe == '3'} selected {/if}>3&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="4" {if $e_grund_stufe == '4'} selected {/if}>4&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="5" {if $e_grund_stufe == '5'} selected {/if}>5&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="6" {if $e_grund_stufe == '6'} selected {/if}>6&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="7" {if $e_grund_stufe == '7'} selected {/if}>7&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="8" {if $e_grund_stufe == '8'} selected {/if}>8&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="9" {if $e_grund_stufe == '9'} selected {/if}>9&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="10" {if $e_grund_stufe == '10'} selected {/if}>10&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="11" {if $e_grund_stufe == '11'} selected {/if}>11&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="12" {if $e_grund_stufe == '12'} selected {/if}>12&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="13" {if $e_grund_stufe == '13'} selected {/if}>13&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="14" {if $e_grund_stufe == '14'} selected {/if}>14&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="15" {if $e_grund_stufe == '15'} selected {/if}>15&nbsp;&nbsp;&nbsp;&nbsp;</option>
</select>
</div>
<script type="text/javascript">
function showDiv(select){
if(select.value=='A9'||select.value=='A10'||select.value=='A11'||select.value=='A12'||select.value=='A13'||select.value=='A14'||select.value=='A15'||select.value=='A16'){
document.getElementById('hidden_divA').style.display = "block";
document.getElementById('hidden_divC').style.display = "none";
}
if(select.value=='C1'||select.value=='C2'||select.value=='C3'||select.value=='C4'){
document.getElementById('hidden_divA').style.display = "none";
document.getElementById('hidden_divC').style.display = "block";
}
if(select.value=='W1'||select.value=='W2'||select.value=='W3'){
document.getElementById('hidden_divA').style.display = "none";
document.getElementById('hidden_divC').style.display = "none";
}
}
</script>
</td>
</tr>
<tr>
<td width="40%">
<b>{$e_grund_field_wert}*</b>
</td>
<td width="60%">
<input align="right" type="number" min="0.00" step="0.01" name="betrag" value="{$e_grund_betrag}"> &euro;
</td>
</tr>
<tr>
<td width="40%">
* = Pflichtfelder
</td>
<td width="60%">
&nbsp;
</td>
</tr>
</table>
<p align='center'>
<input type="submit" value="Speichern" name="B1">
</p>
</form>
</fieldset>
<br>
<fieldset>
<legend><b>Gespeicherte Werte für das Grundgehalt</b></legend>
<table border=0 width=100% cellspacing=0 cellpadding=0>
<tr>
<td align="left">
<nav id="menu-wrap">
<ul id="menu">
<li><a href="?besoldung=%&stufe=%">Alle</a></li>
<li>
<a href="?besoldung=A%&stufe=%">A-Besoldung</a>
<ul>
<li>
<a href="?besoldung=A9&stufe=%" border="0">A9</a>
<ul>
<li><a href="?besoldung=A9&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A9&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A9&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A9&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A9&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A9&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A9&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A9&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A9&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A9&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A9&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A9&stufe=12">Stufe 12</a></li>
</ul>
</li>
<li>
<a href="?besoldung=A10&stufe=%" border="0">A10</a>
<ul>
<li><a href="?besoldung=A10&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A10&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A10&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A10&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A10&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A10&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A10&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A10&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A10&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A10&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A10&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A10&stufe=12">Stufe 12</a></li>
</ul>
</li>
<li>
<a href="?besoldung=A11&stufe=%" border="0">A11</a>
<ul>
<li><a href="?besoldung=A11&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A11&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A11&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A11&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A11&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A11&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A11&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A11&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A11&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A11&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A11&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A11&stufe=12">Stufe 12</a></li>
</ul>
</li>
<li>
<a href="?besoldung=A13&stufe=%" border="0">A12</a>
<ul>
<li><a href="?besoldung=A12&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A12&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A12&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A12&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A12&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A12&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A12&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A12&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A12&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A12&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A12&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A12&stufe=12">Stufe 12</a></li>
</ul>
</li>
<li>
<a href="?besoldung=A13&stufe=%" border="0">A13</a>
<ul>
<li><a href="?besoldung=A13&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A13&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A13&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A13&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A13&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A13&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A13&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A13&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A13&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A13&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A13&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A13&stufe=12">Stufe 12</a></li>
</ul>
</li>
<li>
<a href="?besoldung=A14&stufe=%" border="0">A14</a>
<ul>
<li><a href="?besoldung=A14&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A14&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A14&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A14&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A14&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A14&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A14&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A14&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A14&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A14&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A14&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A14&stufe=12">Stufe 12</a></li>
</ul>
</li>
<li>
<a href="?besoldung=A15&stufe=%" border="0">A15</a>
<ul>
<li><a href="?besoldung=A15&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A15&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A15&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A15&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A15&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A15&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A15&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A15&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A15&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A15&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A15&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A15&stufe=12">Stufe 12</a></li>
</ul>
</li>
<li>
<a href="?besoldung=A16&stufe=%" border="0">A16</a>
<ul>
<li><a href="?besoldung=A16&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=A16&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=A16&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=A16&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=A16&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=A16&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=A16&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=A16&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=A16&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=A16&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=A16&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=A16&stufe=12">Stufe 12</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="?besoldung=C%&stufe=%">C-Besoldung</a>
<ul>
<li>
<a href="?besoldung=C1&stufe=%" border="0">C1</a>
<ul>
<li><a href="?besoldung=C1&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=C1&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=C1&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=C1&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=C1&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=C1&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=C1&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=C1&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=C1&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=C1&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=C1&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=C1&stufe=12">Stufe 12</a></li>
<li><a href="?besoldung=C1&stufe=13">Stufe 13</a></li>
<li><a href="?besoldung=C1&stufe=14">Stufe 14</a></li>
<li><a href="?besoldung=C1&stufe=15">Stufe 15</a></li>
</ul>
</li>
<li>
<a href="?besoldung=C2&stufe=%" border="0">C2</a>
<ul>
<li><a href="?besoldung=C2&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=C2&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=C2&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=C2&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=C2&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=C2&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=C2&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=C2&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=C2&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=C2&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=C2&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=C2&stufe=12">Stufe 12</a></li>
<li><a href="?besoldung=C2&stufe=13">Stufe 13</a></li>
<li><a href="?besoldung=C2&stufe=14">Stufe 14</a></li>
<li><a href="?besoldung=C2&stufe=15">Stufe 15</a></li>
</ul>
</li>
<li>
<a href="?besoldung=C3&stufe=%" border="0">C3</a>
<ul>
<li><a href="?besoldung=C3&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=C3&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=C3&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=C3&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=C3&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=C3&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=C3&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=C3&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=C3&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=C3&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=C3&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=C3&stufe=12">Stufe 12</a></li>
<li><a href="?besoldung=C3&stufe=13">Stufe 13</a></li>
<li><a href="?besoldung=C3&stufe=14">Stufe 14</a></li>
<li><a href="?besoldung=C3&stufe=15">Stufe 15</a></li>
</ul>
</li>
<li>
<a href="?besoldung=C4&stufe=%" border="0">C4</a>
<ul>
<li><a href="?besoldung=C4&stufe=1">Stufe 1</a></li>
<li><a href="?besoldung=C4&stufe=2">Stufe 2</a></li>
<li><a href="?besoldung=C4&stufe=3">Stufe 3</a></li>
<li><a href="?besoldung=C4&stufe=4">Stufe 4</a></li>
<li><a href="?besoldung=C4&stufe=5">Stufe 5</a></li>
<li><a href="?besoldung=C4&stufe=6">Stufe 6</a></li>
<li><a href="?besoldung=C4&stufe=7">Stufe 7</a></li>
<li><a href="?besoldung=C4&stufe=8">Stufe 8</a></li>
<li><a href="?besoldung=C4&stufe=9">Stufe 9</a></li>
<li><a href="?besoldung=C4&stufe=10">Stufe 10</a></li>
<li><a href="?besoldung=C4&stufe=11">Stufe 11</a></li>
<li><a href="?besoldung=C4&stufe=12">Stufe 12</a></li>
<li><a href="?besoldung=C4&stufe=13">Stufe 13</a></li>
<li><a href="?besoldung=C4&stufe=14">Stufe 14</a></li>
<li><a href="?besoldung=C4&stufe=15">Stufe 15</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="?besoldung=W%&stufe=%">W-Besoldung</a>
<ul>
<li>
<a href="?besoldung=W1&stufe=0" border="0">W1</a>
</li>
<li>
<a href="?besoldung=W2&stufe=0" border="0">W2</a>
</li>
<li>
<a href="?besoldung=W3&stufe=0" border="0">W3</a>
</li>
</ul>
</li>
</ul>
</nav>
</td>
</tr>
</table>
<br>
{if $e_grund_filter_besoldung != '%' or $e_grund_filter_stufe != '%'}
<b>{$e_grund_field_filter_act}</b><br>
{/if}
{if $e_grund_filter_besoldung != '%'}
{$e_grund_field_besoldung} {$e_grund_filter_besoldung}<br>
{/if}
{if $e_grund_filter_stufe != '%'}
{$e_grund_field_stufe} {$e_grund_filter_stufe}<br>
{/if}
<br>
<table width='100%' border='0'>
<tr>
<td>
<b>{$e_grund_field_starttag}</b>
</td>
<td>
<b>{$e_grund_field_besoldung}</b>
</td>
<td>
<b>{$e_grund_field_stufe}</b>
</td>
<td>
<b>{$e_grund_field_wert}</b>
</td>
<td align='center'>
<b>{$e_grund_field_aktionen}</b>
</td>
<tr>
{section name=table_data2 loop=$table_data2}
<tr>
<td>
{$table_data2[table_data2].startdat_form}
</td>
<td>
{$table_data2[table_data2].besoldung}
</td>
<td>
{$table_data2[table_data2].stufe}
</td>
<td>
{$table_data2[table_data2].betrag} &euro;
</td>
<td align='center'>
<a href=?edit={$table_data2[table_data2].gid}><img title = "Daten bearbeiten" border="0" height=10 src="./templates/{$global_template}/images/edit.png"></a>
&nbsp;
<a href=?action=del&gid={$table_data2[table_data2].gid}><img title = "Daten l&ouml;schen" border="0" height=10 src="./templates/{$global_template}/images/drop.png"></a>
</td>
<tr>
{/section}
</table>
</fieldset>
</td>
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
</tr>
<tr>
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
</td>
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
{/if}
{if $action == 'save'}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./templates/{$global_template}/css/styles_pc.php" type="text/css">
<title>{$e_grund_inserterr_titel}</title>
</head>
<body>
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
<tr>
<td>
<div align="center">
<table cellspacing="0" cellpadding="0" width="550" border="0">
<tr>
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
<span class="sh">{$e_grund_save_titel}</span><br>
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1">
</td>
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
</tr>
<tr>
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
<td colspan="2">
<br>
<p align="left"><b>{$e_grund_save_text}</b></p>
<p align="center"><a href="?">
<img border="0" src="./templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p><br>
</p>
</td>
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
</tr>
<tr>
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
</td>
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
{/if}