Layout redesign.
- In a seperate commit from the stylesheet changes. Work in progress.
This commit is contained in:
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>
|
Reference in New Issue
Block a user