dvm/templates/modern/admin/datencheck.html
2022-11-28 10:27:30 +01:00

267 lines
9.3 KiB
HTML
Executable File

{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/{$global_template}/css/styles_refill.css">
<script type='text/javascript' src='../ckeditor5/build/ckeditor.js'></script>
<!-- Add jQuery library -->
<script type="text/javascript" src="../fancybox-2.1.7/lib/jquery-1.10.2.min.js"></script>
<!-- Add mousewheel plugin (this is optional) -->
<script type="text/javascript" src="../fancybox-2.1.7/lib/jquery.mousewheel.pack.js?v=3.1.3"></script>
<!-- Add fancyBox main JS and CSS files -->
<script type="text/javascript" src="../fancybox-2.1.7/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<link rel="stylesheet" type="text/css" href="../fancybox-2.1.7/source/jquery.fancybox.css?v=2.1.5" media="screen" />
<script type="text/javascript">
$(document).ready(function() {
$('.box').fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe',
helpers: {
overlay : {
closeClick: true
}
}
});
});
</script>
<style>
.ck-editor__editable {
min-height: 300px;
}
p {
margin: 0;
}
.ButtonAnzeigen {
box-shadow: 0px 10px 14px -7px #3e7327;
background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
background-color:#77b55a;
border-radius:4px;
border:1px solid #4b8f29;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
font-weight:bold;
padding:0px 20px;
text-decoration:none;
text-shadow:0px 1px 0px #5b8a3c;
}
.ButtonAnzeigen:hover {
background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
background-color:#72b352;
}
.ButtonAnzeigen:active {
position:relative;
top:1px;
}
.ButtonDel {
box-shadow: 0px 10px 14px -7px #3e7327;
background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
background-color:#e4685d;
border-radius:4px;
border:1px solid #98051D;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
font-weight:bold;
padding:6px 12px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
}
.ButtonDel:hover {
background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
background-color:#eb675e;
}
.ButtonDel:active {
position:relative;
top:1px;
}
</style>
</head>
<body>
{if $news_error == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="../templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$news_error_text}
</td>
</tr>
</table>
<br />
{/if}
<fieldset>
<legend>
<b>Datencheck</b>
</legend>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150">
Export Datencheck:
</td>
<td>&nbsp;<a href='datencheck_excel.php' target='_top'><img src="../templates/{$global_template}/images/excel.png" border="0" height=30></a>
</td>
</table>
<h2>Matrix über vorhandene Daten</h2>
<br />
<table border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl der getesteten Kandidaten:</b>
</td>
<td align="right" width="100" style="padding-right:5px">
{$datenchk_anzget}
</td>
</tr>
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl der Kandidaten mit ausstehendem Test :</b>
</td>
<td align="right" width="100" style="padding-right:5px">
{$datenchk_aussttest}
</td>
</tr>
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl aller Anmeldung:</b>
</td>
<td align="right" width="100" style="padding-right:5px">
{$datenchk_alleranm}
</td>
</tr>
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl Durchfaller:</b>
</td>
<td align="right" width="100" style="padding-right:5px">
{$datenchk_anzdurchfaller}
</td>
</tr>
</table>
<br>
<br>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
<b>Lfd Nr ({$dokverw_anzdb})</b>
</td>
<td height="40" style="padding-left:5px">
<b>Name</b>
</td>
<td height="40" style="padding-left:5px">
<b>Ausweis</b></a>
</td>
<td height="40" style="padding-left:5px">
<b>Mailadresse</b>
</td>
<!--
<td height="40" style="padding-left:5px">
<b>Testdatum</b>
</td>
-->
<td height="40" style="padding-left:5px">
<b>zugewiesene<br>Hochschule</b>
</td>
<td height="40" style="padding-left:5px">
<b>Wunsch Hochschule</b>
</td>
<td height="40" style="padding-left:5px">
<b>Testergebnis</b>
</td>
<td height="40" style="padding-left:5px">
<b>Schwerbehinderung</b>
</td>
<td height="40" style="padding-left:5px">
<b>Stellenzusage</b>
</td>
<td height="40" align="center">
<b>PDF Upload HZB</b>
</td>
<td height="40" align="center">
<b>PDF Upload Zeugnisse</b>
</td>
<td height="40" align="center">
<b>Lebenslauf</b>
</td>
<td height="40" align="center">
<b>Note HZB</b>
</td>
<td height="40" align="center">
<b>Note Durchschnitt</b>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
<tr>
<td height="40" style="padding-left:5px">
{$smarty.section.table_data1.rownum}
</td>
<td height="40" style="padding-left:5px">
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
</td>
<td height="40" style="padding-left:5px;">
<font color="{$table_data1[table_data1].perso_alert}">{$table_data1[table_data1].perso}</font>
</td>
<td height="40" style="padding-left:5px">
{$table_data1[table_data1].mail}
</td>
<!--
<td height="40" style="padding-left:5px">
{$table_data1[table_data1].tm_datum} ({$table_data1[table_data1].tm_standort})
</td>
-->
<td height="40" style="padding-left:5px">
{$table_data1[table_data1].hochschule}
</td>
<td height="40" style="padding-left:5px">
{$table_data1[table_data1].wunsch_hs}
</td>
<td height="40" align="right" style="padding-right:5px">
{$table_data1[table_data1].testergebnis} / 133
</td>
<td height="40" align="center">
{if $table_data1[table_data1].behinderung == 'J'} Ja {/if}
</td>
<td height="40" align="center">
<img src="../templates/{$global_template}/images/{$table_data1[table_data1].image_zusage}" title="{$table_data1[table_data1].dstzusagebez}">
</td>
<td height="40" align="center">
<img src="../templates/{$global_template}/images/{$table_data1[table_data1].image_hzb}">
</td>
<td height="40" align="center">
<img src="../templates/{$global_template}/images/{$table_data1[table_data1].image_zeug}"><br>
{$table_data1[table_data1].anz_zeug} / 2
</td>
<td height="40" align="center">
<img src="../templates/{$global_template}/images/{$table_data1[table_data1].image_leben}">
</td>
<td height="40" align="center">
<img src="../templates/{$global_template}/images/{$table_data1[table_data1].image_notehzb}">
</td>
<td height="40" align="center">
<img src="../templates/{$global_template}/images/{$table_data1[table_data1].image_noteschnitt}">
</td>
</tr>
{/section}
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
{/if}