initial commit
This commit is contained in:
commit
5a744fbb80
|
@ -0,0 +1,5 @@
|
|||
# README
|
||||
|
||||
* [Hadoly](https://hadoly.fr/)
|
||||
* [Site de test](http://hadoly.pegeoffroy.fr/pluxml/)
|
||||
* [PluCSS](https://plucss.pluxml.org/) : Framework CSS pour PluXml
|
|
@ -0,0 +1,76 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12 med-9">
|
||||
|
||||
<ul class="repertory menu breadcrumb">
|
||||
<li><a href="<?php $plxShow->racine() ?>"><?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li><?php echo plxDate::formatDate($plxShow->plxMotor->cible, $plxShow->lang('ARCHIVES').' #month #num_year(4)') ?></li>
|
||||
</ul>
|
||||
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
<article class="article" id="post-<?php echo $plxShow->artId(); ?>">
|
||||
|
||||
<header>
|
||||
<span class="art-date">
|
||||
<time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
|
||||
<?php $plxShow->artDate('#num_day #month #num_year(4)'); ?>
|
||||
</time>
|
||||
</span>
|
||||
<h2>
|
||||
<?php $plxShow->artTitle('link'); ?>
|
||||
</h2>
|
||||
<div>
|
||||
<small>
|
||||
<span class="written-by">
|
||||
<?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?>
|
||||
</span>
|
||||
<span class="art-nb-com">
|
||||
<?php $plxShow->artNbCom(); ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<small>
|
||||
<span class="classified-in">
|
||||
<?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?>
|
||||
</span>
|
||||
<span class="tags">
|
||||
<?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->artThumbnail(); ?>
|
||||
<?php $plxShow->artChapo(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<nav class="pagination text-center">
|
||||
<?php $plxShow->pagination(); ?>
|
||||
</nav>
|
||||
|
||||
<span>
|
||||
<?php $plxShow->artFeed('rss',$plxShow->catId()); ?>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
@ -0,0 +1,62 @@
|
|||
<?php include(dirname(__FILE__) . '/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12">
|
||||
|
||||
|
||||
<article class="article" id="post-<?php echo $plxShow->artId(); ?>">
|
||||
|
||||
<header>
|
||||
<span class="art-date">
|
||||
<time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
|
||||
<?php $plxShow->artDate('#num_day #month #num_year(4)'); ?>
|
||||
</time>
|
||||
</span>
|
||||
<h2>
|
||||
<?php $plxShow->artTitle(); ?>
|
||||
</h2>
|
||||
<div>
|
||||
<small>
|
||||
<span class="written-by">
|
||||
<?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?>
|
||||
</span>
|
||||
<span class="art-nb-com">
|
||||
<a href="<?php $plxShow->artUrl(); ?>#comments" title="<?php $plxShow->artNbCom(); ?>"><?php $plxShow->artNbCom(); ?></a>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<small>
|
||||
<span class="classified-in">
|
||||
<?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?>
|
||||
</span>
|
||||
<span class="tags">
|
||||
<?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->artThumbnail(); ?>
|
||||
<?php $plxShow->artContent(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
<?php $plxShow->artAuthorInfos('<div class="author-infos">#art_authorinfos</div>'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/commentaires.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
@ -0,0 +1,63 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12 med-9">
|
||||
|
||||
<article class="article" id="post-<?php echo $plxShow->artId(); ?>">
|
||||
|
||||
<header>
|
||||
<span class="art-date">
|
||||
<time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
|
||||
<?php $plxShow->artDate('#num_day #month #num_year(4)'); ?>
|
||||
</time>
|
||||
</span>
|
||||
<h2>
|
||||
<?php $plxShow->artTitle(); ?>
|
||||
</h2>
|
||||
<div>
|
||||
<small>
|
||||
<span class="written-by">
|
||||
<?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?>
|
||||
</span>
|
||||
<span class="art-nb-com">
|
||||
<a href="<?php $plxShow->artUrl(); ?>#comments" title="<?php $plxShow->artNbCom(); ?>"><?php $plxShow->artNbCom(); ?></a>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<small>
|
||||
<span class="classified-in">
|
||||
<?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?>
|
||||
</span>
|
||||
<span class="tags">
|
||||
<?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->artThumbnail(); ?>
|
||||
<?php $plxShow->artContent(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
<?php $plxShow->artAuthorInfos('<div class="author-infos">#art_authorinfos</div>'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/commentaires.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
@ -0,0 +1,77 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main" role="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12">
|
||||
|
||||
<ul class="repertory menu breadcrumb">
|
||||
<li><a href="<?php $plxShow->racine() ?>"><?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li><?php $plxShow->catName(); ?></li>
|
||||
</ul>
|
||||
|
||||
<p><?php $plxShow->catDescription('#cat_description'); ?></p>
|
||||
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
|
||||
<article class="article" id="post-<?php echo $plxShow->artId(); ?>">
|
||||
|
||||
<header>
|
||||
<span class="art-date">
|
||||
<time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
|
||||
<?php $plxShow->artDate('#num_day #month #num_year(4)'); ?>
|
||||
</time>
|
||||
</span>
|
||||
<h2>
|
||||
<?php $plxShow->artTitle('link'); ?>
|
||||
</h2>
|
||||
<div>
|
||||
<small>
|
||||
<span class="written-by">
|
||||
<?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?>
|
||||
</span>
|
||||
<span class="art-nb-com">
|
||||
<?php $plxShow->artNbCom(); ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<small>
|
||||
<span class="classified-in">
|
||||
<?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?>
|
||||
</span>
|
||||
<span class="tags">
|
||||
<?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->artThumbnail(); ?>
|
||||
<?php $plxShow->artChapo(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<nav class="pagination text-center">
|
||||
<?php $plxShow->pagination(); ?>
|
||||
</nav>
|
||||
|
||||
<span>
|
||||
<?php $plxShow->artFeed('rss',$plxShow->catId()); ?>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
@ -0,0 +1,78 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12 med-9">
|
||||
|
||||
<ul class="repertory menu breadcrumb">
|
||||
<li><a href="<?php $plxShow->racine() ?>"><?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li><?php $plxShow->catName(); ?></li>
|
||||
</ul>
|
||||
|
||||
<p><?php $plxShow->catDescription('#cat_description'); ?></p>
|
||||
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
<article class="article" id="post-<?php echo $plxShow->artId(); ?>">
|
||||
|
||||
<header>
|
||||
<span class="art-date">
|
||||
<time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
|
||||
<?php $plxShow->artDate('#num_day #month #num_year(4)'); ?>
|
||||
</time>
|
||||
</span>
|
||||
<h2>
|
||||
<?php $plxShow->artTitle('link'); ?>
|
||||
</h2>
|
||||
<div>
|
||||
<small>
|
||||
<span class="written-by">
|
||||
<?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?>
|
||||
</span>
|
||||
<span class="art-nb-com">
|
||||
<?php $plxShow->artNbCom(); ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<small>
|
||||
<span class="classified-in">
|
||||
<?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?>
|
||||
</span>
|
||||
<span class="tags">
|
||||
<?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->artThumbnail(); ?>
|
||||
<?php $plxShow->artChapo(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<nav class="pagination text-center">
|
||||
<?php $plxShow->pagination(); ?>
|
||||
</nav>
|
||||
|
||||
<span>
|
||||
<?php $plxShow->artFeed('rss',$plxShow->catId()); ?>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
@ -0,0 +1,123 @@
|
|||
<?php if(!defined('PLX_ROOT')) exit; ?>
|
||||
|
||||
<?php if($plxShow->plxMotor->plxRecord_coms): ?>
|
||||
|
||||
<h3 id="comments">
|
||||
<?php echo $plxShow->artNbCom(); ?>
|
||||
</h3>
|
||||
|
||||
<?php while($plxShow->plxMotor->plxRecord_coms->loop()): # On boucle sur les commentaires ?>
|
||||
|
||||
<div id="<?php $plxShow->comId(); ?>" class="comment <?php $plxShow->comLevel(); ?>">
|
||||
|
||||
<div id="com-<?php $plxShow->comIndex(); ?>">
|
||||
|
||||
<small>
|
||||
<a class="nbcom" href="<?php $plxShow->ComUrl(); ?>" title="#<?php echo $plxShow->plxMotor->plxRecord_coms->i+1 ?>">#<?php echo $plxShow->plxMotor->plxRecord_coms->i+1 ?></a>
|
||||
<time datetime="<?php $plxShow->comDate('#num_year(4)-#num_month-#num_day #hour:#minute'); ?>"><?php $plxShow->comDate('#day #num_day #month #num_year(4) - #hour:#minute'); ?></time> -
|
||||
<?php $plxShow->comAuthor('link'); ?>
|
||||
<?php $plxShow->lang('SAID'); ?> :
|
||||
</small>
|
||||
|
||||
<blockquote>
|
||||
<p class="content_com type-<?php $plxShow->comType(); ?>"><?php $plxShow->comContent(); ?></p>
|
||||
</blockquote>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if($plxShow->plxMotor->plxRecord_arts->f('allow_com') AND $plxShow->plxMotor->aConf['allow_com']): ?>
|
||||
<a rel="nofollow" href="<?php $plxShow->artUrl(); ?>#form" onclick="replyCom('<?php $plxShow->comIndex() ?>')"><?php $plxShow->lang('REPLY'); ?></a>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php endwhile; # Fin de la boucle sur les commentaires ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if($plxShow->plxMotor->plxRecord_arts->f('allow_com') AND $plxShow->plxMotor->aConf['allow_com']): ?>
|
||||
|
||||
<h3>
|
||||
<?php $plxShow->lang('WRITE_A_COMMENT') ?>
|
||||
</h3>
|
||||
|
||||
<form id="form" action="<?php $plxShow->artUrl(); ?>#form" method="post">
|
||||
|
||||
<fieldset>
|
||||
|
||||
<div class="grid">
|
||||
<div class="col sml-12">
|
||||
<label for="id_name"><?php $plxShow->lang('NAME') ?> :</label>
|
||||
<input id="id_name" name="name" type="text" size="20" value="<?php $plxShow->comGet('name',''); ?>" maxlength="30" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<div class="col sml-12 lrg-6">
|
||||
<label for="id_mail"><?php $plxShow->lang('EMAIL') ?> :</label>
|
||||
<input id="id_mail" name="mail" type="text" size="20" value="<?php $plxShow->comGet('mail',''); ?>" />
|
||||
</div>
|
||||
<div class="col sml-12 lrg-6">
|
||||
<label for="id_site"><?php $plxShow->lang('WEBSITE') ?> :</label>
|
||||
<input id="id_site" name="site" type="text" size="20" value="<?php $plxShow->comGet('site',''); ?>" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<div class="col sml-12">
|
||||
<div id="id_answer"></div>
|
||||
<label for="id_content" class="lab_com"><?php $plxShow->lang('COMMENT') ?> :</label>
|
||||
<textarea id="id_content" name="content" cols="35" rows="6"><?php $plxShow->comGet('content',''); ?></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php $plxShow->comMessage('<p id="com_message" class="#com_class"><strong>#com_message</strong></p>'); ?>
|
||||
|
||||
<?php if($plxShow->plxMotor->aConf['capcha']): ?>
|
||||
|
||||
<div class="grid">
|
||||
<div class="col sml-12">
|
||||
<label for="id_rep"><strong><?php echo $plxShow->lang('ANTISPAM_WARNING') ?></strong></label>
|
||||
<?php $plxShow->capchaQ(); ?>
|
||||
<input id="id_rep" name="rep" type="text" size="2" maxlength="1" style="width: auto; display: inline;" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="grid">
|
||||
<div class="col sml-12">
|
||||
<input type="hidden" id="id_parent" name="parent" value="<?php $plxShow->comGet('parent',''); ?>" />
|
||||
<input class="blue" type="submit" value="<?php $plxShow->lang('SEND') ?>" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
|
||||
</form>
|
||||
|
||||
<script>
|
||||
function replyCom(idCom) {
|
||||
document.getElementById('id_answer').innerHTML='<?php $plxShow->lang('REPLY_TO'); ?> :';
|
||||
document.getElementById('id_answer').innerHTML+=document.getElementById('com-'+idCom).innerHTML;
|
||||
document.getElementById('id_answer').innerHTML+='<a rel="nofollow" href="<?php $plxShow->artUrl(); ?>#form" onclick="cancelCom()"><?php $plxShow->lang('CANCEL'); ?></a>';
|
||||
document.getElementById('id_answer').style.display='inline-block';
|
||||
document.getElementById('id_parent').value=idCom;
|
||||
document.getElementById('id_content').focus();
|
||||
}
|
||||
function cancelCom() {
|
||||
document.getElementById('id_answer').style.display='none';
|
||||
document.getElementById('id_parent').value='';
|
||||
document.getElementById('com_message').innerHTML='';
|
||||
}
|
||||
var parent = document.getElementById('id_parent').value;
|
||||
if(parent!='') { replyCom(parent) }
|
||||
</script>
|
||||
|
||||
<?php else: ?>
|
||||
|
||||
<p>
|
||||
<?php $plxShow->lang('COMMENTS_CLOSED') ?>.
|
||||
</p>
|
||||
|
||||
<?php endif; # Fin du if sur l'autorisation des commentaires ?>
|
||||
|
||||
<p><?php $plxShow->comFeed('rss',$plxShow->artId()); ?></p>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,540 @@
|
|||
/*
|
||||
# ------------------ BEGIN LICENSE BLOCK ------------------
|
||||
#
|
||||
# This file is part of PluXml : http://www.pluxml.org
|
||||
#
|
||||
# Package: theme.css
|
||||
# Copyright (c) 2017 PluXml
|
||||
# Authors Stephane F., Pedro "P3ter" CADETE.
|
||||
# Licensed under the GPL license.
|
||||
# See http://www.gnu.org/licenses/gpl.html
|
||||
#
|
||||
# ------------------- END LICENSE BLOCK -------------------
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'open_sansregular';
|
||||
src: url('../fonts/OpenSans-Regular-webfont.eot');
|
||||
src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
|
||||
url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
|
||||
url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'open_sansregular', sans-serif;
|
||||
font-size: 1.7em;
|
||||
line-height: 1.6em;
|
||||
color: #3A4145;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* ---------- Header ---------- */
|
||||
|
||||
@media (min-width: 64rem) {
|
||||
.container {
|
||||
padding-left: 15rem;
|
||||
padding-right: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-top: 1.3rem;
|
||||
height: 9rem;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.header a {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
.header a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.logo {
|
||||
background: url("../img/pluxml-logo-black.png") top left no-repeat;
|
||||
height: 10rem;
|
||||
background-size: 8rem;
|
||||
background-position: 2rem 0;
|
||||
padding-left: 11rem;
|
||||
}
|
||||
|
||||
.bg {
|
||||
background: url(../img/bg.jpg) no-repeat top left;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
@media (max-width: 463px) {
|
||||
.logo {
|
||||
display: none;
|
||||
}
|
||||
.bg {
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ----- Nav / Menu ----- */
|
||||
|
||||
.nav {
|
||||
text-align: right;
|
||||
padding-top: 1.7rem;
|
||||
}
|
||||
|
||||
ul.menu {
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.menu>li.menu {
|
||||
padding: 5px 5px 2px 5px;
|
||||
}
|
||||
|
||||
.menu>li.menu:hover {
|
||||
border-bottom: 3px solid #222;
|
||||
}
|
||||
|
||||
.menu>li ul {
|
||||
display: none;
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
line-height: 2.8rem;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.menu>li:hover ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.menu ul li {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0 1rem;
|
||||
background-color: #fff;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.menu span::before {
|
||||
content: '\25bc';
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.nav {
|
||||
height: auto;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
text-align: left;
|
||||
margin-top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.nav>.container {
|
||||
padding: 0;
|
||||
}
|
||||
li.menu {
|
||||
padding: 5px 5px 2px 5px;
|
||||
background: #efefef;
|
||||
}
|
||||
li.menu:hover {
|
||||
border: none;
|
||||
}
|
||||
.responsive-menu label {
|
||||
background-color: transparent;
|
||||
color: #333;
|
||||
font-size: 3.5rem;
|
||||
margin: .75rem;
|
||||
text-align: right;
|
||||
}
|
||||
.responsive-menu label:before {
|
||||
content: '\2630';
|
||||
}
|
||||
.menu>li ul {
|
||||
position: relative !important;
|
||||
}
|
||||
.menu>li ul li:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
.menu>li ul li:hover a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.responsive-menu ul li.active a,
|
||||
.responsive-menu ul li.active:hover {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
li.active a,
|
||||
a.active {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.static.group.active,
|
||||
.static.menu.active a {
|
||||
color: #000;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.static.group.noactive,
|
||||
.static.menu.noactive a {
|
||||
color: #258fd6;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* ---------- Main ---------- */
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.repertory {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
|
||||
/* ------- Pagination ------- */
|
||||
|
||||
.pagination {
|
||||
margin: 3rem 0 3rem 0;
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
background-color: #258fd6;
|
||||
border-radius: .3rem;
|
||||
color: #fff;
|
||||
padding: .9rem .7rem;
|
||||
transition-duration: .2s;
|
||||
}
|
||||
|
||||
.pagination a:hover {
|
||||
background-color: #3a6c96;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pagination span:first-letter,
|
||||
.pagination a:first-letter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.p_first,
|
||||
.p_prev,
|
||||
.p_current,
|
||||
.p_next,
|
||||
.p_last {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
/* ------- Article ------- */
|
||||
|
||||
.article header {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.article header div {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.article header h2,
|
||||
.article header h2 a {
|
||||
color: #222;
|
||||
font-size: 3.2rem;
|
||||
line-height: 1.2em;
|
||||
letter-spacing: -1px;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.article header h2 a:hover {
|
||||
color: #111;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.article header small,
|
||||
.comment small {
|
||||
color: #9EABB3;
|
||||
}
|
||||
|
||||
.article header span:before,
|
||||
.article header time:before,
|
||||
.article footer span:before {
|
||||
padding-left: 1.5rem;
|
||||
padding-right: .3rem;
|
||||
}
|
||||
|
||||
.article .art-date {
|
||||
font-size: 1.5rem;
|
||||
color: #9EABB3;
|
||||
}
|
||||
|
||||
.article .written-by:after {
|
||||
content: '|';
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.article .classified-in:after {
|
||||
content: '|';
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.article img.art_thumbnail {
|
||||
padding: 30px 15px 15px 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.page.mode-article .article footer {
|
||||
border-top: 1px solid #dedede;
|
||||
border-bottom: 1px solid #dedede;
|
||||
}
|
||||
|
||||
/* ------- Comments ------- */
|
||||
|
||||
#form {
|
||||
border-top: 130px solid transparent;
|
||||
margin: -130px 0 0;
|
||||
}
|
||||
|
||||
.comment {
|
||||
background-image: url('../img/user.png');
|
||||
background-repeat: no-repeat;
|
||||
margin-bottom: 2.5rem;
|
||||
padding-left: 6rem;
|
||||
border-top: 100px solid transparent;
|
||||
margin-top: -100px;
|
||||
}
|
||||
|
||||
.comment blockquote {
|
||||
margin: 0;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.type-admin {
|
||||
background-color: #F0F8FF;
|
||||
padding: .2rem .5rem;
|
||||
}
|
||||
|
||||
.nbcom {
|
||||
background-color: #258fd6;
|
||||
border-radius: .3rem;
|
||||
color: #fff;
|
||||
padding: .4rem .6rem;
|
||||
}
|
||||
|
||||
.nbcom:hover {
|
||||
background-color: #3a6c96;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.level-0 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.level-1 {
|
||||
margin-left: 5rem;
|
||||
}
|
||||
|
||||
.level-2 {
|
||||
margin-left: 10rem
|
||||
}
|
||||
|
||||
.level-3 {
|
||||
margin-left: 15rem;
|
||||
}
|
||||
|
||||
.level-4 {
|
||||
margin-left: 20rem;
|
||||
}
|
||||
|
||||
.level-5,
|
||||
.level-max {
|
||||
margin-left: 25rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.comment {
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.level-1 {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.level-2 {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.level-3 {
|
||||
margin-left: 3rem;
|
||||
}
|
||||
.level-4 {
|
||||
margin-left: 4rem;
|
||||
}
|
||||
.level-5,
|
||||
.level-max {
|
||||
margin-left: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
#id_answer {
|
||||
margin-bottom: 1.5rem;
|
||||
padding: 1.5rem;
|
||||
border: 1px solid #eee;
|
||||
width: 100%;
|
||||
background: #fafafa;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.capcha-letter,
|
||||
.capcha-word {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.capcha-word {
|
||||
background-color: #ddd;
|
||||
border-radius: .3rem;
|
||||
letter-spacing: .5rem;
|
||||
padding: .9rem .7rem;
|
||||
transition-duration: .2s;
|
||||
}
|
||||
|
||||
.capcha-word:hover {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
transition-duration: .2s;
|
||||
}
|
||||
|
||||
/* ------- Sidebar ------- */
|
||||
|
||||
.aside {
|
||||
padding: 0 2rem 0 2rem;
|
||||
}
|
||||
|
||||
.aside h3 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
margin-top: 5rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.aside ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.aside {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* tags */
|
||||
|
||||
.aside ul.tag-list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.aside ul.tag-list li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aside ul.tag-list li a {
|
||||
padding: 0 0.5rem 0 0;
|
||||
}
|
||||
|
||||
.aside ul.tag-list li a.active {
|
||||
font-weight: bold;
|
||||
background-color: #68838b;
|
||||
color: #fff;
|
||||
padding: 0 0.5rem 0 0.5rem;
|
||||
}
|
||||
|
||||
/* https://www.w3schools.com/colors/colors_trends.asp (The 10 Hottest Fall Colors for 2016) */
|
||||
|
||||
.tag-size-1 a {
|
||||
font-size: 1.0rem;
|
||||
/* Riverside */
|
||||
color: #4C6A92;
|
||||
}
|
||||
|
||||
.tag-size-2 a {
|
||||
font-size: 1.2rem;
|
||||
/* Airy Blue */
|
||||
color: #92B6D5;
|
||||
}
|
||||
|
||||
.tag-size-3 a {
|
||||
font-size: 1.4rem;
|
||||
/* Sharkskin */
|
||||
color: #838487;
|
||||
}
|
||||
|
||||
.tag-size-4 a {
|
||||
font-size: 1.6rem;
|
||||
/* Bodacious */
|
||||
color: #B76BA3;
|
||||
}
|
||||
|
||||
.tag-size-5 a {
|
||||
color: #AF9483;
|
||||
/* Warm Taupe */
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
.tag-size-6 a {
|
||||
color: #AD5D5D;
|
||||
/* Dusty Cedar */
|
||||
font-size: 2.0rem;
|
||||
}
|
||||
|
||||
.tag-size-7 a {
|
||||
font-size: 2.2rem;
|
||||
/* Lush Meadow */
|
||||
color: #006E51;
|
||||
}
|
||||
|
||||
.tag-size-8 a {
|
||||
font-size: 2.4rem;
|
||||
/* Spicy Mustard */
|
||||
color: #D8AE47;
|
||||
}
|
||||
|
||||
.tag-size-9 a {
|
||||
font-size: 2.6rem;
|
||||
/* Potter's Clay */
|
||||
color: #9E4624;
|
||||
}
|
||||
|
||||
.tag-size-10 a {
|
||||
font-size: 2.8rem;
|
||||
/* Aurora Red */
|
||||
color: #B93A32;
|
||||
}
|
||||
|
||||
.tag-size-11 a {
|
||||
font-size: 3.0rem;
|
||||
/* Snorkel Blue */
|
||||
color: #034F84;
|
||||
}
|
||||
|
||||
/* ---------- Footer ---------- */
|
||||
|
||||
.footer {
|
||||
background: #fff;
|
||||
color: #666;
|
||||
padding: 6rem 0;
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.footer p {
|
||||
margin: 0;
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12 med-8">
|
||||
|
||||
<article class="article">
|
||||
|
||||
<header>
|
||||
<h2>
|
||||
<?php $plxShow->lang('ERROR'); ?>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
<?php $plxShow->erreurMessage(); ?>
|
||||
</p>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
||||
|
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,24 @@
|
|||
<?php if (!defined('PLX_ROOT')) exit; ?>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<p>
|
||||
<?php $plxShow->mainTitle('link'); ?> - <?php $plxShow->subTitle(); ?> © 2018
|
||||
</p>
|
||||
<p>
|
||||
<?php $plxShow->lang('POWERED_BY') ?> <a href="http://www.pluxml.org" title="<?php $plxShow->lang('PLUXML_DESCRIPTION') ?>">PluXml</a>
|
||||
<?php $plxShow->lang('IN') ?> <?php $plxShow->chrono(); ?>
|
||||
<?php $plxShow->httpEncoding() ?> -
|
||||
<a rel="nofollow" href="<?php $plxShow->urlRewrite('core/admin/'); ?>" title="<?php $plxShow->lang('ADMINISTRATION') ?>"><?php $plxShow->lang('ADMINISTRATION') ?></a>
|
||||
</p>
|
||||
<ul class="menu">
|
||||
<li><a href="<?php $plxShow->urlRewrite('feed.php?rss') ?>" title="<?php $plxShow->lang('ARTICLES_RSS_FEEDS'); ?>"><?php $plxShow->lang('ARTICLES'); ?></a></li>
|
||||
<li><a href="<?php $plxShow->urlRewrite('feed.php?rss/commentaires'); ?>" title="<?php $plxShow->lang('COMMENTS_RSS_FEEDS') ?>"><?php $plxShow->lang('COMMENTS'); ?></a></li>
|
||||
<li><a href="<?php $plxShow->urlRewrite('#top') ?>" title="<?php $plxShow->lang('GOTO_TOP') ?>"><?php $plxShow->lang('TOP') ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,62 @@
|
|||
<?php if (!defined('PLX_ROOT')) exit; ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="<?php $plxShow->defaultLang() ?>">
|
||||
<head>
|
||||
<meta charset="<?php $plxShow->charset('min'); ?>">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
|
||||
<title><?php $plxShow->pageTitle(); ?></title>
|
||||
<?php $plxShow->meta('description') ?>
|
||||
<?php $plxShow->meta('keywords') ?>
|
||||
<?php $plxShow->meta('author') ?>
|
||||
<link rel="icon" href="<?php $plxShow->template(); ?>/img/favicon.png" />
|
||||
<link rel="stylesheet" href="<?php $plxShow->template(); ?>/css/plucss.css" media="screen"/>
|
||||
<link rel="stylesheet" href="<?php $plxShow->template(); ?>/css/theme.css" media="screen"/>
|
||||
<?php $plxShow->templateCss() ?>
|
||||
<?php $plxShow->pluginsCss() ?>
|
||||
<link rel="alternate" type="application/rss+xml" title="<?php $plxShow->lang('ARTICLES_RSS_FEEDS') ?>" href="<?php $plxShow->urlRewrite('feed.php?rss') ?>" />
|
||||
<link rel="alternate" type="application/rss+xml" title="<?php $plxShow->lang('COMMENTS_RSS_FEEDS') ?>" href="<?php $plxShow->urlRewrite('feed.php?rss/commentaires') ?>" />
|
||||
</head>
|
||||
|
||||
<body id="top" class="page mode-<?php $plxShow->mode(true) ?>">
|
||||
|
||||
<header class="header sticky">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="col sml-6">
|
||||
|
||||
<div class="logo">
|
||||
|
||||
<h1 class="no-margin heading-small"><?php $plxShow->mainTitle('link'); ?></h1>
|
||||
<h2 class="h5 no-margin"><?php $plxShow->subTitle(); ?></h2>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col sml-6">
|
||||
|
||||
<nav class="nav">
|
||||
|
||||
<div class="responsive-menu">
|
||||
<label for="menu"></label>
|
||||
<input type="checkbox" id="menu">
|
||||
<ul class="menu">
|
||||
<?php $plxShow->staticList($plxShow->getLang('HOME'),'<li class="#static_class #static_status" id="#static_id"><a href="#static_url" title="#static_name">#static_name</a></li>'); ?>
|
||||
<?php $plxShow->pageBlog('<li class="#page_class #page_status" id="#page_id"><a href="#page_url" title="#page_name">#page_name</a></li>'); ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<div class="bg"></div>
|
|
@ -0,0 +1,72 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12 med-9">
|
||||
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
<article class="article" id="post-<?php echo $plxShow->artId(); ?>">
|
||||
|
||||
<header>
|
||||
<span class="art-date">
|
||||
<time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
|
||||
<?php $plxShow->artDate('#num_day #month #num_year(4)'); ?>
|
||||
</time>
|
||||
</span>
|
||||
<h2>
|
||||
<?php $plxShow->artTitle('link'); ?>
|
||||
</h2>
|
||||
<div>
|
||||
<small>
|
||||
<span class="written-by">
|
||||
<?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?>
|
||||
</span>
|
||||
<span class="art-nb-com">
|
||||
<?php $plxShow->artNbCom(); ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<small>
|
||||
<span class="classified-in">
|
||||
<?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?>
|
||||
</span>
|
||||
<span class="tags">
|
||||
<?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->artThumbnail(); ?>
|
||||
<?php $plxShow->artChapo(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<nav class="pagination text-center">
|
||||
<?php $plxShow->pagination(); ?>
|
||||
</nav>
|
||||
|
||||
<span>
|
||||
<?php $plxShow->artFeed('rss',$plxShow->catId()); ?>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
Binary file not shown.
After Width: | Height: | Size: 356 B |
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 194 B |
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document>
|
||||
<title>
|
||||
<![CDATA[theme_pluxml_hadoly]]>
|
||||
</title>
|
||||
<author>
|
||||
<![CDATA[PEGeoffroy]]>
|
||||
</author>
|
||||
<version>1.0</version>
|
||||
<date>13/11/19</date>
|
||||
<site>https://hadoly.fr/</site>
|
||||
<description>
|
||||
<![CDATA[Thème pour Hadoly de PluXml 5.7]]>
|
||||
</description>
|
||||
</document>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menü',
|
||||
'HOME' => 'Startseite',
|
||||
'GOTO_CONTENT' => 'Zum Inhalt',
|
||||
'GOTO_MENU' => 'Zum Menü',
|
||||
'COMMENTS_RSS_FEEDS' => 'Kommentare als Feed',
|
||||
'COMMENTS' => 'Kommentare',
|
||||
'ARTICLES_RSS_FEEDS' => 'Artikel-Feed (RSS)',
|
||||
'ARTICLES' => 'Artikel',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Kategorien',
|
||||
'LATEST_ARTICLES' => 'Letzte Artikel',
|
||||
'LATEST_COMMENTS' => 'Letzte Kommentare',
|
||||
'ARCHIVES' => 'Archive',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Powered by',
|
||||
'PLUXML_DESCRIPTION' => 'Blog oder Cms ohne Datenbank',
|
||||
'IN' => 'in',
|
||||
'ADMINISTRATION' => 'Admin',
|
||||
'GOTO_TOP' => 'Zum Seitenanfang',
|
||||
'TOP' => 'Top',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Ein Fehler ist aufgetreten',
|
||||
'BACKTO_HOME' => 'Zurück zur Homepage',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Geschrieben von',
|
||||
'CLASSIFIED_IN' => 'Kategorisiert in',
|
||||
'TAGS' => 'Schlüsselwörter',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'sagte',
|
||||
'WRITE_A_COMMENT' => 'Schreiben einen Kommentar',
|
||||
'NAME' => 'Name',
|
||||
'WEBSITE' => 'Website (fakultativ)',
|
||||
'EMAIL' => 'E-mail (fakultativ)',
|
||||
'COMMENT' => 'Kommentar',
|
||||
'CLEAR' => 'Löschen',
|
||||
'SEND' => 'Versenden',
|
||||
'COMMENTS_CLOSED' => 'Die Kommentare sind geschlossen',
|
||||
'ANTISPAM_WARNING' => 'Anti-Spam',
|
||||
|
||||
'REPLY' => 'Antworten',
|
||||
'REPLY_TO' => 'Antworten',
|
||||
'CANCEL' => 'Abbrechen',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menu',
|
||||
'HOME' => 'Home',
|
||||
'GOTO_CONTENT' => 'Goto content',
|
||||
'GOTO_MENU' => 'Goto menu',
|
||||
'COMMENTS_RSS_FEEDS' => 'Rss feeds comments',
|
||||
'COMMENTS' => 'Comments',
|
||||
'ARTICLES_RSS_FEEDS' => 'Rss feeds articles',
|
||||
'ARTICLES' => 'Articles',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Categories',
|
||||
'LATEST_ARTICLES' => 'Latest articles',
|
||||
'LATEST_COMMENTS' => 'Latest comments',
|
||||
'ARCHIVES' => 'Archives',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Powered by',
|
||||
'PLUXML_DESCRIPTION' => 'Blog or Cms without database',
|
||||
'IN' => 'in',
|
||||
'ADMINISTRATION' => 'Administration',
|
||||
'GOTO_TOP' => 'Goto top',
|
||||
'TOP' => 'Top',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Error found',
|
||||
'BACKTO_HOME' => 'Goto home',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Written by',
|
||||
'CLASSIFIED_IN' => 'Classified in',
|
||||
'TAGS' => 'Tags',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'said',
|
||||
'WRITE_A_COMMENT' => 'Write a comment',
|
||||
'NAME' => 'Name',
|
||||
'WEBSITE' => 'Site (optional)',
|
||||
'EMAIL' => 'E-mail (optional)',
|
||||
'COMMENT' => 'Comment',
|
||||
'CLEAR' => 'Clear',
|
||||
'SEND' => 'Send',
|
||||
'COMMENTS_CLOSED' => 'Comments are closed',
|
||||
'ANTISPAM_WARNING' => 'Anti-spam checking',
|
||||
|
||||
'REPLY' => 'Reply',
|
||||
'REPLY_TO' => 'Reply to',
|
||||
'CANCEL' => 'Cancel',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menú',
|
||||
'HOME' => 'Inicio',
|
||||
'GOTO_CONTENT' => 'Ir al contenido',
|
||||
'GOTO_MENU' => 'Ir al menú',
|
||||
'COMMENTS_RSS_FEEDS' => 'Hilo Rss de los comentarios',
|
||||
'COMMENTS' => 'Comentarios',
|
||||
'ARTICLES_RSS_FEEDS' => 'Hilo Rss de los artículos',
|
||||
'ARTICLES' => 'Artículos',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Categorías',
|
||||
'LATEST_ARTICLES' => 'Ultimos artículos',
|
||||
'LATEST_COMMENTS' => 'Ultimos comentarios',
|
||||
'ARCHIVES' => 'Archivos',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Generado por',
|
||||
'PLUXML_DESCRIPTION' => 'Blog o Cms sin bases de datos',
|
||||
'IN' => 'en',
|
||||
'ADMINISTRATION' => 'Administración',
|
||||
'GOTO_TOP' => 'Volver Inicio de página',
|
||||
'TOP' => 'Inicio de página',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Se ha detectado un error',
|
||||
'BACKTO_HOME' => 'Volver a la página de Inicio',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Escrito por',
|
||||
'CLASSIFIED_IN' => 'Ordenado en',
|
||||
'TAGS' => 'Palabras claves',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'ha dicho',
|
||||
'WRITE_A_COMMENT' => 'Escribir un comentario',
|
||||
'NAME' => 'Nombre',
|
||||
'WEBSITE' => 'Sitio web (opcional)',
|
||||
'EMAIL' => 'Email (opcional)',
|
||||
'COMMENT' => 'Comentario',
|
||||
'CLEAR' => 'Borrar',
|
||||
'SEND' => 'Enviar',
|
||||
'COMMENTS_CLOSED' => 'Comentarios cerrados',
|
||||
'ANTISPAM_WARNING' => 'Chequeo anti-spam',
|
||||
|
||||
'REPLY' => 'Contestación',
|
||||
'REPLY_TO' => 'Contestación',
|
||||
'CANCEL' => 'Cancelar',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,2 @@
|
|||
<?php if (!defined('PLX_ROOT')) exit; ?>
|
||||
<p>Aucune aide disponible</p>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menu',
|
||||
'HOME' => 'Accueil',
|
||||
'GOTO_CONTENT' => 'Aller au contenu',
|
||||
'GOTO_MENU' => 'Aller au menu',
|
||||
'COMMENTS_RSS_FEEDS' => 'Fil Rss des commentaires',
|
||||
'COMMENTS' => 'Fil des commentaires',
|
||||
'ARTICLES_RSS_FEEDS' => 'Fil Rss des articles',
|
||||
'ARTICLES' => 'Fil des articles',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Catégories',
|
||||
'LATEST_ARTICLES' => 'Derniers articles',
|
||||
'LATEST_COMMENTS' => 'Derniers commentaires',
|
||||
'ARCHIVES' => 'Archives',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Généré par',
|
||||
'PLUXML_DESCRIPTION' => 'Blog ou Cms sans base de données',
|
||||
'IN' => 'en',
|
||||
'ADMINISTRATION' => 'Administration',
|
||||
'GOTO_TOP' => 'Remonter en haut de page',
|
||||
'TOP' => 'Haut de page',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'La page que vous avez demandée n\'existe pas',
|
||||
'BACKTO_HOME' => 'Retour à la page d\'accueil',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Rédigé par',
|
||||
'CLASSIFIED_IN' => 'Classé dans',
|
||||
'TAGS' => 'Mots clés',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'a dit',
|
||||
'WRITE_A_COMMENT' => 'Écrire un commentaire',
|
||||
'NAME' => 'Votre nom ou pseudo',
|
||||
'WEBSITE' => 'Votre site Internet (facultatif)',
|
||||
'EMAIL' => 'Votre adresse e-mail (facultatif)',
|
||||
'COMMENT' => 'Contenu de votre message',
|
||||
'CLEAR' => 'Effacer',
|
||||
'SEND' => 'Envoyer votre commentaire',
|
||||
'COMMENTS_CLOSED' => 'Les commentaires sont fermés',
|
||||
'ANTISPAM_WARNING' => 'Vérification anti-spam',
|
||||
|
||||
'REPLY' => 'Répondre',
|
||||
'REPLY_TO' => 'Répondre à',
|
||||
'CANCEL' => 'Annuler',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menu',
|
||||
'HOME' => 'Home',
|
||||
'GOTO_CONTENT' => 'Vai al contenuto',
|
||||
'GOTO_MENU' => 'Vai al menu',
|
||||
'COMMENTS_RSS_FEEDS' => 'Feed dei commenti',
|
||||
'COMMENTS' => 'Commenti',
|
||||
'ARTICLES_RSS_FEEDS' => 'Feed degli articoli',
|
||||
'ARTICLES' => 'Articoli',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Categorie',
|
||||
'LATEST_ARTICLES' => 'Ultimi articoli',
|
||||
'LATEST_COMMENTS' => 'Ultimi commenti',
|
||||
'ARCHIVES' => 'Archivio',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Powered by',
|
||||
'PLUXML_DESCRIPTION' => 'Blog o Cms senza database',
|
||||
'IN' => 'in',
|
||||
'ADMINISTRATION' => 'Amministrazione',
|
||||
'GOTO_TOP' => 'Ritorna in alto',
|
||||
'TOP' => 'Inizio',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Eè stato rilevato un errore',
|
||||
'BACKTO_HOME' => 'Ritorna alla pagina principale',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Pubblicato da',
|
||||
'CLASSIFIED_IN' => 'Categoria',
|
||||
'TAGS' => 'Tag',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'ha detto',
|
||||
'WRITE_A_COMMENT' => 'Scrivi',
|
||||
'NAME' => 'Nome',
|
||||
'WEBSITE' => 'Sito (facoltativo)',
|
||||
'EMAIL' => 'Email (facoltativo)',
|
||||
'COMMENT' => 'Commento',
|
||||
'CLEAR' => 'Cancella',
|
||||
'SEND' => 'Invia',
|
||||
'COMMENTS_CLOSED' => 'Commenti bloccati',
|
||||
'ANTISPAM_WARNING' => 'Verifica antispam',
|
||||
|
||||
'REPLY' => 'Rispondere',
|
||||
'REPLY_TO' => 'Rispondere',
|
||||
'CANCEL' => 'Annullare',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menu',
|
||||
'HOME' => 'Home',
|
||||
'GOTO_CONTENT' => 'Ga naar inhoud',
|
||||
'GOTO_MENU' => 'Ga naar menu',
|
||||
'COMMENTS_RSS_FEEDS' => 'RSS van de commentaren',
|
||||
'COMMENTS' => 'Commentaren',
|
||||
'ARTICLES_RSS_FEEDS' => 'RSS van de artikels',
|
||||
'ARTICLES' => 'Artikels',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Categorieën',
|
||||
'LATEST_ARTICLES' => 'Laatste artikels',
|
||||
'LATEST_COMMENTS' => 'Laatste commentaren',
|
||||
'ARCHIVES' => 'Archief',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Aangemaakt met',
|
||||
'PLUXML_DESCRIPTION' => 'Blog of Cms zonder databank',
|
||||
'IN' => 'in',
|
||||
'ADMINISTRATION' => 'Administratie',
|
||||
'GOTO_TOP' => 'Ga naar top pagina',
|
||||
'TOP' => 'Top pagina',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Er heeft zich een fout voorgedaan',
|
||||
'BACKTO_HOME' => 'Terug naar onthaalpagina',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Geschreven door',
|
||||
'CLASSIFIED_IN' => 'Geklasseerd in',
|
||||
'TAGS' => 'Sleutelwoorden',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'zei',
|
||||
'WRITE_A_COMMENT' => 'commentaar achterlaten',
|
||||
'NAME' => 'Naam',
|
||||
'WEBSITE' => 'Site (facultatief)',
|
||||
'EMAIL' => 'E-mail (facultatief)',
|
||||
'COMMENT' => 'Commentaar',
|
||||
'CLEAR' => 'Wissen',
|
||||
'SEND' => 'Verzenden',
|
||||
'COMMENTS_CLOSED' => 'Commentaren zijn afgesloten',
|
||||
'ANTISPAM_WARNING' => 'Anti-spam verificatie',
|
||||
|
||||
'REPLY' => 'Antwoord',
|
||||
'REPLY_TO' => 'Antwoord',
|
||||
'CANCEL' => 'Annuleren',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,2 @@
|
|||
<?php if (!defined('PLX_ROOT')) exit; ?>
|
||||
<p>Pas cap d'ajuda disponibla</p>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menú',
|
||||
'HOME' => 'Acuèlh',
|
||||
'GOTO_CONTENT' => 'Anar al contengut',
|
||||
'GOTO_MENU' => 'Anar al menú',
|
||||
'COMMENTS_RSS_FEEDS' => 'Fil Rss dels comentaris',
|
||||
'COMMENTS' => 'Fil dels comentaris',
|
||||
'ARTICLES_RSS_FEEDS' => 'Fil Rss dels articles',
|
||||
'ARTICLES' => 'Fil dels articles',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Categorias',
|
||||
'LATEST_ARTICLES' => 'Darrièrs articles',
|
||||
'LATEST_COMMENTS' => 'Darrièrs comentaris',
|
||||
'ARCHIVES' => 'Archius',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Generat per',
|
||||
'PLUXML_DESCRIPTION' => 'Blòg o Cms sens basa de donadas',
|
||||
'IN' => 'en',
|
||||
'ADMINISTRATION' => 'Administracion',
|
||||
'GOTO_TOP' => 'Pujar amont',
|
||||
'TOP' => 'Naut de pagina',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'La pagina qu’avètz demandada existís pas',
|
||||
'BACKTO_HOME' => 'Tornar a la pagina d’acuèlh',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Redigit per',
|
||||
'CLASSIFIED_IN' => 'Classat dins',
|
||||
'TAGS' => 'Mots claus',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'a dich',
|
||||
'WRITE_A_COMMENT' => 'Escriure un comentari',
|
||||
'NAME' => 'Vòstre nom o escais-nom',
|
||||
'WEBSITE' => 'Vòstre site Internet (facultatiu)',
|
||||
'EMAIL' => 'Vòstre corrièl (facultatiu)',
|
||||
'COMMENT' => 'Contengut de vòstre messatge',
|
||||
'CLEAR' => 'Escafar',
|
||||
'SEND' => 'Mandar vòstre comentari',
|
||||
'COMMENTS_CLOSED' => 'Los comentaris son barrats',
|
||||
'ANTISPAM_WARNING' => 'Verificacion anti-spam',
|
||||
|
||||
'REPLY' => 'Responder',
|
||||
'REPLY_TO' => 'Responder',
|
||||
'CANCEL' => 'Anullar',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,57 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menu',
|
||||
'HOME' => 'Home',
|
||||
'GOTO_CONTENT' => 'Do treści',
|
||||
'GOTO_MENU' => 'Do menu',
|
||||
'COMMENTS_RSS_FEEDS' => 'Komentarze kanału RSS',
|
||||
'COMMENTS' => 'Komentarze',
|
||||
'ARTICLES_RSS_FEEDS' => 'Artykuły kanału RSS',
|
||||
'ARTICLES' => 'Artykuły',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Artykuły',
|
||||
'LATEST_ARTICLES' => 'Ostatnie artykuły',
|
||||
'LATEST_COMMENTS' => 'Ostatnie komentarze',
|
||||
'ARCHIVES' => 'Archiwa',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Napędza',
|
||||
'PLUXML_DESCRIPTION' => 'Blog lub cms nie wymagający bazy danych ',
|
||||
'IN' => 'w czasie',
|
||||
'ADMINISTRATION' => 'Administracja',
|
||||
'GOTO_TOP' => 'Przejdź do góry',
|
||||
'TOP' => 'Top',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Błąd',
|
||||
'BACKTO_HOME' => 'Przejdź do strony głównej',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Napisał',
|
||||
'CLASSIFIED_IN' => 'Sklasyfikowane w',
|
||||
'TAGS' => 'Tagi',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'rzekł',
|
||||
'WRITE_A_COMMENT' => 'Napisz komentarz',
|
||||
'NAME' => 'Imię',
|
||||
'WEBSITE' => 'Strona (opcjonalne)',
|
||||
'EMAIL' => 'E-mail (opcjonalne)',
|
||||
'COMMENT' => 'Komentarz',
|
||||
'CLEAR' => 'Wyczyść',
|
||||
'SEND' => 'Wyślij',
|
||||
'COMMENTS_CLOSED' => 'Komentarze zostały wyłączone',
|
||||
'ANTISPAM_WARNING' => 'Kontrola anty-spam',
|
||||
|
||||
'REPLY' => 'Odpowiedź',
|
||||
'REPLY_TO' => 'Odpowiedź',
|
||||
'CANCEL' => 'Anulować',
|
||||
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Menu',
|
||||
'HOME' => 'Início',
|
||||
'GOTO_CONTENT' => 'Ir ao conteúdo',
|
||||
'GOTO_MENU' => 'Ir ao menu',
|
||||
'COMMENTS_RSS_FEEDS' => 'Fluxo RSS dos comentários',
|
||||
'COMMENTS' => 'Comentários',
|
||||
'ARTICLES_RSS_FEEDS' => 'Fluxo Rss dos artigos',
|
||||
'ARTICLES' => 'Artigos',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Categorias',
|
||||
'LATEST_ARTICLES' => 'Ultimos artigos',
|
||||
'LATEST_COMMENTS' => 'Ultimos comentários',
|
||||
'ARCHIVES' => 'Arquivos',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Propulsado por',
|
||||
'PLUXML_DESCRIPTION' => 'Blog ou Cms sem banco de dados',
|
||||
'IN' => 'em',
|
||||
'ADMINISTRATION' => 'Administração',
|
||||
'GOTO_TOP' => 'Subir',
|
||||
'TOP' => 'Topo',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Ocorreu um erro, pedimos desculpas pelo incómodo',
|
||||
'BACKTO_HOME' => 'Voltar ao Índice',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Escrito por',
|
||||
'CLASSIFIED_IN' => 'Categorizado em',
|
||||
'TAGS' => 'Tags',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'escreveu',
|
||||
'WRITE_A_COMMENT' => 'Escrever um comentário',
|
||||
'NAME' => 'Nome',
|
||||
'WEBSITE' => 'Web-site (facultativo)',
|
||||
'EMAIL' => 'E-mail (facultativo)',
|
||||
'COMMENT' => 'Commentário',
|
||||
'CLEAR' => 'Apagar',
|
||||
'SEND' => 'Enviar',
|
||||
'COMMENTS_CLOSED' => 'Os comentários estão fechados',
|
||||
'ANTISPAM_WARNING' => 'Verificação anti-spam',
|
||||
|
||||
'REPLY' => 'Resposta',
|
||||
'REPLY_TO' => 'Resposta',
|
||||
'CANCEL' => 'Cancelar',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'Meniu',
|
||||
'HOME' => 'Home',
|
||||
'GOTO_CONTENT' => 'La conţinut',
|
||||
'GOTO_MENU' => 'La meniu',
|
||||
'COMMENTS_RSS_FEEDS' => 'Flux RSS Comentarii',
|
||||
'COMMENTS' => 'Comentarii',
|
||||
'ARTICLES_RSS_FEEDS' => 'Flux RSS Articole',
|
||||
'ARTICLES' => 'Articole',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Categorii',
|
||||
'LATEST_ARTICLES' => 'Ultimile Articole',
|
||||
'LATEST_COMMENTS' => 'Ultimile Comentarii',
|
||||
'ARCHIVES' => 'Arhiva',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Realizat de',
|
||||
'PLUXML_DESCRIPTION' => 'Descriere',
|
||||
'IN' => 'în',
|
||||
'ADMINISTRATION' => 'Administraţia',
|
||||
'GOTO_TOP' => 'Dute sus',
|
||||
'TOP' => 'Sus',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'A survenit o eroare',
|
||||
'BACKTO_HOME' => 'Înapoi la Pagina Principală',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Scris de',
|
||||
'CLASSIFIED_IN' => 'Postat în',
|
||||
'TAGS' => 'Etichete',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'a spus',
|
||||
'WRITE_A_COMMENT' => 'Adaugă un comentariu',
|
||||
'NAME' => 'Nume',
|
||||
'WEBSITE' => 'Site (nu e obligatoriu)',
|
||||
'EMAIL' => 'E-mail (nu e obligatoriu)',
|
||||
'COMMENT' => 'Comentariul',
|
||||
'CLEAR' => 'CurăŢă',
|
||||
'SEND' => 'Trimite',
|
||||
'COMMENTS_CLOSED' => 'Comentariile sunt închise',
|
||||
'ANTISPAM_WARNING' => 'Verificare anti-spam',
|
||||
|
||||
'REPLY' => 'Răspuns',
|
||||
'REPLY_TO' => 'Răspuns',
|
||||
'CANCEL' => 'Anulare',
|
||||
|
||||
);
|
||||
|
||||
?>
|
|
@ -0,0 +1,56 @@
|
|||
<?php
|
||||
|
||||
$LANG = array(
|
||||
|
||||
#header.php
|
||||
'MENU' => 'меню',
|
||||
'HOME' => 'Главная',
|
||||
'GOTO_CONTENT' => 'Перейти к содержанию',
|
||||
'GOTO_MENU' => 'Перейти к меню',
|
||||
'COMMENTS_RSS_FEEDS' => 'RSS-каналы комментариев',
|
||||
'COMMENTS' => 'Комментарии',
|
||||
'ARTICLES_RSS_FEEDS' => 'Rss-каналы статей',
|
||||
'ARTICLES' => 'Статьи',
|
||||
|
||||
# sidebar.php
|
||||
'CATEGORIES' => 'Категории',
|
||||
'LATEST_ARTICLES' => 'Последние статьи',
|
||||
'LATEST_COMMENTS' => 'Последние комментарии',
|
||||
'ARCHIVES' => 'Архив',
|
||||
|
||||
# footer.php
|
||||
'POWERED_BY' => 'Работает на',
|
||||
'PLUXML_DESCRIPTION' => 'Блог и Cms без баз данных',
|
||||
'IN' => 'в',
|
||||
'ADMINISTRATION' => 'Администрация',
|
||||
'GOTO_TOP' => 'Перейти в верх',
|
||||
'TOP' => 'Вверх',
|
||||
|
||||
# erreur.php
|
||||
'ERROR' => 'Обнаружена ошибка',
|
||||
'BACKTO_HOME' => 'Перейти на главную',
|
||||
|
||||
# common
|
||||
'WRITTEN_BY' => 'Автор',
|
||||
'CLASSIFIED_IN' => 'Частные объявления на',
|
||||
'TAGS' => 'Тэги',
|
||||
|
||||
# commentaires.php
|
||||
'SAID' => 'сказал',
|
||||
'WRITE_A_COMMENT' => 'Создать комментарий',
|
||||
'NAME' => 'Имя',
|
||||
'WEBSITE' => 'сайта (необязательно)',
|
||||
'EMAIL' => 'E-mail (необязательно)',
|
||||
'COMMENT' => 'Комментарий',
|
||||
'CLEAR' => 'Очистить',
|
||||
'SEND' => 'Отправить',
|
||||
'COMMENTS_CLOSED' => 'Комментарии запрещенны',
|
||||
'ANTISPAM_WARNING' => 'Анти-спам проверка',
|
||||
|
||||
'REPLY' => 'ответ',
|
||||
'REPLY_TO' => 'ответ',
|
||||
'CANCEL' => 'отменить',
|
||||
|
||||
);
|
||||
|
||||
?>
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -0,0 +1,45 @@
|
|||
<?php if(!defined('PLX_ROOT')) exit; ?>
|
||||
|
||||
<aside class="aside col sml-12 med-3">
|
||||
|
||||
<h3>
|
||||
<?php $plxShow->lang('CATEGORIES'); ?>
|
||||
</h3>
|
||||
|
||||
<ul class="cat-list unstyled-list">
|
||||
<?php $plxShow->catList('','<li id="#cat_id"><a class="#cat_status" href="#cat_url" title="#cat_name">#cat_name</a> (#art_nb)</li>'); ?>
|
||||
</ul>
|
||||
|
||||
<h3>
|
||||
<?php $plxShow->lang('LATEST_ARTICLES'); ?>
|
||||
</h3>
|
||||
|
||||
<ul class="lastart-list unstyled-list">
|
||||
<?php $plxShow->lastArtList('<li><a class="#art_status" href="#art_url" title="#art_title">#art_title</a></li>'); ?>
|
||||
</ul>
|
||||
|
||||
<h3>
|
||||
<?php $plxShow->lang('TAGS'); ?>
|
||||
</h3>
|
||||
|
||||
<ul class="tag-list">
|
||||
<?php $plxShow->tagList('<li class="tag #tag_size"><a class="#tag_status" href="#tag_url" title="#tag_name">#tag_name</a></li>', 20); ?>
|
||||
</ul>
|
||||
|
||||
<h3>
|
||||
<?php $plxShow->lang('LATEST_COMMENTS'); ?>
|
||||
</h3>
|
||||
|
||||
<ul class="lastcom-list unstyled-list">
|
||||
<?php $plxShow->lastComList('<li><a href="#com_url">#com_author '.$plxShow->getLang('SAID').' : #com_content(34)</a></li>'); ?>
|
||||
</ul>
|
||||
|
||||
<h3>
|
||||
<?php $plxShow->lang('ARCHIVES'); ?>
|
||||
</h3>
|
||||
|
||||
<ul class="arch-list unstyled-list">
|
||||
<?php $plxShow->archList('<li id="#archives_id"><a class="#archives_status" href="#archives_url" title="#archives_name">#archives_name</a> (#archives_nbart)</li>'); ?>
|
||||
</ul>
|
||||
|
||||
</aside>
|
|
@ -0,0 +1,32 @@
|
|||
<?php include(dirname(__FILE__) . '/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12">
|
||||
|
||||
<article class="article static" id="static-page-<?php echo $plxShow->staticId(); ?>">
|
||||
|
||||
<header>
|
||||
<h2>
|
||||
<?php $plxShow->staticTitle(); ?>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->staticContent(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12 med-9">
|
||||
|
||||
<article class="article static" id="static-page-<?php echo $plxShow->staticId(); ?>">
|
||||
|
||||
<header>
|
||||
<h2>
|
||||
<?php $plxShow->staticTitle(); ?>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->staticContent(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
|
@ -0,0 +1,76 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
|
||||
<main class="main">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="grid">
|
||||
|
||||
<div class="content col sml-12 med-9">
|
||||
|
||||
<ul class="repertory menu breadcrumb">
|
||||
<li><a href="<?php $plxShow->racine() ?>"><?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li><?php $plxShow->tagName(); ?></li>
|
||||
</ul>
|
||||
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
<article class="article" id="post-<?php echo $plxShow->artId(); ?>">
|
||||
|
||||
<header>
|
||||
<span class="art-date">
|
||||
<time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>">
|
||||
<?php $plxShow->artDate('#num_day #month #num_year(4)'); ?>
|
||||
</time>
|
||||
</span>
|
||||
<h2>
|
||||
<?php $plxShow->artTitle('link'); ?>
|
||||
</h2>
|
||||
<div>
|
||||
<small>
|
||||
<span class="written-by">
|
||||
<?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?>
|
||||
</span>
|
||||
<span class="art-nb-com">
|
||||
<?php $plxShow->artNbCom(); ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<small>
|
||||
<span class="classified-in">
|
||||
<?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?>
|
||||
</span>
|
||||
<span class="tags">
|
||||
<?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<?php $plxShow->artThumbnail(); ?>
|
||||
<?php $plxShow->artChapo(); ?>
|
||||
|
||||
</article>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<nav class="pagination text-center">
|
||||
<?php $plxShow->pagination(); ?>
|
||||
</nav>
|
||||
|
||||
<span>
|
||||
<?php $plxShow->tagFeed() ?>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
Loading…
Reference in New Issue