Albirew
f3838c8b17
removed unused comment added log viewer in admin menu logs page arrangement MOAR PRAGMA NO-CACHE
64 lignes
Pas d'EOL
2,6 Kio
PHP
64 lignes
Pas d'EOL
2,6 Kio
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<!--
|
|
___ ___
|
|
___ __| | | |__ ___
|
|
/ / / /| | | |\ \ \ \
|
|
/ / / / | |___| | \ \ \ \
|
|
/ /__/ / | | \ \__\ \
|
|
/ __ / | ___ | \ __ \
|
|
/ / / / | | | | \ \ \ \
|
|
_________/__/ /__/_____|___| |___|_____\__\ \__\__________
|
|
|############################################################|
|
|
| HARDCORE HENTAI HEADQUARTER |
|
|
|############################################################|
|
|
|############################################################|
|
|
|###########_____SITE V3 - POLE DEVELOPPEMENT_____###########|
|
|
-->
|
|
<meta charset="UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
|
<meta http-equiv="pragma" content="no-cache" />
|
|
<title>Hardcore Hentai Heaquarter V3 - ADMIN</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png">
|
|
<link rel="stylesheet" href="design/css.css">
|
|
<link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
|
|
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
|
|
<script src="design/js/jquery-1.11.0.js"></script>
|
|
<script src="design/js/interface.js"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="entete">Hardcore Hentai Heaquarter V3 - ADMIN</div>
|
|
<nav>
|
|
<div class="menu">
|
|
<div>News</div>
|
|
<a href="listedesnews.php">Liste des news</a>
|
|
<a href="ecrireunenews.php">Écrire une news</a>
|
|
<a href="bestofnews.php">Gérer les best-of</a>
|
|
</div>
|
|
<div class="menu">
|
|
<div>Projets</div>
|
|
<a href="ajoutprojet.php">Ajouter un projet</a>
|
|
<a href="listedesprojets.php">Liste des projets</a>
|
|
<a href="ajoutdownload.php">Ajouter un download</a>
|
|
<a href="listedesdownload.php">Liste des downloads</a>
|
|
</div>
|
|
<div class="menu">
|
|
<div>Membre</div>
|
|
<a href="ajoutmembre.php">Ajouter un membre</a>
|
|
<a href="listedesmembres.php">Liste des membres</a>
|
|
</div>
|
|
<div class="menu">
|
|
<div>Statistiques</div>
|
|
<a href="statdownload.php">Les downloads</a>
|
|
<a href="statprojet.php">Les notes de projet</a>
|
|
<a href="comnews.php">Les commentaires de news</a>
|
|
<a href="comprojet.php">Les commentaires de projets</a>
|
|
</div>
|
|
<div class="menu"><a href="log.php">ErrorLog</a></div>
|
|
</nav>
|
|
</header> |