WIP: bring participo back - consistent use of bootstrap - formatting -
phpstan level 0 error free - fixes for kyu subpage - move mams into participo framework - remove legacy `lib/db.php` usage - add attributer admin function - add newsposter - fixing apiKey creation
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<title>participo</title>
|
||||
<meta name="description" content="pmelo">
|
||||
|
||||
<link rel="icon" href="<?echo($config['ressourceUrl']);?>/graphiken/icons/cwsv.ico" />
|
||||
<link rel="apple-touch-icon" href="<?echo($config['baseUrl']);?>/apple-touch-icon.png">
|
||||
<link rel="icon" href="/ressourcen/graphiken/icons/cwsv.ico" />
|
||||
<link rel="apple-touch-icon" href="/ressourcen/ressourcen/graphiken/logos/favIcons/apple-touch-icon.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -29,7 +29,7 @@
|
||||
<ul class="sidenav sidenav-fixed sidenav-close" id="nav-mobile">
|
||||
<li class="logo">
|
||||
<a style="height:auto;" class="brand-logo" id="logo-container" href="/participo/">
|
||||
<img alt="cwsvJudoApps" style="max-width:100%;height:12vh;" class="responsive-img" src="http://cwsvjudo.bplaced.net/ressourcen/graphiken/logos/cwsvJudoLogoWappen.x256.png" />
|
||||
<img alt="cwsvJudoApps" style="max-width:100%;height:12vh;" class="responsive-img" src="/ressourcen/graphiken/logos/cwsvJudoLogoWappen.256w.png" />
|
||||
</a>
|
||||
</li>
|
||||
<?php require_once "sidenav/loginStatus.php"; ?><!-- brings its own li -->
|
||||
@@ -39,9 +39,9 @@
|
||||
<main>
|
||||
<h2><a href="pmelo">pmElo</a></h2>
|
||||
|
||||
<?php $pmelo->htmlFighterInputForm();?>
|
||||
<?php $pmelo->htmlFighterTable();?>
|
||||
<?php $pmelo->htmlLogOutput();?>
|
||||
<?php $pmelo->htmlFighterInputForm(); ?>
|
||||
<?php $pmelo->htmlFighterTable(); ?>
|
||||
<?php $pmelo->htmlLogOutput(); ?>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user