fix /admin/ links
This commit is contained in:
parent
8bdfe06ddb
commit
cd24a6e5ad
@ -205,4 +205,6 @@ try {
|
||||
}
|
||||
|
||||
//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
|
@ -24,7 +24,7 @@ global $OPTIONS;
|
||||
|
||||
<div class="contentheader"><h1>About mikescher.com</h1><hr/></div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">About me</div>
|
||||
@ -40,7 +40,7 @@ global $OPTIONS;
|
||||
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">My git timeline</div>
|
||||
@ -53,7 +53,7 @@ global $OPTIONS;
|
||||
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">Other addresses</div>
|
||||
|
@ -52,7 +52,7 @@ function dumpConsistency($c) {
|
||||
|
||||
<div class="contentheader"><h1>Admin</h1><hr/></div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">Version</div>
|
||||
@ -65,7 +65,7 @@ function dumpConsistency($c) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">Self test</div>
|
||||
@ -87,7 +87,7 @@ function dumpConsistency($c) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">Self IP Addr</div>
|
||||
@ -105,7 +105,7 @@ function dumpConsistency($c) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">ExtendedGitGraph</div>
|
||||
@ -120,7 +120,7 @@ function dumpConsistency($c) {
|
||||
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">AlephNote</div>
|
||||
@ -138,7 +138,7 @@ function dumpConsistency($c) {
|
||||
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">Statics</div>
|
||||
@ -152,7 +152,7 @@ function dumpConsistency($c) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">UpdatesLog</div>
|
||||
@ -169,7 +169,7 @@ function dumpConsistency($c) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">Highscores</div>
|
||||
@ -178,7 +178,7 @@ function dumpConsistency($c) {
|
||||
|
||||
<?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
|
||||
$hs = Highscores::getOrderedEntriesFromGame($game['ID'], 1)[0];
|
||||
echo $hs['POINTS'] . ' (' . $hs['PLAYER'] . ') @ ' . $hs['TIMESTAMP'];
|
||||
@ -193,7 +193,7 @@ function dumpConsistency($c) {
|
||||
|
||||
</div>
|
||||
|
||||
<!------------------------------------------>
|
||||
<!-- -------------------------------------- -->
|
||||
|
||||
<div class="boxedcontent">
|
||||
<div class="bc_header">Configuration</div>
|
||||
|
Loading…
Reference in New Issue
Block a user