4
1
Fork 0

Patch Kreuz

This commit is contained in:
Alpha 2017-04-30 16:17:18 +02:00
parent 98923eb991
commit 035ee50266
2 changed files with 11 additions and 3 deletions

View file

@ -141,10 +141,10 @@ while($row = $result->fetch_assoc()){
<td>".$row['author']."</td>
<td>".$row['addtime']."</td>";
if($gamebancheck || $vacbancheck > 0){
$output .= "<td><img src='kreuz.png' height='20' width='20'</td>
$output .= "<td><img src='haken.png' height='20' width='20'</td>
</tr>";
}else{
$output .= "<td><img src='haken.png' height='20' width='20'</td>
$output .= "<td></td>
</tr>";
}
echo $output;
@ -198,6 +198,7 @@ while($row = $result->fetch_assoc()){
'</div>';
if (isset ($_SESSION['status'])){
echo $_SESSION['status'];
}
return;
@ -209,6 +210,10 @@ while($row = $result->fetch_assoc()){
'<form action="/logout.php" method="post">' .
'<input type="submit" value="Logout">' .
'</form>' .
"<style> .key_login{ background: rgba(72, 121, 44, 0.7);
}
</style>".
'</div>';
?>
@ -227,4 +232,5 @@ while($row = $result->fetch_assoc()){
?>
</body>

View file

@ -142,6 +142,7 @@ table.center {
max-height: 64px;
}
.key_login{
width: 75px;
height: 75px;
background: rgba(18,18,18, 0.6);
@ -152,7 +153,8 @@ table.center {
padding: 0;
padding-top: 2;
position: absolute;
right: 125px;
left:1225px;
}