first commit
This commit is contained in:
2325
templates/modern/bewerbung/bewerbung.html
Executable file
2325
templates/modern/bewerbung/bewerbung.html
Executable file
File diff suppressed because it is too large
Load Diff
105
templates/modern/bewerbung/index.html
Executable file
105
templates/modern/bewerbung/index.html
Executable file
@ -0,0 +1,105 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<title>Bewerbung DVM</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_login.css" type="text/css">
|
||||
<style>
|
||||
.squarebutton_blue{
|
||||
width:100px;
|
||||
}
|
||||
.LoginButton {
|
||||
background-color:#44c767;
|
||||
border-radius:28px;
|
||||
border:1px solid #18ab29;
|
||||
display:inline-block;
|
||||
cursor:pointer;
|
||||
color:#ffffff;
|
||||
font-family:Arial;
|
||||
font-size:17px;
|
||||
padding:16px 31px;
|
||||
text-decoration:none;
|
||||
text-shadow:0px 1px 0px #2f6627;
|
||||
}
|
||||
.LoginButton:hover {
|
||||
background-color:#5cbf2a;
|
||||
}
|
||||
.LoginButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
|
||||
<script type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"></script>
|
||||
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
|
||||
<script type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
|
||||
<script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(".box").fancybox({
|
||||
'width' : '75%',
|
||||
'height' : '75%',
|
||||
'autoScale' : true,
|
||||
'transitionIn' : 'elastic',
|
||||
'transitionOut' : 'elastic',
|
||||
'type' : 'iframe'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body onload="if(document.login)document.login.user.focus();return false;" onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
||||
<table height="100%" width="100%">
|
||||
<tr>
|
||||
<td width="20%">
|
||||
|
||||
</td>
|
||||
<td width="60%">
|
||||
<div class="Header">
|
||||
<div>
|
||||
<div align="center">Bewerbung DVM</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pat_list_box" style="padding-left: 20px;padding-right: 20px;">
|
||||
<p>
|
||||
<p>Willkommen im gemeinsamen Bewerberportal der Hochschulen Ludwigsburg und Kehl für den Studiengang Digitales Verwaltungsmanagement- Bachelor of Arts!</p>
|
||||
<p>Bewerbungsschluss ist der 15. Juli 2021 (Studienbeginn 1. September 2021). Bitte beachten Sie, dass eine Hochschulzugangsberechtigung (HZB) aufgrund der späteren
|
||||
Zeugnisausgaben in 2021 noch bis 31. Juli per E-Mail (<a href="mailto:bewerbungdvm@hs-ludwigsburg.de">bewerbungdvm@hs-ludwigsburg.de</a> oder <a href="mailto:bachelor@hs-kehl.de">bachelor@hs-kehl.de</a>) nachgereicht werden kann. Eine HZB muss bis 31. Juli 2021 vorgelegt werden.
|
||||
</p>
|
||||
<p>Bei Fragen wenden Sie sich an:</p>
|
||||
<p>Hochschule für öffentliche Verwaltung Kehl<br>
|
||||
Zulassung<br>
|
||||
Kinzigallee 1<br>
|
||||
D-77694 Kehl<br>
|
||||
Telefon: 07851/894-114<br>
|
||||
E-mail: <a href="mailto:bachelor@hs-kehl.de">bachelor@hs-kehl.de</a><br>
|
||||
Home: <a href="www.hs-kehl.de">www.hs-kehl.de</a>
|
||||
</p>
|
||||
oder </p>
|
||||
Hochschule für öffentliche Verwaltung und Finanzen Ludwigsburg<br>
|
||||
Zulassung<br>
|
||||
Reuteallee 36<br>
|
||||
D - 71634 Ludwigsburg<br>
|
||||
Telefon: 07141/140-533<br>
|
||||
E-mail: <a href="mailto:bewerbungdvm@hs-ludwigsburg.de">bewerbungdvm@hs-ludwigsburg.de</a><br>
|
||||
Home: <a href="http://www.hs-ludwigsburg.de">www.hs-ludwigsburg.de</a><br>
|
||||
<br>
|
||||
<br>
|
||||
<p align="center">
|
||||
<a href="bewerbung.php" class="LoginButton">Login zum Bewerbungsverfahren DVM</a>
|
||||
</p>
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</td>
|
||||
<td width="20%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
1283
templates/modern/bewerbung/index_orig.html
Executable file
1283
templates/modern/bewerbung/index_orig.html
Executable file
File diff suppressed because it is too large
Load Diff
1283
templates/modern/bewerbung/index_upload.html
Executable file
1283
templates/modern/bewerbung/index_upload.html
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user