2022-10-23 19:13:39 +02:00
|
|
|
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
|
|
|
|
|
2022-10-28 16:59:36 +02:00
|
|
|
<br>
|
2022-10-23 19:13:39 +02:00
|
|
|
<h1>Address Book - Admin</h1>
|
2022-10-26 12:21:50 +02:00
|
|
|
<a href="<?= $router->path('app_admin_users'); ?>">👱 Users</a>
|
2022-10-23 19:13:39 +02:00
|
|
|
|
|
|
|
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>
|
2022-10-28 16:59:36 +02:00
|
|
|
|
|
|
|
<button type="button" class="info_button" id="info_button" onclick="setInfo('Test Info - auto hide')">Info</button>
|
|
|
|
<button type="button" class="error_button" onclick="setError('Test Error - must be closed manually')">Error</button>
|