section tag

master
Jakob 2020-03-08 04:08:45 +01:00
parent 07c9822b44
commit 35d766c6b3
1 changed files with 21 additions and 19 deletions

View File

@ -25,27 +25,29 @@ if (isset($_SESSION['user_id'])){
<div class="item-1">
<h1> <center>Log in to your ThreadR account</center> </h1>
</div>
<div class="item-2 form">
<p>
<?php
if (isset($_GET['error'])){
if ($_GET['error'] == "credentials"){
echo "Invalid credentials. Try again:";
<div class="item-2">
<section>
<p>
<?php
if (isset($_GET['error'])){
if ($_GET['error'] == "credentials"){
echo "Invalid credentials. Try again:";
}
if ($_GET['error'] == "session"){
echo "Your session has been closed. We are sorry for the inconvenience.";
}
} else {
echo "Login:";
}
if ($_GET['error'] == "session"){
echo "Your session has been closed. We are sorry for the inconvenience.";
}
} else {
echo "Login:";
}
?></p>
<form action="%CONTENT_DIR%/login/redirect.php" method="post">
<input type="text" name="username" maxlength="20" placeholder="Username" />
<input type="password" name="password" maxlength="256" placeholder="Password" />
?></p>
<form action="%CONTENT_DIR%/login/redirect.php" method="post">
<input type="text" name="username" maxlength="20" placeholder="Username" />
<input type="password" name="password" maxlength="256" placeholder="Password" />
<p></p>
<input type="submit" value="Log in" />
</form>
<p></p>
<input type="submit" value="Log in" />
</form>
<p></p>
</section>
</div>
<div class="item-3">
<p></p>