first commit
This commit is contained in:
@ -0,0 +1,151 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2019-07-26 07:07:53
|
||||
from "D:\xampp\htdocs\kurs\utf8\deputat\templates\modern\ermaessigung.html" */
|
||||
|
||||
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
||||
'has_nocache_code' => false,
|
||||
'version' => '3.1.29',
|
||||
'unifunc' => 'content_5d3a8aa9c65776_70956635',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8577b26b452298ddb7c9b67be2a9286cd7a47905' =>
|
||||
array (
|
||||
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\deputat\\templates\\modern\\ermaessigung.html',
|
||||
1 => 1564117628,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5d3a8aa9c65776_70956635 ($_smarty_tpl) {
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/css/styles_refill.css">
|
||||
<?php echo '<script'; ?>
|
||||
src='iframe-resizer-master/js/iframeResizer.min.js'><?php echo '</script'; ?>
|
||||
>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
.accordion {
|
||||
background-color: #eee;
|
||||
color: #444;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
border: none;
|
||||
text-align: left;
|
||||
outline: none;
|
||||
font-size: 15px;
|
||||
transition: 0.4s;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.active, .accordion:hover {
|
||||
background-color: #277DA8;
|
||||
color: white;
|
||||
}
|
||||
.accordion:after {
|
||||
content: '\02795'; /* Unicode character for "plus" sign (+) */
|
||||
font-size: 13px;
|
||||
color: white;
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.active:after {
|
||||
content: "\2796"; /* Unicode character for "minus" sign (-) */
|
||||
color: white;
|
||||
}
|
||||
.panel {
|
||||
padding: 0 18px;
|
||||
background-color: white;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.2s ease-out;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<br />
|
||||
<br />
|
||||
<div class="header">
|
||||
<div>
|
||||
<div>Ermäßigungen</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pat_list_box">
|
||||
<p>Indem Sie auf die Überschriften klicken können Sie die Teilbereiche auf- und zuklappen.</p>
|
||||
<button class="accordion">Ermäßigung/Freistellung Rektorat/Dekanat (§§ 7, 8 LVVO)</button>
|
||||
<div class="panel">
|
||||
<iframe src='erm_freist_rektorat_dekanat.php' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Deputatsermäßigung aufgrund einer Funktion/Beauftragung (§ 11 LVVO)</button>
|
||||
<div class="panel">
|
||||
<iframe src='erm_freist_funktion.php' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Deputatsermäßigung aufgrund von Forschungs- und Entwicklungsaufgaben (§ 2 Abs. 8, 9 LVVO)</button>
|
||||
<div class="panel">
|
||||
<iframe src='erm_freist_forschung.php' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Teilzeit</button>
|
||||
<div class="panel">
|
||||
<iframe src='erm_teilzeit.php' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Schwerbehinderung</button>
|
||||
<div class="panel">
|
||||
<iframe src='erm_behinderung.php' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Mutterschutz/Elternzeit/Pflegezeit</button>
|
||||
<div class="panel">
|
||||
<iframe src='erm_mutterschutz.php' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Forschungssemester/Praxissemester/Abordnungen</button>
|
||||
<div class="panel">
|
||||
<iframe src='' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Ruhestand während des Studienjahres</button>
|
||||
<div class="panel">
|
||||
<iframe src='' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Veränderungen Lehrverpflichtung</button>
|
||||
<div class="panel">
|
||||
<iframe src='' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<button class="accordion">Krankheit</button>
|
||||
<div class="panel">
|
||||
<iframe src='' width='100%' frameborder='0' ></iframe>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
<?php echo '<script'; ?>
|
||||
>
|
||||
var acc = document.getElementsByClassName("accordion");
|
||||
var i;
|
||||
|
||||
for (i = 0; i < acc.length; i++) {
|
||||
acc[i].addEventListener("click", function() {
|
||||
this.classList.toggle("active");
|
||||
var panel = this.nextElementSibling;
|
||||
if (panel.style.maxHeight){
|
||||
panel.style.maxHeight = null;
|
||||
} else {
|
||||
panel.style.maxHeight = panel.scrollHeight + "px";
|
||||
}
|
||||
});
|
||||
}
|
||||
<?php echo '</script'; ?>
|
||||
>
|
||||
<?php echo '<script'; ?>
|
||||
>iFrameResize({
|
||||
log : false, // Enable console logging
|
||||
enablePublicMethods : true, // Enable methods within iframe hosted page
|
||||
heightCalculationMethod : 'lowestElement',
|
||||
});<?php echo '</script'; ?>
|
||||
>
|
||||
</body>
|
||||
</html><?php }
|
||||
}
|
Reference in New Issue
Block a user