337 lines
9.6 KiB
HTML
Executable File
337 lines
9.6 KiB
HTML
Executable File
{if $action == ''}
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="../templates/{$global_template}/css/styles_refill.css">
|
|
<link rel="stylesheet" href="../jquery/jquery-ui.css">
|
|
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
|
|
<script src="../jquery/jquery-1.12.4.js"></script>
|
|
<script src="../jquery/jquery-ui.js"></script>
|
|
<script src="../jquery/globalize.js"></script>
|
|
<script src="../jquery/globalize.culture.de-DE.js"></script>
|
|
<script src="../jquery/jquery.mousewheel.js"></script>
|
|
<script src="../jquery/jquery.timepicker.min.js"></script>
|
|
<style type="text/css">
|
|
.spinner {
|
|
width: 112px;
|
|
height: 15px;
|
|
font-size: 12px !important;
|
|
}
|
|
</style>
|
|
|
|
|
|
<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;
|
|
}
|
|
.row_0 {
|
|
background-color: #FFFFFF;
|
|
}
|
|
.row_1 {
|
|
background-color: #E1E8F1;
|
|
}
|
|
.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:6px 12px;
|
|
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;
|
|
}
|
|
.ButtonArchiv {
|
|
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;
|
|
}
|
|
.ButtonArchiv:hover {
|
|
background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
|
|
background-color:#eb675e;
|
|
}
|
|
.ButtonArchiv:active {
|
|
position:relative;
|
|
top:1px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<fieldset>
|
|
<legend>
|
|
<b>Bewerbungen</b>
|
|
</legend>
|
|
<br />
|
|
<br />
|
|
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
|
|
<tr>
|
|
<td width="10%">
|
|
<b>Nr</b>
|
|
</td>
|
|
<td width="30%">
|
|
<b>Name</b>
|
|
</td>
|
|
<td width="20%">
|
|
<b>Testergebnis</b>
|
|
</td>
|
|
<td width="20%">
|
|
<b>Bewerbungsdatum</b>
|
|
</td>
|
|
<td width="10%">
|
|
<b>Auswahl</b>
|
|
</td>
|
|
<td width="10%">
|
|
<b>Einblenden</b>
|
|
</td>
|
|
</tr>
|
|
{section name=table_data1 loop=$table_data1}
|
|
<tr>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='40'>
|
|
{$smarty.section.table_data1.rownum}
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='40'>
|
|
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='40'>
|
|
{$table_data1[table_data1].testergebnis} / 133 Punkten
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='40'>
|
|
{$table_data1[table_data1].datum_form}
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='40'>
|
|
{if $table_data1[table_data1].showfiles == 1}
|
|
<a href="?action=show&ka_id={$table_data1[table_data1].ka_id}" class="ButtonAnzeigen">Daten anzeigen</a>
|
|
{/if}
|
|
</td>
|
|
<td class="row_{$table_data1[table_data1].zaehler}" height='40'>
|
|
<a href="?action=archive&wu_id={$table_data1[table_data1].wu_id}" class="ButtonAnzeigen">Reaktivieren</a>
|
|
</td>
|
|
</tr>
|
|
{/section}
|
|
</table>
|
|
<br />
|
|
<br />
|
|
</fieldset>
|
|
<br />
|
|
<br />
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $action == 'show'}
|
|
<html>
|
|
<!DOCTYPE html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<title>Login der Praxisstellen DVM (Bachelor of Arts - Digitales Verwaltungsmanagement) der Hochschulen Ludwigsburg und Kehl.</title>
|
|
<link type="text/css" rel="stylesheet" href="../templates/{$global_template}/css/styles_refill.css">
|
|
<style>
|
|
.desc{
|
|
width:400px;
|
|
}
|
|
.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;
|
|
}
|
|
.fieldset1 {
|
|
border: 1px solid red;
|
|
}
|
|
.fieldset2 {
|
|
border: ridge green;
|
|
display: block;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
.legend1 {
|
|
display: block;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
border: none;
|
|
font-size: 30px;
|
|
}
|
|
.button {
|
|
font: bold 11px Arial;
|
|
text-decoration: none;
|
|
background-color: #EEEEEE;
|
|
color: #333333;
|
|
padding: 2px 6px 2px 6px;
|
|
border-top: 1px solid #CCCCCC;
|
|
border-right: 1px solid #333333;
|
|
border-bottom: 1px solid #333333;
|
|
border-left: 1px solid #CCCCCC;
|
|
}
|
|
.ButtonBack {
|
|
box-shadow: 0px 10px 14px -7px #276873;
|
|
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
|
|
background-color:#599bb3;
|
|
border-radius:8px;
|
|
display:inline-block;
|
|
cursor:pointer;
|
|
color:#ffffff;
|
|
font-family:Arial;
|
|
font-size:20px;
|
|
font-weight:bold;
|
|
padding:13px 32px;
|
|
text-decoration:none;
|
|
text-shadow:0px 1px 0px #3d768a;
|
|
}
|
|
.ButtonBack:hover {
|
|
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
|
|
background-color:#408c99;
|
|
}
|
|
.ButtonBack:active {
|
|
position:relative;
|
|
top:1px;
|
|
}
|
|
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="css/component.css" />
|
|
<script type="text/javascript">
|
|
(function(e,t,n){
|
|
var r=e.querySelectorAll("html")[0];
|
|
r.className=r.className.replace(/(^|\s)no-js(\s|$)/,"$1js$2")
|
|
})
|
|
(document,window,0);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<fieldset class="fieldset2">
|
|
<legend class="legend1" align="center">
|
|
<b>Dokumentenportal</b>
|
|
</legend>
|
|
{if $index_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>
|
|
{$index_error_text}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
{/if}
|
|
<fieldset class="fieldset1">
|
|
<legend>
|
|
<b>Persönliche Angaben</b>
|
|
</legend>
|
|
{$dok_anrede}<br>
|
|
{$dok_vorname} {$dok_nachname}<br>
|
|
{$dok_str}<br>
|
|
{$dok_plz} {$dok_ort}<br>
|
|
</fieldset>
|
|
<br>
|
|
<br>
|
|
<fieldset>
|
|
<legend>
|
|
<b>Verfügbare Dokumente</b>
|
|
</legend>
|
|
<form action=?action=stelle method="POST" name="stelle">
|
|
<table cellspacing="0" cellpadding="2" width="100%" border="1">
|
|
<tr>
|
|
<td width="50">
|
|
<b>lfd.Nr.</b>
|
|
</td>
|
|
<td>
|
|
<b>Datei</b>
|
|
</td>
|
|
<td>
|
|
<b>Dokumentenbeschreibung</b>
|
|
</td>
|
|
<td>
|
|
<b>Dokumentendatum</b>
|
|
</td>
|
|
<tr>
|
|
{section name=table_data1 loop=$table_data1}
|
|
{if $smarty.section.table_data1.rownum != ''}
|
|
<tr>
|
|
<td>
|
|
{$smarty.section.table_data1.rownum}
|
|
</td>
|
|
<td>
|
|
{if $table_data1[table_data1].exists == 1}
|
|
<a href='downpdf.php?file={$table_data1[table_data1].basename_link}'>{$table_data1[table_data1].basename}</a>
|
|
{else}
|
|
{$table_data1[table_data1].basename}
|
|
{/if}
|
|
</td>
|
|
<td>
|
|
{$table_data1[table_data1].beschreibung}
|
|
</td>
|
|
<td>
|
|
{$table_data1[table_data1].datum_form}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
{/section}
|
|
</table>
|
|
</fieldset>
|
|
<br />
|
|
<br />
|
|
<p align='center'>
|
|
<a href="?" class="ButtonBack">zurück</a>
|
|
</p>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|
|
{/if} |