<?php
/* Smarty version 3.1.29, created on 2019-07-25 13:30:27
  from "D:\xampp\htdocs\kurs\utf8\deputat\templates\modern\erm_freist_mutterschutz.html" */

if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
  'has_nocache_code' => false,
  'version' => '3.1.29',
  'unifunc' => 'content_5d3992d3087613_80622505',
  'file_dependency' => 
  array (
    '5dcb141a0245794e020cf894a8248e297dcdee74' => 
    array (
      0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\deputat\\templates\\modern\\erm_freist_mutterschutz.html',
      1 => 1564054222,
      2 => 'file',
    ),
  ),
  'includes' => 
  array (
  ),
),false)) {
function content_5d3992d3087613_80622505 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<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'; ?>
 type="text/javascript" src="jquery/jquery-1.9.1.js"><?php echo '</script'; ?>
>
        <?php echo '<script'; ?>
 src='iframe-resizer-master/js/iframeResizer.contentWindow.min.js'><?php echo '</script'; ?>
>
    <?php echo '<script'; ?>
 type="text/javascript">
    function calc_muschu() {
      /*
        Diese Funktion berechnet die LVS
       */
        var sws = 1;
        var beginn_funktion = document.getElementById('beginn_funktion').value;
        var ende_funktion = document.getElementById('ende_funktion').value;

        $.ajax({
          type: 'POST',
          url: 'fetch_mutterschutz.php',
          data: {
            get_beginn_funktion: beginn_funktion,
            get_ende_funktion: ende_funktion
          },
          success: function (response) {
          var str1 =  response.split("||");
          document.getElementById("gesamtvolumen_count").innerHTML = "<strong>" + str1[0] + "</strong>";

          /* LVS Wert in hidden Inputfeld setzen, damit es mit $_POST übertragen wird beim speichern*/
          document.getElementById("lvs").value = str1[1];
          }
        });
    }
    <?php echo '</script'; ?>
>


    <style>
      .StandardTable thead th{
      background: lightgray;
      border: 1px solid #656565;
      font-size:12px;
      font-family:Arial;
      padding-top:5px;
      padding-bottom:5px;
      padding-left:5px;
      padding-right:5px;
      }
      textarea{
      border: 1px solid #888;
      height: 6.7em;
      width: 48.5em;
      }
      select{
      width:630px;
      }
    </style>
    <?php echo '<script'; ?>
 type="text/javascript" >
    function loader(){
      if(document.erfassen)document.erfassen.sws.focus();return false;
    }
    <?php echo '</script'; ?>
>
  </head>
  <?php if ($_smarty_tpl->tpl_vars['muschu_status']->value == 'edit') {?>
    <?php echo '<script'; ?>
 type="text/javascript">
    setTimeout(calc_muschu, 100);
    <?php echo '</script'; ?>
>
  <?php }?>

    <body onload="setTimeout(loader, 1500);">

    <form action="?action=save" method='post' name='erfassen'>

        <?php if ($_smarty_tpl->tpl_vars['muschu_error']->value == '1') {?>
      <div class="pat_list_box">
        <table width="70%" class="errorTable" align="center">
          <tr>
            <td>
              <img src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/pflichtfelder/achtung_gross.gif">
            </td>
            <td><b>Achtung!</b><br>
              <?php echo $_smarty_tpl->tpl_vars['muschu_error_text']->value;?>

            </td>
          </tr>
        </table>
        <br />
        </div>
        <?php }?>

        <fieldset>
          <legend>
            <b>Mutterschutz erfassen</b>
          </legend>
          <br />
          <br />
          <table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">

              <td>
               Beginn des Mutterschutzes
              </td>
              <td>
                <input type="date" name="beginn_funktion" id="beginn_funktion" value="<?php echo $_smarty_tpl->tpl_vars['muschu_value_datumvon']->value;?>
" onchange='calc_muschu();'>
              </td>
            </tr>
            <tr>
              <td>&nbsp;
              </td>
              <td>&nbsp;
              </td>
            <tr>
              <td>
               Ende des Mutterschutzes
              </td>
              <td>
                <input type="date" name="ende_funktion" id="ende_funktion" value="<?php echo $_smarty_tpl->tpl_vars['muschu_value_datumbis']->value;?>
" onchange='calc_muschu();'>
              </td>
            </tr>
            <tr>
              <td>&nbsp;
              </td>
              <td>&nbsp;
              </td>
            <tr>
              <tr id="erm_freist_hinweis">
                <td width="30%">
                  &nbsp;
                </td>
                <td valign="top">
                  <table width="70%" class="errorTable">
                    <tr>
                      <td>
                        <b>Berechnete LVS Stunden</b><br>
                        <ul>
                          <li>Die Berechnung der LVS-Stunden ist tagesgenau</li>
                          <li>Die Datumsgrenzen sind das jeweilige Studienjahr (01.09 - 31.08)</li>
                          <li>Rechenweg: LVS-(Anzahl der Mutterschutztage / Anzahl der Tage im Jahr x LVS)</li>
                        </ul>
                        <div id="gesamtvolumen_count"></div>
                        <input type="hidden" name="lvs" id="lvs" size="101">
                      </td>
                    </tr>
                  </table>
                  <br>
                </td>
              </tr>
          </table>
          <br />
          <p align='center'>
            <input type='submit' name='senden' value="Berechnung übernehmen und speichern">
          </p>
          <br />
        </fieldset>
    </form>
    <br />
    <br />
    <fieldset>
    <legend>
    <b>Erfasste Lehrveranstaltungen</b>
    </legend>
    <table cellspacing="0" cellpadding="2" width="100%" border="1">
    <tr>
    <td>
    <b>lfd.Nr.</b>
    </td>
    <td>
    <b>Art</b>
    </td>
    <td align="right">
    <b>Beginn</b>
    </td>
    <td align="right">
    <b>Ende</b>
    </td>
    <td align="right">
    <b>Ermäßigung LVS</b>
    </td>
    <td align="center">
    <b>Edit</b>
    </td>
    <tr>
    <?php
$__section_table_data2_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_0_total = $__section_table_data2_0_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_0_total != 0) {
for ($__section_table_data2_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_0_iteration <= $__section_table_data2_0_total; $__section_table_data2_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] = $__section_table_data2_0_iteration;
?>
    <?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] : null) != '') {?>
    <tr>
    <td>
    <?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] : null);?>

    </td>
    <td>
    <?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['art'];?>

    </td>
    <td align="right">
    <?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['beginn'];?>

    </td>
    <td align="right">
    <?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['ende'];?>

    </td>
    <td align="right">
    <?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['lvs'];?>

    </td>
    <td align="center">
    <a href=?edit=<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['deid'];?>
><img title = "Lehrveranstaltung bearbeiten" border="0" height=10 src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/edit.png"></a>
    &nbsp;
    <a href="?action=del&deid=<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['deid'];?>
"><img title = 'Lehrveranstaltung l&ouml;schen' border="0" height=10 src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/drop.png"></a>
    </td>
    </tr>
    <?php }?>
    <?php
}
}
if ($__section_table_data2_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_0_saved;
}
?>
    <tr>
    <td colspan="4">&nbsp;</td>
    <td align="right"><b>Summe: <?php echo $_smarty_tpl->tpl_vars['muschu_value_summe_jahr']->value;?>
</b></td>
    <td>&nbsp;</td>
    </tr>
    </table>
    </fieldset>

    <br />
    <br />
    <br />
    <br />
  </body>
</html>
<?php }
}
}