Managementinterface retrieves data from database;
Table on interface is editable; replaced library.
This commit is contained in:
parent
c8fe81d222
commit
b5df954322
@ -10,9 +10,6 @@ $pageLayout['full'] = <<<'FULL'
|
|||||||
<title>lucidAuth</title>
|
<title>lucidAuth</title>
|
||||||
<meta name="application-name" content="lucidAuth" />
|
<meta name="application-name" content="lucidAuth" />
|
||||||
<meta name="theme-color" content="#003399" />
|
<meta name="theme-color" content="#003399" />
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
||||||
<link rel="manifest" href="/manifest.json" />
|
|
||||||
<link href="misc/style.css" rel="stylesheet" />
|
<link href="misc/style.css" rel="stylesheet" />
|
||||||
<link href="misc/style.theme.css" rel="stylesheet" />
|
<link href="misc/style.theme.css" rel="stylesheet" />
|
||||||
<link href="misc/style.button.css" rel="stylesheet" />
|
<link href="misc/style.button.css" rel="stylesheet" />
|
||||||
@ -54,9 +51,11 @@ BARE;
|
|||||||
|
|
||||||
$contentLayout['login'] = <<<'LOGIN'
|
$contentLayout['login'] = <<<'LOGIN'
|
||||||
<script src="misc/script.index.js"></script>
|
<script src="misc/script.index.js"></script>
|
||||||
<fieldset>
|
<section>
|
||||||
<legend>Login Details</legend>
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li class="misc">
|
||||||
|
<span class="indent"> </span>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label class="pre" for="username" data-translation="label_username">Gebruikersnaam:</label>
|
<label class="pre" for="username" data-translation="label_username">Gebruikersnaam:</label>
|
||||||
<input type="text" id="username" name="username" tabindex="100" />
|
<input type="text" id="username" name="username" tabindex="100" />
|
||||||
@ -70,41 +69,45 @@ $contentLayout['login'] = <<<'LOGIN'
|
|||||||
<input type="hidden" id="ref" name="ref" value="%1$s" />
|
<input type="hidden" id="ref" name="ref" value="%1$s" />
|
||||||
<button id="btnlogin" class="bttn-simple bttn-xs bttn-primary" tabindex="300" data-translation="button_login">login</button>
|
<button id="btnlogin" class="bttn-simple bttn-xs bttn-primary" tabindex="300" data-translation="button_login">login</button>
|
||||||
</li>
|
</li>
|
||||||
<li class="misc">
|
|
||||||
<span class="indent"> </span>
|
|
||||||
</li>
|
|
||||||
<li class="misc">
|
<li class="misc">
|
||||||
<span class="indent" data-translation="span_credentialsavailable">Inloggegevens verkrijgbaar op aanvraag!</span>
|
<span class="indent" data-translation="span_credentialsavailable">Inloggegevens verkrijgbaar op aanvraag!</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</fieldset>
|
</section>
|
||||||
<img src="/images/tag_lock.png" style="position: absolute; top: 175px; left: 20px;" alt="Secure!" />
|
<img src="/images/tag_lock.png" style="position: absolute; top: 175px; left: 20px;" alt="Secure!" />
|
||||||
LOGIN;
|
LOGIN;
|
||||||
|
|
||||||
$contentLayout['manage'] = <<<'MANAGE'
|
$contentLayout['manage'] = <<<'MANAGE'
|
||||||
|
<script src="misc/script.editable.table.js"></script>
|
||||||
<script src="misc/script.manage.js"></script>
|
<script src="misc/script.manage.js"></script>
|
||||||
<span id="user"><span data-translation="span_loggedinas">Ingelogd als</span> %1$s --- [<a id="linklanguage-en" href="#" tabindex="700">EN</a> <a id="linklanguage-nl" class="current" href="#" tabindex="700">NL</a>] [<a href="#" tabindex="800" data-translation="link_logout">Log uit</a>]</span>
|
<span id="user"><span data-translation="span_loggedinas">Ingelogd als</span> %1$s --- [<a id="linklanguage-en" href="#" tabindex="700">EN</a> <a id="linklanguage-nl" class="current" href="#" tabindex="700">NL</a>] [<a href="#" tabindex="800" data-translation="link_logout">Log uit</a>]</span>
|
||||||
<fieldset style="clear: both;">
|
<section>
|
||||||
<legend>Beheer Gebruikers</legend>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
<table id="usertable">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="immutable">Username</th>
|
||||||
|
<th class="immutable">Role</th>
|
||||||
|
<th class="immutable">Sessions</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
%2$s
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="buttons">
|
||||||
<button id="btnaliasadd" class="bttn-simple bttn-xs bttn-primary" tabindex="200" data-translation="button_add">voeg toe</button>
|
<button id="btnnewuser" class="bttn-simple bttn-xs bttn-primary" data-translation="button_new">nieuw</button>
|
||||||
|
<button id="btnfoo" class="bttn-simple bttn-xs bttn-primary" data-translation="button_foo">foo</button>
|
||||||
|
<button id="btnbar" class="bttn-simple bttn-xs bttn-primary" data-translation="button_bar">bar</button>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="buttons">
|
||||||
<label id="labelallaliases" class="pre" for="allaliases" data-translation="label_allaliases">Alle aliassen:</label><output id="aliasstats">[--]</output>
|
<button id="btnsync" class="bttn-simple bttn-xs bttn-primary" data-translation="button_save">wijzigingen opslaan</button>
|
||||||
<select id="allaliases" size="10" multiple="multiple" tabindex="300">
|
<button id="btncancel" class="bttn-simple bttn-xs bttn-primary" data-translation="button_cancel">annuleren</button>
|
||||||
</select>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<button id="btnaliasdelete" class="bttn-simple bttn-xs bttn-primary" tabindex="400" data-translation="button_delete">verwijder</button>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<button id="btnsync" class="bttn-simple bttn-xs bttn-primary" style="background-position: center;" tabindex="500" data-translation="button_sync">synchroniseer</button>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</fieldset>
|
</section>
|
||||||
MANAGE;
|
MANAGE;
|
||||||
|
|
||||||
?>
|
?>
|
@ -1,27 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
// Basic example of PHP script to handle with jQuery-Tabledit plug-in.
|
|
||||||
// Note that is just an example. Should take precautions such as filtering the input data.
|
|
||||||
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
|
|
||||||
$input = filter_input_array(INPUT_POST);
|
|
||||||
|
|
||||||
$mysqli = new mysqli('localhost', 'user', 'password', 'database');
|
|
||||||
|
|
||||||
if (mysqli_connect_errno()) {
|
|
||||||
echo json_encode(array('mysqli' => 'Failed to connect to MySQL: ' . mysqli_connect_error()));
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($input['action'] === 'edit') {
|
|
||||||
$mysqli->query("UPDATE users SET username='" . $input['username'] . "', email='" . $input['email'] . "', avatar='" . $input['avatar'] . "' WHERE id='" . $input['id'] . "'");
|
|
||||||
} else if ($input['action'] === 'delete') {
|
|
||||||
$mysqli->query("UPDATE users SET deleted=1 WHERE id='" . $input['id'] . "'");
|
|
||||||
} else if ($input['action'] === 'restore') {
|
|
||||||
$mysqli->query("UPDATE users SET deleted=0 WHERE id='" . $input['id'] . "'");
|
|
||||||
}
|
|
||||||
|
|
||||||
mysqli_close($mysqli);
|
|
||||||
|
|
||||||
echo json_encode($input);
|
|
@ -10,9 +10,32 @@
|
|||||||
if ($validateTokenResult['status'] === "Success") {
|
if ($validateTokenResult['status'] === "Success") {
|
||||||
include_once('../include/lucidAuth.template.php');
|
include_once('../include/lucidAuth.template.php');
|
||||||
|
|
||||||
|
try {
|
||||||
|
$allUsers = $pdoDB->query('
|
||||||
|
SELECT User.Username, Role.Rolename, COUNT(DISTINCT SecureToken.Value) AS Sessions
|
||||||
|
FROM User
|
||||||
|
LEFT JOIN Role
|
||||||
|
ON (User.RoleId=Role.Id)
|
||||||
|
LEFT JOIN SecureToken
|
||||||
|
ON (User.Id=SecureToken.UserId)
|
||||||
|
')->fetchAll(PDO::FETCH_ASSOC);
|
||||||
|
} catch (Exception $e) {
|
||||||
|
// Should really do some actual errorhandling here
|
||||||
|
throw new Exception($e);
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach($allUsers as $row) {
|
||||||
|
$tableRows[] = sprintf('<tr><td>%1$s</td><td>%2$s</td><td class="immutable"><a href="?">%3$s</a></td></tr>',
|
||||||
|
explode('\\', $row['Username'])[1],
|
||||||
|
$row['Rolename'],
|
||||||
|
$row['Sessions']
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
echo sprintf($pageLayout['full'],
|
echo sprintf($pageLayout['full'],
|
||||||
sprintf($contentLayout['manage'],
|
sprintf($contentLayout['manage'],
|
||||||
$validateTokenResult['name']
|
$validateTokenResult['name'],
|
||||||
|
implode($tableRows)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
131
public/misc/script.editable.table.js
Normal file
131
public/misc/script.editable.table.js
Normal file
@ -0,0 +1,131 @@
|
|||||||
|
/*global $, window*/
|
||||||
|
$.fn.editableTableWidget = function (options) {
|
||||||
|
'use strict';
|
||||||
|
return $(this).each(function () {
|
||||||
|
var buildDefaultOptions = function () {
|
||||||
|
var opts = $.extend({}, $.fn.editableTableWidget.defaultOptions);
|
||||||
|
opts.editor = opts.editor.clone();
|
||||||
|
return opts;
|
||||||
|
},
|
||||||
|
activeOptions = $.extend(buildDefaultOptions(), options),
|
||||||
|
ARROW_LEFT = 37, ARROW_UP = 38, ARROW_RIGHT = 39, ARROW_DOWN = 40, ENTER = 13, ESC = 27, TAB = 9,
|
||||||
|
element = $(this),
|
||||||
|
editor = activeOptions.editor.css('position', 'absolute').hide().appendTo(element.parent()),
|
||||||
|
active,
|
||||||
|
showEditor = function (select) {
|
||||||
|
active = element.find('td:focus:not(".immutable")');
|
||||||
|
if (active.length) {
|
||||||
|
editor.val(active.text())
|
||||||
|
.removeClass('error')
|
||||||
|
.show()
|
||||||
|
.offset(active.offset())
|
||||||
|
.css(active.css(activeOptions.cloneProperties))
|
||||||
|
.width(active.width())
|
||||||
|
.height(active.height())
|
||||||
|
.focus();
|
||||||
|
if (select) {
|
||||||
|
editor.select();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
setActiveText = function () {
|
||||||
|
var text = editor.val(),
|
||||||
|
evt = $.Event('change'),
|
||||||
|
originalContent;
|
||||||
|
if (active.text() === text || editor.hasClass('error')) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
originalContent = active.html();
|
||||||
|
active.text(text).trigger(evt, text);
|
||||||
|
if (evt.result === false) {
|
||||||
|
active.html(originalContent);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
movement = function (element, keycode) {
|
||||||
|
if (keycode === ARROW_RIGHT) {
|
||||||
|
return element.next('td');
|
||||||
|
} else if (keycode === ARROW_LEFT) {
|
||||||
|
return element.prev('td');
|
||||||
|
} else if (keycode === ARROW_UP) {
|
||||||
|
return element.parent().prev().children().eq(element.index());
|
||||||
|
} else if (keycode === ARROW_DOWN) {
|
||||||
|
return element.parent().next().children().eq(element.index());
|
||||||
|
}
|
||||||
|
return [];
|
||||||
|
};
|
||||||
|
editor.blur(function () {
|
||||||
|
setActiveText();
|
||||||
|
editor.hide();
|
||||||
|
}).keydown(function (e) {
|
||||||
|
if (e.which === ENTER) {
|
||||||
|
setActiveText();
|
||||||
|
editor.hide();
|
||||||
|
active.focus();
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
} else if (e.which === ESC) {
|
||||||
|
editor.val(active.text());
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
editor.hide();
|
||||||
|
active.focus();
|
||||||
|
} else if (e.which === TAB) {
|
||||||
|
active.focus();
|
||||||
|
} else if (this.selectionEnd - this.selectionStart === this.value.length) {
|
||||||
|
var possibleMove = movement(active, e.which);
|
||||||
|
if (possibleMove.length > 0) {
|
||||||
|
possibleMove.focus();
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.on('input paste', function () {
|
||||||
|
var evt = $.Event('validate');
|
||||||
|
active.trigger(evt, editor.val());
|
||||||
|
if (evt.result === false) {
|
||||||
|
editor.addClass('error');
|
||||||
|
} else {
|
||||||
|
editor.removeClass('error');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
element.on('click keypress dblclick', showEditor)
|
||||||
|
.css('cursor', 'pointer')
|
||||||
|
.keydown(function (e) {
|
||||||
|
var prevent = true,
|
||||||
|
possibleMove = movement($(e.target), e.which);
|
||||||
|
if (possibleMove.length > 0) {
|
||||||
|
possibleMove.focus();
|
||||||
|
} else if (e.which === ENTER) {
|
||||||
|
showEditor(false);
|
||||||
|
} else if (e.which === 17 || e.which === 91 || e.which === 93) {
|
||||||
|
showEditor(true);
|
||||||
|
prevent = false;
|
||||||
|
} else {
|
||||||
|
prevent = false;
|
||||||
|
}
|
||||||
|
if (prevent) {
|
||||||
|
e.stopPropagation();
|
||||||
|
e.preventDefault();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
element.find('td').prop('tabindex', 1);
|
||||||
|
|
||||||
|
$(window).on('resize', function () {
|
||||||
|
if (editor.is(':visible')) {
|
||||||
|
editor.offset(active.offset())
|
||||||
|
.width(active.width())
|
||||||
|
.height(active.height());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
};
|
||||||
|
$.fn.editableTableWidget.defaultOptions = {
|
||||||
|
cloneProperties: ['padding', 'padding-top', 'padding-bottom', 'padding-left', 'padding-right',
|
||||||
|
'text-align', 'font', 'font-size', 'font-family', 'font-weight',
|
||||||
|
'border', 'border-top', 'border-bottom', 'border-left', 'border-right'],
|
||||||
|
editor: $('<input>')
|
||||||
|
};
|
||||||
|
|
@ -19,7 +19,7 @@ $(document).ready(function(){
|
|||||||
password: $('#password').val(),
|
password: $('#password').val(),
|
||||||
ref: $('#ref').val()
|
ref: $('#ref').val()
|
||||||
})
|
})
|
||||||
.done(function(data,status) {
|
.done(function(data,_status) {
|
||||||
if (data.Result === 'Success') {
|
if (data.Result === 'Success') {
|
||||||
$('#btnlogin').css({
|
$('#btnlogin').css({
|
||||||
'background': 'green url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAaklEQVQ4jeXOMQ5AQBBG4T2BC4i76EWich7ncAKbqCRuodTqnMNTkFgJs3ZU4tXz/Rlj/hUQv8EpMAClFk9sjUAiHVcCnoFMwhZYgPYG575Xe46aIOyMdJx7ji9GwrEzUgOFCu8DkRp/qxU2BKCUyZR6ygAAAABJRU5ErkJggg==) no-repeat center',
|
'background': 'green url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAaklEQVQ4jeXOMQ5AQBBG4T2BC4i76EWich7ncAKbqCRuodTqnMNTkFgJs3ZU4tXz/Rlj/hUQv8EpMAClFk9sjUAiHVcCnoFMwhZYgPYG575Xe46aIOyMdJx7ji9GwrEzUgOFCu8DkRp/qxU2BKCUyZR6ygAAAABJRU5ErkJggg==) no-repeat center',
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
$(document).ready(function(){
|
||||||
|
$('#usertable').editableTableWidget();
|
||||||
|
|
||||||
|
$('#btnnewuser').click(function() {
|
||||||
|
$('#usertable tbody').append($('<tr><td><username></td><td>User</td><td class="immutable"><a href="?">0</a></td></tr>'));
|
||||||
|
});
|
||||||
|
});
|
6
public/misc/script.table.min.js
vendored
6
public/misc/script.table.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@
|
|||||||
var locales = {
|
var locales = {
|
||||||
en: {
|
en: {
|
||||||
button_add: "add",
|
button_new: "new",
|
||||||
|
button_save: "save",
|
||||||
button_cancel: "cancel",
|
button_cancel: "cancel",
|
||||||
button_continue: "continue",
|
|
||||||
button_delete: "delete",
|
button_delete: "delete",
|
||||||
button_login: "login",
|
button_login: "login",
|
||||||
heading_error: "ERROR!",
|
heading_error: "ERROR!",
|
||||||
@ -13,9 +13,9 @@ var locales = {
|
|||||||
span_loggedinas: "Logged in as"
|
span_loggedinas: "Logged in as"
|
||||||
},
|
},
|
||||||
nl: {
|
nl: {
|
||||||
button_add: "voeg toe",
|
button_new: "nieuw",
|
||||||
button_cancel: "annuleer",
|
button_save: "opslaan",
|
||||||
button_continue: "doorgaan",
|
button_cancel: "annuleren",
|
||||||
button_delete: "verwijder",
|
button_delete: "verwijder",
|
||||||
button_login: "log in",
|
button_login: "log in",
|
||||||
heading_error: "FOUT!",
|
heading_error: "FOUT!",
|
||||||
|
@ -96,63 +96,49 @@ body {
|
|||||||
.main {
|
.main {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.main fieldset {
|
.main section {
|
||||||
border: 0;
|
clear: both;
|
||||||
}
|
}
|
||||||
.main fieldset legend {
|
.main section label.pre {
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
.main fieldset label.pre {
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 155px;
|
width: 155px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
.main fieldset label#labelallaliases {
|
.main section input {
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.main fieldset output#aliasstats {
|
|
||||||
float: left;
|
|
||||||
clear: left;
|
|
||||||
width: 160px;
|
|
||||||
text-align: right;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
.main fieldset output#aliasstats:after {
|
|
||||||
margin-left: 7px;
|
|
||||||
content: ' ';
|
|
||||||
}
|
|
||||||
.main fieldset input {
|
|
||||||
border: 1px solid #003399;
|
border: 1px solid #003399;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
.main fieldset input[type=radio] {
|
.main section input[type=radio] {
|
||||||
border: none;
|
border: none;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
.main fieldset button {
|
.main section button {
|
||||||
margin-left: 160px;
|
margin-left: 160px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.main fieldset select {
|
.main section .buttons {
|
||||||
border: 1px solid #003399;
|
text-align: center;
|
||||||
|
}
|
||||||
|
.main section .buttons button {
|
||||||
|
margin-left: inherit;
|
||||||
|
}
|
||||||
|
.main section table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.main section table * {
|
||||||
|
font-size: 12px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
width: 375px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.main fieldset select .new {
|
.main section table tbody tr:nth-child(odd) {
|
||||||
font-weight: bold;
|
background-color: rgb(215, 215, 215);
|
||||||
}
|
}
|
||||||
.main fieldset select .deleted {
|
.main section table .immutable {
|
||||||
text-decoration: line-through;
|
cursor: default !important;
|
||||||
}
|
|
||||||
.main fieldset#signup label.pre {
|
|
||||||
width: 205px;
|
|
||||||
}
|
|
||||||
.main fieldset#signup span.indent, .main fieldset#signup input.button {
|
|
||||||
margin-left: 210px;
|
|
||||||
}
|
}
|
||||||
.main li {
|
.main li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user