Layout redesign.

- In a seperate commit from the stylesheet changes. Work in progress.
This commit is contained in:
Gitea
2020-06-22 03:44:10 -04:00
parent f416e08d54
commit 720dcc89eb
12 changed files with 229 additions and 197 deletions

11
admin/users.php Normal file → Executable file
View File

@ -1,4 +1,4 @@
<?php require_once("./auth.php"); auth();
<?php require_once("./auth.php"); auth();
// Select all users
$connection = connect();
@ -23,11 +23,11 @@ $rows = pg_num_rows($result);
<section class="content">
<!-- Should this still use tables -->
<table width="100%">
<table width="100%">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>Id</th>
<th>Name</th>
<th>Password</th>
</tr>
</thead>
@ -56,5 +56,4 @@ $rows = pg_num_rows($result);
</main>
<?php include "../includes/footer.php" ?>
</html>
</html>