1
0

fix /admin/ links

This commit is contained in:
Mike Schwörer 2018-02-13 18:27:33 +01:00
parent 8bdfe06ddb
commit cd24a6e5ad
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
3 changed files with 16 additions and 14 deletions

View File

@ -205,4 +205,6 @@ try {
} }
//TODO euler insert+show 32bit | 64bit mode //TODO euler insert+show 32bit | 64bit mode
//TODO show extra_images (+webm) in programs (carousel ?) //TODO support for different color schemes
// should be possible to change with just a few constant in config.scss
// a (little) bit more hue in default scheme

View File

@ -24,7 +24,7 @@ global $OPTIONS;
<div class="contentheader"><h1>About mikescher.com</h1><hr/></div> <div class="contentheader"><h1>About mikescher.com</h1><hr/></div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">About me</div> <div class="bc_header">About me</div>
@ -40,7 +40,7 @@ global $OPTIONS;
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">My git timeline</div> <div class="bc_header">My git timeline</div>
@ -53,7 +53,7 @@ global $OPTIONS;
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">Other addresses</div> <div class="bc_header">Other addresses</div>

View File

@ -52,7 +52,7 @@ function dumpConsistency($c) {
<div class="contentheader"><h1>Admin</h1><hr/></div> <div class="contentheader"><h1>Admin</h1><hr/></div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">Version</div> <div class="bc_header">Version</div>
@ -65,7 +65,7 @@ function dumpConsistency($c) {
</div> </div>
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">Self test</div> <div class="bc_header">Self test</div>
@ -87,7 +87,7 @@ function dumpConsistency($c) {
</div> </div>
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">Self IP Addr</div> <div class="bc_header">Self IP Addr</div>
@ -105,7 +105,7 @@ function dumpConsistency($c) {
</div> </div>
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">ExtendedGitGraph</div> <div class="bc_header">ExtendedGitGraph</div>
@ -120,7 +120,7 @@ function dumpConsistency($c) {
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">AlephNote</div> <div class="bc_header">AlephNote</div>
@ -138,7 +138,7 @@ function dumpConsistency($c) {
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">Statics</div> <div class="bc_header">Statics</div>
@ -152,7 +152,7 @@ function dumpConsistency($c) {
</div> </div>
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">UpdatesLog</div> <div class="bc_header">UpdatesLog</div>
@ -169,7 +169,7 @@ function dumpConsistency($c) {
</div> </div>
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">Highscores</div> <div class="bc_header">Highscores</div>
@ -178,7 +178,7 @@ function dumpConsistency($c) {
<?php foreach (Highscores::getAllGames() as $game): ?> <?php foreach (Highscores::getAllGames() as $game): ?>
<div><span><?php echo '[' . $game['NAME'] . '] Entries:' ?></span> <span><a href=""><?php echo Highscores::getEntryCountFromGame($game['ID']); ?></a></span></div> <div><span><?php echo '[' . $game['NAME'] . '] Entries:' ?></span> <span><a href="/highscores/list?gameid=<?php echo $game['ID']; ?>"><?php echo Highscores::getEntryCountFromGame($game['ID']); ?></a></span></div>
<div><span><?php echo '[' . $game['NAME'] . '] Highscore:' ?></span> <span><?php <div><span><?php echo '[' . $game['NAME'] . '] Highscore:' ?></span> <span><?php
$hs = Highscores::getOrderedEntriesFromGame($game['ID'], 1)[0]; $hs = Highscores::getOrderedEntriesFromGame($game['ID'], 1)[0];
echo $hs['POINTS'] . ' (' . $hs['PLAYER'] . ') @ ' . $hs['TIMESTAMP']; echo $hs['POINTS'] . ' (' . $hs['PLAYER'] . ') @ ' . $hs['TIMESTAMP'];
@ -193,7 +193,7 @@ function dumpConsistency($c) {
</div> </div>
<!------------------------------------------> <!-- -------------------------------------- -->
<div class="boxedcontent"> <div class="boxedcontent">
<div class="bc_header">Configuration</div> <div class="bc_header">Configuration</div>