48 lines
1.5 KiB
PHP
48 lines
1.5 KiB
PHP
<?php require_once "pmelo.inc.php"; ?>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- shared imports (common css, MaterializeCss) -->
|
|
<?php readfile("shared/imports.php"); ?>
|
|
|
|
<!-- inits for the materializeCss -->
|
|
<script src="index.js"></script>
|
|
|
|
<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">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<nav class="indigo darken-4">
|
|
<h1 style="display:inline;">cwsvJudo Apps</h1>
|
|
<a class="right top-nav sidenav-trigger waves-effect waves-light hide-on-large-only" href="#" data-target="nav-mobile">
|
|
<i class="material-icons">menu</i>
|
|
</a>
|
|
</nav>
|
|
<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" />
|
|
</a>
|
|
</li>
|
|
<?php require_once "sidenav/loginStatus.php"; ?><!-- brings its own li -->
|
|
</ul>
|
|
</header>
|
|
|
|
<main>
|
|
<h2><a href="pmelo">pmElo</a></h2>
|
|
|
|
<?php $pmelo->htmlFighterInputForm();?>
|
|
<?php $pmelo->htmlFighterTable();?>
|
|
<?php $pmelo->htmlLogOutput();?>
|
|
</main>
|
|
</body>
|
|
</html>
|