Update existing.php
This commit was merged in pull request #27.
This commit is contained in:
committed by
Luke Tainton
parent
c69f8eaaaa
commit
93e55043dd
@@ -33,49 +33,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Begin page content -->
|
|
||||||
<main role="main" class="flex-shrink-0">
|
|
||||||
|
|
||||||
<?php if (is_signed_in()) { ?>
|
|
||||||
<section class="jumbotron text-center">
|
|
||||||
<div class="container">
|
|
||||||
<h1>Open requests</h1>
|
|
||||||
<p class="lead text-muted">
|
|
||||||
Here you can find all of your requests, and other requests that you are subscribed to.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<p>This page is currently under construction.</p>
|
|
||||||
</section>
|
|
||||||
<?php } else { ?>
|
|
||||||
<section>
|
|
||||||
<div class='alert alert-danger alert-dismissible fade show' role='alert'>
|
|
||||||
You need to log in to access this page.
|
|
||||||
<button type='button' class='close' data-dismiss='alert' aria-label='Close'>
|
|
||||||
<span aria-hidden='true'>×</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<?php
|
|
||||||
require_once __DIR__ . "/../includes/footer.php";
|
|
||||||
?>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Begin page content -->
|
<!-- Begin page content -->
|
||||||
<main role="main" class="flex-shrink-0">
|
<main role="main" class="flex-shrink-0">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user