Ajout de la page d'accueil et typos
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
</a>
|
</a>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="on-bar with-subtitle"><a class="on-bar" href="<?=$config['rel_root_folder']?>restauration-de-refuges">Restauration<br>
|
<li class="on-bar with-subtitle"><a class="on-bar" href="<?=$config['rel_root_folder']?>wiki/restauration-de-refuges">Restauration<br>
|
||||||
<span class="subtitle">de refuges pastoraux</span></a></li>
|
<span class="subtitle">de refuges pastoraux</span></a></li>
|
||||||
<li class="on-bar with-subtitle"><a class="on-bar" href="<?=$config['rel_root_folder']?>metallerie">Métallerie<br>
|
<li class="on-bar with-subtitle"><a class="on-bar" href="<?=$config['rel_root_folder']?>wiki/metallerie">Métallerie<br>
|
||||||
<span class="subtitle">agricole</span></a></li>
|
<span class="subtitle">agricole</span></a></li>
|
||||||
<li class="on-bar has-sub with-subtitle">
|
<li class="on-bar has-sub with-subtitle">
|
||||||
<a class="on-bar" href="<?=$config['rel_root_folder']?>map">Inventaire<br>
|
<a class="on-bar" href="<?=$config['rel_root_folder']?>map">Inventaire<br>
|
||||||
@@ -47,10 +47,10 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="on-bar has-sub"><a class="on-bar" href="#"><i class="icon fas fa-question"></i></a>
|
<li class="on-bar has-sub"><a class="on-bar" href="#"><i class="icon fas fa-question"></i></a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?=$config['rel_root_folder']?>wiki/help">Aide</a></li>
|
<!--<li><a href="<?=$config['rel_root_folder']?>wiki/help">Aide</a></li>-->
|
||||||
<li><a href="<?=$config['rel_root_folder']?>blog">Blog</a></li>
|
<li><a href="<?=$config['rel_root_folder']?>blog">Blog</a></li>
|
||||||
<li><a href="<?=$config['rel_root_folder']?>contact">Contact</a></li>
|
<li><a href="<?=$config['rel_root_folder']?>contact">Contact</a></li>
|
||||||
<li><a href="<?=$config['rel_root_folder']?>wiki/api">API Développeurs</a></li>
|
<!--<li><a href="<?=$config['rel_root_folder']?>wiki/api">API Développeurs</a></li>-->
|
||||||
<li><a href="<?=$config['rel_root_folder']?>wiki/about">À propos</a></li>
|
<li><a href="<?=$config['rel_root_folder']?>wiki/about">À propos</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ footer a:hover {
|
|||||||
|
|
||||||
#indexFullW {
|
#indexFullW {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: url('../img/aside.jpg') center center no-repeat #070707;
|
background: url('../img/aside.jpg') left center no-repeat #070707;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
@@ -333,42 +333,62 @@ footer a:hover {
|
|||||||
height: 320px;
|
height: 320px;
|
||||||
width: 850px;
|
width: 850px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#spacebeforesponsors {
|
#imglegend {
|
||||||
height: 238px;
|
text-align: right;
|
||||||
}
|
|
||||||
|
|
||||||
#sponsors {
|
|
||||||
height: 70px;
|
|
||||||
background: rgba(0,0,0,0.5);
|
background: rgba(0,0,0,0.5);
|
||||||
padding: 5px 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sponsors a {
|
|
||||||
float: right;
|
|
||||||
display: block;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sponsors a img {
|
|
||||||
height: 60px;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sponsors p {
|
|
||||||
float: left;
|
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 20px;
|
font-size: 14px;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
line-height: 70px;
|
line-height: 20px;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
#imglegend p {
|
||||||
|
padding: 5px;
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section .thumb {
|
section .imglegend {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #bbb;
|
||||||
|
}
|
||||||
|
section .imglegend img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
section .imglegend p {
|
||||||
|
display: block;
|
||||||
|
background: rgba(0,0,0,0.5);
|
||||||
|
color: white;
|
||||||
|
font-size: 14px;
|
||||||
|
font-variant: small-caps;
|
||||||
|
line-height: 20px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
margin: 0;
|
||||||
|
padding: 2px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#index .container {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#index .colonne {
|
||||||
|
flex: 1;
|
||||||
|
padding: 1rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#index .colonne a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
#index .colonne p {
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************************/
|
/*********************************/
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Mise à jour.</h1>
|
<h1>Mise à jour</h1>
|
||||||
<br>
|
<br>
|
||||||
<pre><?
|
<pre><?
|
||||||
foreach($output as $line) {
|
foreach($output as $line) {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Administration.</h1>
|
<h1>Administration</h1>
|
||||||
<br>
|
<br>
|
||||||
<? if($user->rankIsHigher("administrator")) { ?>
|
<? if($user->rankIsHigher("administrator")) { ?>
|
||||||
<a href="<?=$config['rel_root_folder']?>admin/git-pull" class="button"><i class="fas fa-sync-alt"></i> Mettre à jour</a> <small>Met à jour le logiciel depuis le dépôt GIT.</small><br><br>
|
<a href="<?=$config['rel_root_folder']?>admin/git-pull" class="button"><i class="fas fa-sync-alt"></i> Mettre à jour</a> <small>Met à jour le logiciel depuis le dépôt GIT.</small><br><br>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Logs.</h1>
|
<h1>Logs</h1>
|
||||||
<span class="subtitle">
|
<span class="subtitle">
|
||||||
<select id="logfile">
|
<select id="logfile">
|
||||||
<? $i = 0;
|
<? $i = 0;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section id="blog_list">
|
<section id="blog_list">
|
||||||
<h1>Blog.</h1>
|
<h1>Blog</h1>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
<? if ($user->rankIsHigher("moderator")) { ?>
|
<? if ($user->rankIsHigher("moderator")) { ?>
|
||||||
<a href="<?=$config['rel_root_folder']?>blog/new"><i class="fas fa-plus"></i> Nouvel article</a> —
|
<a href="<?=$config['rel_root_folder']?>blog/new"><i class="fas fa-plus"></i> Nouvel article</a> —
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Contribuer au projet Kabano.</h1>
|
<h1>Contribuer au projet Kabano</h1>
|
||||||
<p>Étant un projet collaboratif, Kabano se repose sur vos contributions pour diffuser des informations au plus proche de la réalité. En participant au projet Kabano, vous acceptez de placer vos collaborations sous <a href="<?=$config['rel_root_folder']?>wiki/licences">nos licences libres</a>.</p>
|
<p>Étant un projet collaboratif, Kabano se repose sur vos contributions pour diffuser des informations au plus proche de la réalité. En participant au projet Kabano, vous acceptez de placer vos collaborations sous <a href="<?=$config['rel_root_folder']?>wiki/licences">nos licences libres</a>.</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Nous contacter.</h1>
|
<h1>Me contacter</h1>
|
||||||
<form class="form" action="<?=$config['rel_root_folder']?>contact" method="post">
|
<form class="form" action="<?=$config['rel_root_folder']?>contact" method="post">
|
||||||
<? if($error=="name") { ?>
|
<? if($error=="name") { ?>
|
||||||
<p style="color: red;">Veuillez renseigner votre nom.</p>
|
<p style="color: red;">Veuillez renseigner votre nom.</p>
|
||||||
@@ -43,8 +43,8 @@
|
|||||||
else { ?>
|
else { ?>
|
||||||
<p id="captcha">
|
<p id="captcha">
|
||||||
<input type="hidden" id="captchahidden" name="captcha" value="10">
|
<input type="hidden" id="captchahidden" name="captcha" value="10">
|
||||||
<span id="captchatext">Merci d'attendre <b id="captchasec">10 s</b> avant de pouvoir nous contacter.<br>
|
<span id="captchatext">Merci d'attendre <b id="captchasec">10 s</b> avant de pouvoir me contacter.<br>
|
||||||
<small>Ceci nous permet de laisser les robots à la porte.</small></span>
|
<small>Ceci me permet de laisser les robots à la porte.</small></span>
|
||||||
<input disabled id="captchasubmit" style="display:none;" type="submit" name="submit" value="Envoyer">
|
<input disabled id="captchasubmit" style="display:none;" type="submit" name="submit" value="Envoyer">
|
||||||
</p>
|
</p>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|||||||
@@ -8,12 +8,11 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<aside id="indexFullW">
|
<aside id="indexFullW">
|
||||||
<!-- <div id="AScontent">
|
<div id="AScontent">
|
||||||
<div id="spacebeforesponsors"></div>
|
<div id="imglegend">
|
||||||
<div id="sponsors">
|
<p>Refuge de Pointe Basse.</p>
|
||||||
<p style="font-size: 1.3em;">Aidez Kabano en partagant sa <a style="font-weight: 6b00; color: orange; float: none; padding: 0; display: inline;" href="http://fr.ulule.com/kabano/" target="_blank">campagne de financement Ulule</a> !</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
@@ -36,11 +35,26 @@
|
|||||||
|
|
||||||
<?=$wikiPage->content_html?>
|
<?=$wikiPage->content_html?>
|
||||||
|
|
||||||
<p style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<img alt="Illustration hut" src="<?=$config['views_url']?>img/thumb1.jpg" class="thumb" title="© ptit tapou - Forums Pyrénées Team">
|
<div class="imglegend">
|
||||||
<img alt="Illustration tent" src="<?=$config['views_url']?>img/thumb2.jpg" class="thumb">
|
<img alt="Héliportage vers une cabane" src="<?=$config['rel_root_folder']?>medias/img/heliportage-cabane.jpg">
|
||||||
<img alt="Illustration hut" src="<?=$config['views_url']?>img/thumb3.jpg" class="thumb" title="CC BY-SA - EricM - refuges.info">
|
<p>Héliportage vers La Peyrouse</p>
|
||||||
</p>
|
</div>
|
||||||
|
<div class="imglegend">
|
||||||
|
<img alt="Fournil mobile" src="<?=$config['rel_root_folder']?>medias/img/fournil-mobile.jpg">
|
||||||
|
<p>Fournil mobile</p>
|
||||||
|
</div>
|
||||||
|
<div class="imglegend">
|
||||||
|
<img alt="Cabane du col blanc" src="<?=$config['rel_root_folder']?>medias/img/cabane-col-blanc.jpg">
|
||||||
|
<p>Cabane du col blanc</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="colonne"><a href="<?=$config['rel_root_folder']?>wiki/restauration-de-refuges">Restauration de refuges</a><p>Je restaure et répare ces cabanes pastorales, de randonneurs, ou pour scientifiques. Que ce soit les menuiseries métalliques, le système électrique, la plomberie, la charpente, la couverture ou de la petite maçonnerie.</p></div>
|
||||||
|
<div class="colonne"><a href="<?=$config['rel_root_folder']?>wiki/metallerie">Métallerie agricole</a><p>Je construit, répare, ou adapte vos machines et outils agricoles maraichers, viticoles ou dans la transformation du blé. Le tout dans mon atelier à Durban-sur-Arize (09)</p></div>
|
||||||
|
<div class="colonne"><a href="<?=$config['rel_root_folder']?>map">Inventaire de cabanes</a><p>Je vous met à disposition un inventaire des cabanes et refuges de montagne, en France et ailleurs, pour que vous puissiez y passer une nuit ou un repas.</p></div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<? include('blocks/d.footer.html'); ?>
|
<? include('blocks/d.footer.html'); ?>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Connexion.</h1>
|
<h1>Connexion</h1>
|
||||||
<form class="form" action="<?=$config['rel_root_folder']?>user/login" method="post" id="login">
|
<form class="form" action="<?=$config['rel_root_folder']?>user/login" method="post" id="login">
|
||||||
<? if(isset($_GET['error']) AND $_GET['error']==1) { ?>
|
<? if(isset($_GET['error']) AND $_GET['error']==1) { ?>
|
||||||
<p style="color: red;">Erreur lors de la connexion, merci de réessayer.</p>
|
<p style="color: red;">Erreur lors de la connexion, merci de réessayer.</p>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section id="member_list">
|
<section id="member_list">
|
||||||
<h1>Liste des membres.</h1>
|
<h1>Liste des membres</h1>
|
||||||
<p class="subtitle">Membres <?=$first?> à <?=$last?> sur les <?=$users->number?> inscrits</p>
|
<p class="subtitle">Membres <?=$first?> à <?=$last?> sur les <?=$users->number?> inscrits</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Envoi d'un mot de passe.</h1>
|
<h1>Envoi d'un mot de passe</h1>
|
||||||
<form class="form" action="<?=$config['rel_root_folder']?>user/password_lost" method="post" id="password_lodt">
|
<form class="form" action="<?=$config['rel_root_folder']?>user/password_lost" method="post" id="password_lodt">
|
||||||
<? if(isset($_GET['error']) AND $_GET['error']==1) { ?>
|
<? if(isset($_GET['error']) AND $_GET['error']==1) { ?>
|
||||||
<p style="color: red;">Cette adresse mail n'existe pas.</p>
|
<p style="color: red;">Cette adresse mail n'existe pas.</p>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<? include('blocks/d.nav.html'); ?>
|
<? include('blocks/d.nav.html'); ?>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1>Inscription.</h1>
|
<h1>Inscription</h1>
|
||||||
<form class="form" action="<?=$config['rel_root_folder']?>user/signin" method="post" id="signin">
|
<form class="form" action="<?=$config['rel_root_folder']?>user/signin" method="post" id="signin">
|
||||||
<? if(isset($_GET['error']) AND $_GET['error']=="name") { ?>
|
<? if(isset($_GET['error']) AND $_GET['error']=="name") { ?>
|
||||||
<p style="color: red;">Veuillez choisir un autre nom d'utilisateur.</p>
|
<p style="color: red;">Veuillez choisir un autre nom d'utilisateur.</p>
|
||||||
|
|||||||
BIN
views/img/aside.jpg
Executable file → Normal file
BIN
views/img/aside.jpg
Executable file → Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 94 KiB |
Reference in New Issue
Block a user