Inital
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="container">
|
||||
<h2>Fehler</h2>
|
||||
|
||||
<?php echo $error_msg; ?>
|
||||
</div>
|
||||
@@ -0,0 +1,147 @@
|
||||
|
||||
<hr>
|
||||
<div class="container">
|
||||
<footer>
|
||||
<p>Created by <a href="https://ctb-it.de" target="_blank">Clemens Creutzburg</a></p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||
<!-- <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>-->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
<!-- jQuery UI library -->
|
||||
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.11.4/js/jquery.dataTables.js"></script>
|
||||
|
||||
|
||||
<script src="js/patienten.js"></script>
|
||||
<script src="trumbowyg/dist/trumbowyg.min.js"></script>
|
||||
<script src="trumbowyg/dist/plugins/colors/trumbowyg.colors.min.js"></script>
|
||||
<script src="trumbowyg/dist/plugins/emoji/trumbowyg.emoji.min.js"></script>
|
||||
<script src="trumbowyg/dist/plugins/fontfamily/trumbowyg.fontfamily.min.js"></script>
|
||||
<script src="trumbowyg/dist/plugins/fontsize/trumbowyg.fontsize.min.js"></script>
|
||||
<script src="trumbowyg/dist/plugins/history/trumbowyg.history.min.js"></script>
|
||||
<script src="trumbowyg/dist/plugins/lineheight/trumbowyg.lineheight.min.js"></script>
|
||||
<script src="trumbowyg/dist/plugins/pasteimage/trumbowyg.pasteimage.min.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.4/css/jquery.dataTables.css">
|
||||
<!--<script type="text/javascript" src="js/dist/langs/de.min.js"></script>
|
||||
|
||||
<!-- Init Trumbowyg -->
|
||||
<script>
|
||||
// Doing this in a loaded JS file is better, I put this here for simplicity
|
||||
$('#trumbowyg-demo').trumbowyg({
|
||||
lang: 'de',
|
||||
btns: [
|
||||
['viewHTML'],
|
||||
['p', 'blockquote', 'h1', 'h2', 'h3', 'h4'],
|
||||
['foreColor', 'backColor'],
|
||||
['strong', 'em', 'underline', 'del'],
|
||||
['superscript', 'subscript'],
|
||||
['createLink', 'unlink'],
|
||||
['insertImage'],
|
||||
['justifyLeft', 'justifyCenter', 'justifyRight', 'justifyFull'],
|
||||
['unorderedList', 'orderedList'],
|
||||
['horizontalRule'],
|
||||
['removeformat'],
|
||||
|
||||
['upload', 'base64', 'noembed'],
|
||||
['ruby'],
|
||||
|
||||
['preformatted'],
|
||||
['template'],
|
||||
['fullscreen', 'close']
|
||||
]
|
||||
|
||||
});
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
var tableanfragen = $('#tableanfragen').DataTable( {
|
||||
"order": [[ 3, "asc" ]],
|
||||
language: {
|
||||
url: '//cdn.datatables.net/plug-ins/1.11.4/i18n/de_de.json',
|
||||
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "Alle"]]
|
||||
}
|
||||
} );
|
||||
var tableanfragen = $('#tableanfragendesc').DataTable( {
|
||||
"order": [[ 3, "desc" ]],
|
||||
language: {
|
||||
url: '//cdn.datatables.net/plug-ins/1.11.4/i18n/de_de.json',
|
||||
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "Alle"]]
|
||||
}
|
||||
} );
|
||||
var table = $('#example').DataTable({
|
||||
"order": [[ 5, "desc" ]],
|
||||
language: {
|
||||
url: '//cdn.datatables.net/plug-ins/1.11.4/i18n/de_de.json'
|
||||
},
|
||||
"columnDefs": [
|
||||
{
|
||||
"targets": [ 0 ],
|
||||
"visible": false,
|
||||
"searchable": false
|
||||
}
|
||||
]
|
||||
|
||||
});
|
||||
|
||||
$('#tablewarte tbody').on('click', 'tr', function () {
|
||||
$(this).toggleClass('selected');
|
||||
});
|
||||
|
||||
});
|
||||
var tablewarte = $('#tablewarte').DataTable( {
|
||||
"order": [[ 6, "asc" ]],
|
||||
language: {
|
||||
url: '//cdn.datatables.net/plug-ins/1.11.4/i18n/de_de.json'
|
||||
},
|
||||
"columnDefs": [
|
||||
{
|
||||
"targets": [ 0 ],
|
||||
"visible": false,
|
||||
"searchable": false
|
||||
}
|
||||
]
|
||||
} );
|
||||
function checkmassenaufgabe() {
|
||||
var oData = tablewarte.rows('.selected').data();
|
||||
var idausgabe = "";
|
||||
//console.log(ids)
|
||||
for (var i=0; i < oData.length ;i++){
|
||||
idausgabe = idausgabe + oData[i][0] + ";";
|
||||
}
|
||||
//alert(idausgabe);
|
||||
document.getElementById("idausgabe").value = idausgabe;
|
||||
//document.getElementById("idausgabebox").innerHTML = "Es wurden " + oData.length + " Zeilen ausgewählt.";
|
||||
if( oData.length < 1){
|
||||
alert("Keine Zeilen ausgewählt.");
|
||||
document.getElementById("auswahlaktion").value == "";
|
||||
}else{
|
||||
|
||||
if(document.getElementById("auswahlaktion").value == "termin"){
|
||||
document.getElementById("massenterminzuweisung").style.display = "inline";
|
||||
document.getElementById("massenterminloeschung").style.display = "none";
|
||||
}else if(document.getElementById("auswahlaktion").value == "delete"){
|
||||
document.getElementById("massenterminloeschung").style.display = "inline";
|
||||
document.getElementById("massenterminzuweisung").style.display = "none";
|
||||
}else if(document.getElementById("auswahlaktion").value == ""){
|
||||
document.getElementById("massenterminloeschung").style.display = "none";
|
||||
document.getElementById("massenterminzuweisung").style.display = "none";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
//alert(table.rows('.selected').data().length + ' row(s) selected.\n\rSo schnell bin ich auch nicht ;)');
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
|
||||
|
||||
<?php header('Content-Type: text/html; charset=utf-8'); ?>
|
||||
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<link href="css/popup.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="trumbowyg/dist/ui/trumbowyg.min.css">
|
||||
<!-- Import Trumbowyg colors style in <head>... -->
|
||||
<link rel="stylesheet" href="trumbowyg/dist/plugins/colors/ui/trumbowyg.colors.min.css">
|
||||
<link rel="stylesheet" href="trumbowyg/dist/plugins/emoji/ui/trumbowyg.emoji.min.css">
|
||||
<title>Adminbereich - Anfragen</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-inverse navbar-static-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Menu</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="index.php"><i class="glyphicon glyphicon-plus logo"></i> Praxis Creutzburg</a>
|
||||
</div>
|
||||
<?php if(!is_checked_in()): ?>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<form class="navbar-form navbar-right" action="login.php" method="post">
|
||||
<table class="login" role="presentation">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="input-group">
|
||||
<div class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span></div>
|
||||
<input class="form-control" placeholder="E-Mail" name="email" type="email" required>
|
||||
</div>
|
||||
</td>
|
||||
<td><input class="form-control" placeholder="Passwort" name="passwort" type="password" value="" required></td>
|
||||
<td><button type="submit" class="btn btn-success">Login</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label style="margin-bottom: 0px; font-weight: normal;"><input type="checkbox" name="angemeldet_bleiben" value="remember-me" title="Angemeldet bleiben" checked="checked" style="margin: 0; vertical-align: middle;" /> <small>Angemeldet bleiben</small></label></td>
|
||||
<td><small><a href="passwortvergessen.php">Passwort vergessen</a></small></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</form>
|
||||
</div><!--/.navbar-collapse -->
|
||||
<?php else: ?>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="anfragen.php">Anfragen</a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Impfungen <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="impfworkflow_warteliste.php">Warteliste</a></li>
|
||||
<li><a href="impfworkflow_teilnehmer.php">Teilnehmer pflegen</a></li>
|
||||
<li><a href="impfworkflow_event_create.php">Impfevent erstellen</a></li>
|
||||
<li><a href="impfworkflow_event_teilnehmer.php">Event-Teilnehmer</a></li>
|
||||
<li><a href="impfworkflow_stammdaten.php">Stammdaten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<!--<li><a href="togoadmin.php">togo-Impfung</a></li>-->
|
||||
<li><a href="http://ts03.fritz.box:8080/" target="_blank">Anrufbeantworter</a></li>
|
||||
|
||||
|
||||
<li><a href="../zeiterfassung">Zeiterfassung</a></li>
|
||||
<li><a href="webseitenadmin.php">Webseiteninhalt ändern</a></li>
|
||||
<li><a href="settings.php">Einstellungen</a></li>
|
||||
<li><a href="logout.php">Logout</a></li>
|
||||
</ul>
|
||||
</div><!--/.navbar-collapse -->
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user