Layout redesign.
- In a seperate commit from the stylesheet changes. Work in progress.
This commit is contained in:
parent
f416e08d54
commit
720dcc89eb
12 changed files with 232 additions and 200 deletions
11
admin/users.php
Normal file → Executable file
11
admin/users.php
Normal file → Executable 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>
|
||||
Loading…
Reference in a new issue