343 lines
17 KiB
HTML
Executable File
343 lines
17 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>{$datencheck_titel}</title>
|
||
<style>
|
||
.stundenplan {
|
||
border:1px solid #C0C0C0;
|
||
border-collapse:collapse;
|
||
padding:3px;
|
||
}
|
||
.stundenplan th {
|
||
border:1px solid #C0C0C0;
|
||
padding:3px;
|
||
background:#F0F0F0;
|
||
}
|
||
.stundenplan td {
|
||
border:1px solid #C0C0C0;
|
||
padding:3px;
|
||
}
|
||
.fieldset1{
|
||
border: solid 2px #080808;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body onload="if (document.pers_daten)
|
||
document.pers_daten.pw_alt.focus();
|
||
return false;">
|
||
<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="100%" 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">{$datencheck_titel} {$datencheck_hj_text}</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>
|
||
<table class="stundenplan" width="100%">
|
||
<thead>
|
||
<tr>
|
||
<th width="10%"><br></th>
|
||
{section name=table_data loop=$table_data}
|
||
<th width="18%">{$table_data[table_data].bezeichnung}</th>
|
||
{/section}
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<!-- schulstunden -->
|
||
{section name=table_data2 loop=$table_data2}
|
||
<tr>
|
||
<th>
|
||
{$table_data2[table_data2].bezeichnung}<br>
|
||
<font size=1>{$table_data2[table_data2].von} - {$table_data2[table_data2].bis}</font>
|
||
</th>
|
||
<!-- Montag, Dienstag, Mittwoch, Do, Fr -->
|
||
{section name=table_data loop=$table_data}
|
||
<td valign='top'>
|
||
<table width="100%" border="0">
|
||
{section name=table_data1 loop=$table_data1}
|
||
{if $table_data1[table_data1].Wochentag == {$table_data[table_data].bezeichnung}}
|
||
{if $table_data1[table_data1].std_von == {$table_data2[table_data2].std_von}}
|
||
<tr bgcolor="{$table_data1[table_data1].farbe}">
|
||
<td>
|
||
<b>Atelier:</b> {$table_data1[table_data1].Atelier} - ({$table_data1[table_data1].Gruppe})<br>
|
||
{if {$table_data1[table_data1].Pflichtfeld} != ''}
|
||
<b>Kategorie:</b> {$table_data1[table_data1].Pflichtfeld}<br>
|
||
{/if}
|
||
<b>Schuljahr:</b> {$table_data1[table_data1].halbjahr} - {$table_data1[table_data1].schuljahr}/{$table_data1[table_data1].schuljahr_bis}
|
||
</td>
|
||
</tr>
|
||
{/if}
|
||
{/if}
|
||
{/section}
|
||
</table>
|
||
{/section}
|
||
</td>
|
||
{/section}
|
||
</tr>
|
||
</table>
|
||
<br>
|
||
<fieldset class="fieldset1">
|
||
<legend><b>Vorgaben</b></legend>
|
||
<fieldset>
|
||
<legend>Vorgaben, die in jedem Halbjahr erfüllt werden müssen</legend>
|
||
<table width="100%" border="0">
|
||
<tr>
|
||
<td>
|
||
<b>{$datencheck_diff_bereiche}</b>
|
||
</td>
|
||
<td>
|
||
{if $datencheck_erf_gruppen == '1'}
|
||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||
{/if}
|
||
{if $datencheck_erf_gruppen == '0'}
|
||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||
{/if}
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<b>{$datencheck_alle_blocke}</b>
|
||
</td>
|
||
<td>
|
||
|
||
</td>
|
||
</tr>
|
||
{section name=table_block loop=$table_block}
|
||
<tr>
|
||
<td>
|
||
{$table_block[table_block].wochentag}, Stunde {$table_block[table_block].std}
|
||
</td>
|
||
<td>
|
||
{if $table_block[table_block].blockwahl == '1'}
|
||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||
{/if}
|
||
{if $table_block[table_block].blockwahl == '0'}
|
||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||
{/if}
|
||
</td>
|
||
</tr>
|
||
{/section}
|
||
</table>
|
||
</fieldset>
|
||
<br>
|
||
<fieldset>
|
||
<legend>Vorgaben, die bis Ende <b><u>Klasse 6</u></b> erfüllt werden müssen</legend>
|
||
<!-- Bis Ende Kl. 6 alles ausgef<65>llt?-->
|
||
{section name=table_data_gruppe loop=$table_data_gruppe}
|
||
{if $table_data_gruppe[table_data_gruppe].erreicht == '0'}
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
|
||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||
<td colspan="2" style="padding-left:10px">
|
||
<b>Gruppe {$table_data_gruppe[table_data_gruppe].bezeichnung}</b>
|
||
</td>
|
||
</tr>
|
||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||
<td colspan="2" style="padding-left:10px">
|
||
<!-- Variante 1 -->
|
||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'J' AND $table_data_gruppe[table_data_gruppe].anz_pf != 0}
|
||
<b>Ziel:</b> <i>Es müssen mindestens {$table_data_gruppe[table_data_gruppe].anz_pf} unterschiedliche Kategorien gewählt werden!</i>
|
||
<br>
|
||
{/if}
|
||
<!-- Variante 2 -->
|
||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'J' AND $table_data_gruppe[table_data_gruppe].anz_pf == 0}
|
||
<b>Ziel:</b> <i>Es müssen alle Kategorien gewählt werden!</i>
|
||
<br>
|
||
{/if}
|
||
<!-- Variante 3 -->
|
||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'N' AND $table_data_gruppe[table_data_gruppe].anz_pf != 0}
|
||
<b>Ziel:</b> <i>Es müssen mindestens {$table_data_gruppe[table_data_gruppe].anz_pf} unterschiedliche Ateliers gewählt werden!</i>
|
||
<br>
|
||
{/if}
|
||
<!-- Variante 4 -->
|
||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'N' AND $table_data_gruppe[table_data_gruppe].anz_pf == 0}
|
||
<b>Ziel:</b> <i>Es müssen alle Ateliers gewählt werden!</i>
|
||
<br>
|
||
{/if}
|
||
<br>
|
||
</td>
|
||
</tr>
|
||
{section name=inner_kenner loop=$table_data_gruppe[table_data_gruppe].inner_kenner}
|
||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].bezeichnung != ''}
|
||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||
<td style="padding-left:20px">
|
||
{$table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].bezeichnung}
|
||
</td>
|
||
<td width="40">
|
||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].belegt == '1'}
|
||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||
{/if}
|
||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].belegt == '0'}
|
||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||
{/if}
|
||
</td>
|
||
</tr>
|
||
{/if}
|
||
{/section}
|
||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||
<td colspan="2" style="padding-left:10px">
|
||
<br>
|
||
{if $table_data_gruppe[table_data_gruppe].erreicht == '1'}
|
||
<!-- Gesamte Gruppe wird ausgeblendet (s.o.), wenn erreicht, daher wird das nicht angezeigt -->
|
||
<b><font class="shadow1" color="green">Ergebnis: Gruppenziel erreicht</font></b>
|
||
{/if}
|
||
{if $table_data_gruppe[table_data_gruppe].erreicht == '0'}
|
||
<b><font class="shadow1" color="red">Gruppenziel nicht erreicht</font></b>
|
||
{/if}
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<br>
|
||
{/if}
|
||
{/section}
|
||
{if $datencheck_vorg_kl6 == '0'}
|
||
<i>{$datencheck_txt_vorg_kl6}</i>
|
||
{/if}
|
||
</fieldset>
|
||
|
||
</fieldset>
|
||
<br>
|
||
<!-- speichern-->
|
||
<fieldset>
|
||
{if $datencheck_save == '1'}
|
||
<legend><b>{$datencheck_titel_verb_buchung}</b></legend>
|
||
<form action=?action=save method="POST" name="buchung">
|
||
<p align="center">
|
||
{$datencheck_txt_verb_buchung}
|
||
<input class="btn_green" type="submit" value="Ateliers verbindlich speichern" name="B1" size="20">
|
||
</p>
|
||
</form>
|
||
{/if}
|
||
{if $datencheck_save == '0'}
|
||
<legend><b><font color=red>{$datencheck_titel_not_verb_buchung}</font></b></legend>
|
||
<form action=?action=save method="POST" name="buchung">
|
||
<p align="center">
|
||
{$datencheck_txt_not_verb_buchung}
|
||
<input class="btn_red" type="submit" value="Speichern nicht möglich" disabled name="B1" size="20">
|
||
</p>
|
||
</form>
|
||
{/if}
|
||
{if $datencheck_save == '2'}
|
||
<legend><b>{$datencheck_titel_done_verb_buchung}</b></legend>
|
||
<p align="center">
|
||
{$datencheck_txt_done_verb_buchung}
|
||
</p>
|
||
{/if}
|
||
</fieldset>
|
||
<!-- speichern Ende-->
|
||
</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>{$datencheck_save_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/standard/images/box_e1.gif">
|
||
<img height="40" src="templates/standard/images/blank.gif" width="22">
|
||
</td>
|
||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||
<img src="templates/standard/images/i_login.gif">
|
||
</td>
|
||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||
<span class="sh">{$datencheck_save_titel}</span><br>
|
||
<img height="5" src="templates/standard/images/blank.gif" width="1">
|
||
</td>
|
||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||
<img height="40" src="templates/standard/images/blank.gif" width="22">
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||
<img height="1" src="templates/standard/images/blank.gif" width="22">
|
||
</td>
|
||
<td colspan="2">
|
||
<br>
|
||
{if $datencheck_success== '1'}
|
||
<p align="center"><b>{$datencheck_txt_success}</b>
|
||
{/if}
|
||
{if $datencheck_success== '0'}
|
||
<p align="center"><b>{$datencheck_txt_fail}</b>
|
||
{/if}
|
||
</p>
|
||
<p align="center"><a href='?'>
|
||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></img></a><br>
|
||
</p>
|
||
<p></p>
|
||
<p></p>
|
||
<p></p>
|
||
<p></p>
|
||
<p><br>
|
||
</p>
|
||
</td>
|
||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||
<img height="1" src="templates/standard/images/blank.gif" width="22">
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||
<img height="16" src="templates/standard/images/blank.gif" width="22">
|
||
</td>
|
||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||
<img height="16" src="templates/standard/images/blank.gif" width="8">
|
||
</td>
|
||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||
<img height="16" src="templates/standard/images/blank.gif" width="22">
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</body>
|
||
</html>
|
||
{/if} |