fix: unbreak a big part of the theme
This commit is contained in:
parent
bd0bef0400
commit
8826a2d255
33 changed files with 244 additions and 302 deletions
|
@ -1,3 +1,3 @@
|
|||
# pluxml-theme-kazhnuz-space
|
||||
|
||||
Le theme pluxml de mon blog
|
||||
Le theme pluxml de mon blog
|
||||
|
|
22
archives.php
22
archives.php
|
@ -1,28 +1,26 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<section id="mainsite" class="container-blog">
|
||||
<section class="sidebar">
|
||||
<aside class="card card-info">
|
||||
<div class="card-header"><i class="fa fa-fw fa-feed"></i> <?php echo plxDate::formatDate($plxShow->plxMotor->cible, $plxShow->lang('ARCHIVES').' #month #num_year(4)') ?></div>
|
||||
<div class="card-body"><p>Toutes les créations réalisés durant la période <?php echo plxDate::formatDate($plxShow->plxMotor->cible,'#num_year(4)') ?> </p></div>
|
||||
</aside>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
</section>
|
||||
<main class="mainpane">
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i> <?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li class="breadcrumb-item active"><?php echo plxDate::formatDate($plxShow->plxMotor->cible, $plxShow->lang('ARCHIVES').' #month #num_year(4)') ?></li>
|
||||
</ol>
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i> <?php $plxShow->lang('HOME'); ?></a></li><li class="breadcrumb-item" aria-current="page"><span class="active"><?php echo plxDate::formatDate($plxShow->plxMotor->cible, $plxShow->lang('ARCHIVES').' #month #num_year(4)') ?></span></li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/gallery.php'); ?>
|
||||
|
||||
<nav class="pagination align-center"><?php $plxShow->pagination(); ?></nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
14
article-blog.php
Normal file
14
article-blog.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section class="container-blog">
|
||||
<div class="main">
|
||||
<?php include(dirname(__FILE__).'/components/article-content.php'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/commentaires.php'); ?>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
|
@ -1,31 +1,21 @@
|
|||
<?php include(dirname(__FILE__).'/header.php'); ?>
|
||||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
|
||||
|
||||
<article class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<h1><?php $plxShow->artTitle('link'); ?></h1>
|
||||
|
||||
<div class="time"><?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?> - <time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>"><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></time></div>
|
||||
|
||||
<section><?php $plxShow->artContent(); ?></section>
|
||||
|
||||
<div class="meta-article"><?php $plxShow->artNbCom(); ?> - <?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?></div>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<?php $plxShow->artAuthorInfos('<article class="panel panel-primary"><div class="panel-body author-infos">#art_authorinfos</div></article>'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/commentaires.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<section class="container-onecolumn">
|
||||
<article id="#content" class="container-typographic">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
</article>
|
||||
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/footer.php'); ?>
|
||||
<section class="container-blog">
|
||||
<div class="main">
|
||||
<?php include(dirname(__FILE__).'/components/article-infos.php'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/commentaires.php'); ?>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
|
@ -1,36 +1,21 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section class="container-onecolumn">
|
||||
<article id="#content" class="container-typographic">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
</article>
|
||||
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-1 colonne-droite"></div>
|
||||
|
||||
<div class="col-md-10 colonne-droite">
|
||||
<article id="#content" class="">
|
||||
<div class="align-center">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1 colonne-droite"></div>
|
||||
|
||||
</div>
|
||||
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-9 colonne-droite">
|
||||
<section class="container-blog">
|
||||
<div class="main">
|
||||
<?php include(dirname(__FILE__).'/components/article-infos.php'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/commentaires.php'); ?>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="sidebar">
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
|
@ -1,36 +1,21 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section class="container-onecolumn">
|
||||
<article id="#content" class="container-typographic">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
</article>
|
||||
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-1 colonne-droite"></div>
|
||||
|
||||
<div class="col-md-10 colonne-droite">
|
||||
<article id="#content" class="">
|
||||
<div class="align-center">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1 colonne-droite"></div>
|
||||
|
||||
</div>
|
||||
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-9 colonne-droite">
|
||||
<section class="container-blog">
|
||||
<div class="main">
|
||||
<?php include(dirname(__FILE__).'/components/article-infos.php'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/commentaires.php'); ?>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="sidebar">
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
33
article.php
33
article.php
|
@ -1,36 +1,21 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section class="container-onecolumn">
|
||||
<article id="#content" class="container-typographic">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
</article>
|
||||
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-1 colonne-droite"></div>
|
||||
|
||||
<div class="col-md-10 colonne-droite">
|
||||
<article id="#content" class="card">
|
||||
<div class="card-body">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1 colonne-droite"></div>
|
||||
|
||||
</div>
|
||||
<?php include(dirname(__FILE__).'/components/article-navigation.php'); ?>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-9 colonne-droite">
|
||||
<section class="container-blog">
|
||||
<div class="main">
|
||||
<?php include(dirname(__FILE__).'/components/article-infos.php'); ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/commentaires.php'); ?>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="sidebar">
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
30
categorie-blog.php
Executable file
30
categorie-blog.php
Executable file
|
@ -0,0 +1,30 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container-blog">
|
||||
<section class="sidebar">
|
||||
<aside class="card card-info">
|
||||
<div class="card-header"><i class="fa fa-fw fa-info"></i> <?php $plxShow->catName(); ?></div>
|
||||
<div class="card-body">
|
||||
<?php $plxShow->catDescription('#cat_description'); ?>
|
||||
<p>( <?php $plxShow->artFeed('rss',$plxShow->catId()); ?> )</p>
|
||||
</div>
|
||||
</aside>
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</section>
|
||||
|
||||
<main class="mainpane">
|
||||
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i> <?php $plxShow->lang('HOME'); ?></a></li><li class="breadcrumb-item" aria-current="page"><span class="active"><?php $plxShow->catName(); ?></span></li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/bloglist.php'); ?>
|
||||
|
||||
<nav class="pagination align-center"><?php $plxShow->pagination(); ?></nav>
|
||||
</main>
|
||||
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
|
@ -1,35 +0,0 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="<?php $plxShow->racine() ?>"><?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li><?php $plxShow->catName(); ?> ( <?php $plxShow->artFeed('rss',$plxShow->catId()); ?> )</li>
|
||||
</ol>
|
||||
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
<article class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<h1><?php $plxShow->artTitle('link'); ?></h1>
|
||||
|
||||
<div class="time"><?php $plxShow->lang('WRITTEN_BY'); ?> <?php $plxShow->artAuthor() ?> - <time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>"><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></time></div>
|
||||
|
||||
<section><?php $plxShow->artChapo(); ?></section>
|
||||
|
||||
<div class="meta-article"><?php $plxShow->artNbCom(); ?> - <?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat() ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags() ?></div>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<nav class="pagination text-center"><?php $plxShow->pagination(); ?></nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
|
@ -1,32 +1,30 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<section id="mainsite" class="container-blog">
|
||||
<section class="sidebar">
|
||||
<aside class="card card-info">
|
||||
<div class="card-header"><i class="fa fa-fw fa-info"></i> <?php $plxShow->catName(); ?></div>
|
||||
<div class="card-body">
|
||||
<?php $plxShow->catDescription('#cat_description'); ?>
|
||||
<p>( <?php $plxShow->artFeed('rss',$plxShow->catId()); ?> )</p>
|
||||
</div>
|
||||
</aside>
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9">
|
||||
</section>
|
||||
|
||||
<main class="mainpane">
|
||||
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i> <?php $plxShow->lang('HOME'); ?></a></li><li class="breadcrumb-item" aria-current="page"><span class="active"><?php $plxShow->catName(); ?></span></li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i> <?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li class="breadcrumb-item"><?php $plxShow->catName(); ?> ( <?php $plxShow->artFeed('rss',$plxShow->catId()); ?> )</li>
|
||||
</ol>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/gallery.php'); ?>
|
||||
|
||||
|
||||
<nav class="pagination align-center"><?php $plxShow->pagination(); ?></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
<article class="class-article panel panel-default">
|
||||
<div class="panel-body">
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
<article class="card card-primary">
|
||||
<div class="card-header"><?php $plxShow->artTitle(); ?></div>
|
||||
<div class="card-body">
|
||||
<p class="align-right"><strong>Posté le :</strong> <time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>"><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></time></p>
|
||||
|
||||
<?php $plxShow->artContent(false); ?>
|
||||
|
||||
<p><strong><?php $plxShow->lang('CLASSIFIED_IN') ?> :</strong> <?php $plxShow->artCat() ?></p>
|
||||
|
||||
<p><strong><?php $plxShow->lang('TAGS') ?> :</strong> <?php $plxShow->artTags() ?></p>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
<div class="align-right social-network"><?php eval($plxShow->callHook('share_me')); ?></div>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<aside class="card card-info">
|
||||
<div class="card-header"><?php $plxShow->artTitle(); ?></div>
|
||||
<div class="card-body">
|
||||
<p class="align-right"><strong>Posté le :</strong> <time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>"><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></time></p>
|
||||
<aside class="card card-info">
|
||||
<div class="card-header"><?php $plxShow->artTitle(); ?></div>
|
||||
<div class="card-body">
|
||||
<p class="align-right"><strong>Posté le :</strong> <time datetime="<?php $plxShow->artDate('#num_year(4)-#num_month-#num_day'); ?>"><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></time></p>
|
||||
|
||||
<?php $plxShow->artChapo('', false); ?>
|
||||
<?php $plxShow->artChapo('', false); ?>
|
||||
|
||||
<p><strong><?php $plxShow->lang('CLASSIFIED_IN') ?> :</strong> <?php $plxShow->artCat() ?></p>
|
||||
<p><strong><?php $plxShow->lang('CLASSIFIED_IN') ?> :</strong> <?php $plxShow->artCat() ?></p>
|
||||
|
||||
<p><strong><?php $plxShow->lang('TAGS') ?> :</strong> <?php $plxShow->artTags() ?></p>
|
||||
<p><strong><?php $plxShow->lang('TAGS') ?> :</strong> <?php $plxShow->artTags() ?></p>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
<div class="align-right social-network"><?php eval($plxShow->callHook('share_me')); ?></div>
|
||||
</div>
|
||||
</aside>
|
||||
<div class="align-right social-network"><?php eval($plxShow->callHook('share_me')); ?></div>
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
|
||||
<? /*
|
||||
<section>
|
||||
<div id="preview-list" class="previews-section prev-col-4">
|
||||
<?php echo $plxShow->callHook("aLireEgalement");?>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="prev-next container">
|
||||
<?php echo $plxShow->callHook('prevNext',array(
|
||||
false,
|
||||
'<p class="prev"><a class="btn btn-primary" href="#prevUrl" rel="prev">« <span class="hidden-xs">#prevTitle</span></a></p>'."\n\t\t\t\t\t",
|
||||
'<p style="next"><a class="btn btn-primary" href="#nextUrl" rel="next"><span class="hidden-xs">#nextTitle</span> »</a></p>'
|
||||
)); ?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
*/?>
|
||||
|
|
6
components/bloglist.php
Normal file
6
components/bloglist.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<section>
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/preview-blog.php'); ?>
|
||||
|
||||
<?php endwhile; ?> </section>
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<footer class="container">
|
||||
<footer>
|
||||
<ul class="social">
|
||||
<li class="social-li"><a class="social-link" href="https://kazhnuz.space/feed.php?rss" alt="RSS"><i class="fa fa-fw fa-rss"></i></a></li>
|
||||
<li class="social-li"><a class="social-link" rel="me" href="https://octodon.social/@Kazhnuz" alt="Mastodon"><i class="fa fa-fw fa-mastodon"></i></a></li>
|
||||
|
@ -12,19 +12,19 @@
|
|||
<li class="social-li"><a class="social-link" href="http://framagit.org/u/kazhnuz/" alt="Gitlab"><i class="fa fa-fw fa-gitlab"></i></a></li>
|
||||
<li class="social-li"><a class="social-link" href="https://github.com/kazhnuz" alt="Github"><i class="fa fa-fw fa-github"></i></a></li>
|
||||
</ul>
|
||||
<div class="row">
|
||||
<div class="col-md-4"><p>Ce site et tout le contenu diffusé dessus est sous licence <strong>Creative Common Attribution - Partage à l'Identique 4.0</strong> - hors mention contraire.</p>
|
||||
<div class="columns">
|
||||
<div class="column"><p>Ce site et tout le contenu diffusé dessus est sous licence <strong>Creative Common Attribution - Partage à l'Identique 4.0</strong> - hors mention contraire.</p>
|
||||
|
||||
<p>Cette licence vous autorise à partager et copier mes travaux, tant que vous me citiez en source, et que vous autorisez la même chose pour les travaux qui en seraient dérivés. N'hésitez pas à partager ! <i style="color:#FF0000" class="fa fa-heart"></i></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-4"><p>Propulsé par le moteur <a href="http://www.pluxml.org">PluXML</a>, theme réalisé avec le quadriciel <a href="https://getbootstrap.com/">Bootstrap4</a> et la banque d'icone <a href="https://forkawesome.github.io/Fork-Awesome/">Fork-Awesome</a>.</p>
|
||||
<div class="column"><p>Propulsé par le moteur <a href="http://www.pluxml.org">PluXML</a>, theme réalisé avec le quadriciel <a href="https://getbootstrap.com/">Bootstrap4</a> et la banque d'icone <a href="https://forkawesome.github.io/Fork-Awesome/">Fork-Awesome</a>.</p>
|
||||
|
||||
<p>Voir <a href="https://kazhnuz.space/index.php?static9/remerciements">remerciements</a> pour voir tout les outils libres utilisés pour écrire ou pour développer mes histoires.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4"><p>Page générée en <?php $plxShow->chrono(); ?> <?php $plxShow->httpEncoding() ?></p>
|
||||
<div class="column"><p>Page générée en <?php $plxShow->chrono(); ?> <?php $plxShow->httpEncoding() ?></p>
|
||||
|
||||
<p class="align-center"><a href="<?php $plxShow->racine() ?>"><?php $plxShow->lang('HOME'); ?></a> - <a href="<?php $plxShow->urlRewrite('#top') ?>" title="<?php $plxShow->lang('GOTO_TOP') ?>"><?php $plxShow->lang('TOP') ?></a> - <a rel="nofollow" href="<?php $plxShow->urlRewrite('core/admin/'); ?>" title="<?php $plxShow->lang('ADMINISTRATION') ?>"><?php $plxShow->lang('ADMINISTRATION') ?></a></p>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<section id="preview-list" class="previews-section prev-col-3">
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
<section id="preview-list" class="previews-section">
|
||||
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
|
||||
|
||||
<?php include(dirname(__FILE__).'/preview.php'); ?>
|
||||
|
||||
<?php endwhile; ?> </section>
|
||||
<?php include(dirname(__FILE__).'/preview.php'); ?>
|
||||
|
||||
<?php endwhile; ?> </section>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
<!-- Thème du style -->
|
||||
|
||||
<link href="<?php $plxShow->template(); ?>/style.css" rel="stylesheet" media="screen"/>
|
||||
<link href="<?php $plxShow->template(); ?>/hacks.css" rel="stylesheet" media="screen"/>
|
||||
|
||||
<?php $plxShow->templateCss() ?>
|
||||
<?php $plxShow->pluginsCss() ?>
|
||||
|
@ -33,12 +34,11 @@
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
|
||||
|
||||
|
||||
<?php include(dirname(__FILE__).'/navbar.php'); ?>
|
||||
|
||||
<header class="container">
|
||||
<div class="row">
|
||||
<h1 class="site-logo" style="margin:auto;text-align:center;"><img src="<?php $plxShow->template(); ?>/images/logo.png" alt="Kazhnuz" /></h1>
|
||||
<header id="page-header">
|
||||
<div class="columns">
|
||||
<div class="column col-6">
|
||||
<h1><img src="<?php $plxShow->template(); ?>/img/logo.png" alt="Kazhnuz"/></h1>
|
||||
</div>
|
||||
<?php include(dirname(__FILE__).'/navbar.php'); ?>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
|
|
@ -1,25 +1,11 @@
|
|||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
||||
<a class="navbar-brand" href="https://kazhnuz.space">kazhnuz.space</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="column col-md-6">
|
||||
<nav class="navbar">
|
||||
<section class="navbar-section">
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://kazhnuz.space/index.php?categorie11/news">News</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://kazhnuz.space/index.php?static8/a-propos">À Propos</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown my-2 my-lg-0">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Gallerie
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<?php $plxShow->catList('','<a class="dropdown-item" href="#cat_url" title="#cat_name"> #cat_name </a>'); ?>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
<section class="navbar-section">
|
||||
<?php $plxShow->catList('','<a href="#cat_url" title="#cat_name" class="btn btn-link">#cat_name</a>','1|12|11'); ?>
|
||||
<?php $plxShow->staticList('','<a href="#static_url" title="#static_name" class="btn btn-link">#static_name</a>','') ?>
|
||||
</section>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
6
components/preview-blog.php
Normal file
6
components/preview-blog.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="card card-primary">
|
||||
<div class="card-header"><h1><?php $plxShow->artTitle(); ?></h1></div>
|
||||
<?php $plxShow->artChapo('', false); ?>
|
||||
<div class="align-right"><time><small>Le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></small></time></div>
|
||||
<p class="align-center"> <a href="<?php $plxShow->artUrl(); ?>" class="btn btn-primary">Lire l'article</a> </p>
|
||||
</div>
|
|
@ -1,19 +1,16 @@
|
|||
<div class="preview-container">
|
||||
<article class="card card-preview">
|
||||
<a href="<?php $plxShow->artUrl(); ?>#content" class="preview-link">
|
||||
|
||||
<article class="card card-preview card-primary">
|
||||
<a href="<?php $plxShow->artUrl(); ?>" class="preview-link">
|
||||
<div class="preview-item">
|
||||
<div class="preview-content"><?php $plxShow->artContent(false); ?></div>
|
||||
<div class="preview-overlay"><h1><?php $plxShow->artTitle(); ?></h1></div>
|
||||
<div class="preview-content"><?php $plxShow->artContent(false); ?></div>
|
||||
<div class="preview-overlay">
|
||||
<h1 class="card-header"><?php $plxShow->artTitle(); ?></h1>
|
||||
<div class="preview-metadata">
|
||||
<div class="align-right"><time><small>Le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></small></time></div>
|
||||
<br />
|
||||
<div class="align-center comment-text"><span class="btn btn-dark"><i class="fa fa-comments"></i> <?php echo $plxShow->plxMotor->plxRecord_arts->f('nb_com') ?> commentaire(s)</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<aside class="card-body">
|
||||
|
||||
<div class="align-right"><time><small><?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></small></time></div>
|
||||
|
||||
<div class="align-left"><p><span class="categories"> <?php $plxShow->artCat() ?> </span><span class="tags badge badge-dark"><?php $plxShow->artTags('<a class="badge badge-info #tag_status" href="#tag_url" title="#tag_name">#tag_name</a>', '') ?></span></p></div>
|
||||
|
||||
|
||||
<div class="align-center comment-text"><a href="<?php $plxShow->artUrl(); ?>#comments"><?php $plxShow->artNbCom(); ?></a></div>
|
||||
</aside>
|
||||
</article>
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<section class="card card-green">
|
||||
<h3 class="card-header"><i class="fa fa-fw fa-feed"></i> Dernières publications</h3>
|
||||
<section class="card card-primary">
|
||||
<h3 class="card-header"><i class="fa fa-fw fa-feed"></i> Publications</h3>
|
||||
|
||||
<div class="list-group list-group-flush" style="text-overflow: ellipsis;white-space: nowrap;overflow: hidden;">
|
||||
<?php $plxShow->lastArtList('<a class="list-group-item list-group-item-action d-flex justify-content-between align-items-center sidebar-#art_status" href="#art_url" title="#art_title">#art_title</a>'); ?>
|
||||
<div class="card-menu">
|
||||
<?php $plxShow->lastArtList('<a class="menu-element sidebar-#art_status" href="#art_url" title="#art_title">#art_title</a>'); ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="card card-secondary">
|
||||
<section class="card card-primary">
|
||||
<h3 class="card-header"><i class="fa fa-fw fa-folder-open"></i> <?php $plxShow->lang('CATEGORIES'); ?></h3>
|
||||
|
||||
<div class="list-group list-group-flush">
|
||||
<?php $plxShow->catList('','<a class="list-group-item list-group-item-action d-flex justify-content-between align-items-center sidebar-#cat_status" href="#cat_url" title="#cat_name"> #cat_name <span class="badge badge-primary badge-pill">#art_nb</span></a>'); ?>
|
||||
<div class="card-menu">
|
||||
<?php $plxShow->catList('','<a class="menu-element sidebar-#cat_status" id="catlist-#cat_id" href="#cat_url" title="#cat_name"> #cat_name <span class="menu-label label-secondary">#art_nb</span></a>', '', '1|12|11'); ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="card card-orange">
|
||||
<section class="card card-primary">
|
||||
<h3 class="card-header"><i class="fa fa-fw fa-calendar"></i> <?php $plxShow->lang('ARCHIVE'); ?></h3>
|
||||
|
||||
<div class="list-group list-group-flush">
|
||||
<?php $plxShow->archList('<a class="list-group-item list-group-item-action d-flex justify-content-between align-items-center sidebar-#archives_status" href="#archives_url" title="#archives_name"> #archives_name <span class="badge badge-orange badge-pill">#archives_nbart</span></a>'); ?>
|
||||
<div class="card-menu">
|
||||
<?php $plxShow->archList('<a class="menu-element sidebar-#archives_status" href="#archives_url" title="#archives_name"> #archives_name <span class="menu-label label-secondary">#archives_nbart</span></a>'); ?>
|
||||
</div>
|
||||
</section>
|
||||
|
|
15
erreur.php
15
erreur.php
|
@ -1,24 +1,15 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-1"></div>
|
||||
|
||||
<div class="col-md-10">
|
||||
|
||||
<section id="mainsite" class="container-onecolumn">
|
||||
<div class="container-typographic">
|
||||
<article class="card card-danger">
|
||||
<h1 class="card-header"><i class="fa fa-fw fa-error"></i> <?php $plxShow->lang('ERROR'); ?></h1>
|
||||
<div class="card-body">
|
||||
<p><?php $plxShow->erreurMessage(); ?></p>
|
||||
<p class="align-center"><a href="https://kazhnuz.space" class="btn btn-warning">Retourner à l'accueil</a></p>
|
||||
<p class="align-center"><a href="https://kazhnuz.space" class="btn btn-danger">Retourner à l'accueil</a></p>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-1"></div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
5
hacks.css
Normal file
5
hacks.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Dumb and dirty hacks */
|
||||
|
||||
#catlist-cat-11 {
|
||||
/*display: none;*/
|
||||
}
|
21
home.php
21
home.php
|
@ -1,8 +1,7 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<section class="col-md-9">
|
||||
<div class="container-blog" id="page-content">
|
||||
<main class="mainpane">
|
||||
<!-- TODO: élément principale -->
|
||||
<article class="card card-info" role="article">
|
||||
<div class="card-header">Bienvenue sur le blog créatif de Kazhnuz</div>
|
||||
|
@ -14,22 +13,22 @@
|
|||
<section id="home-flex"><?php include(dirname(__FILE__).'/components/gallery.php'); ?></section>
|
||||
|
||||
<p class="align-center"><img class="responsive" style="margin:auto;max-width:100%;height:auto;" src="https://kazhnuz.space/data/medias/incoming____by_kazhnuz-d5o055l.gif" /></p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<section class="col-md-3">
|
||||
<aside class="card card-green">
|
||||
<section class="sidebar">
|
||||
<aside class="card card-primary">
|
||||
<div class="card-header">Cémwah</div>
|
||||
<div class="card-body">
|
||||
<?php $plxShow->staticInclude('003') ?>
|
||||
<?php $plxShow->staticInclude('003') ?>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
<aside class="card card-orange">
|
||||
|
||||
<aside class="card card-primary">
|
||||
<div class="card-header">Calendrier républicain</div>
|
||||
<div class="card-body">
|
||||
<p class="align-center"><?php include(dirname(__FILE__).'/components/republicandate.php'); echo gregorian2FrenchDateString(date('n'), date('j'), date('Y'));?></p>
|
||||
<p class="align-center"><em><a class="btn btn-warning" href="https://framagit.org/Kazhnuz/republican-calander-php">Code Source</a></em></p>
|
||||
<p class="align-center"><em><a class="btn btn-primary" href="https://framagit.org/Kazhnuz/republican-calander-php">Code Source</a></em></p>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
@ -37,6 +36,6 @@
|
|||
|
||||
</section>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
BIN
images/logo.png
BIN
images/logo.png
Binary file not shown.
Before Width: | Height: | Size: 211 KiB |
BIN
img/background.png
Normal file
BIN
img/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 658 KiB After Width: | Height: | Size: 658 KiB |
BIN
img/logo.png
Normal file
BIN
img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
|
@ -1,13 +1,7 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<section class="align-center"><?php $plxShow->staticContent(); ?></section>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<section id="mainsite" class="container-onecolumn">
|
||||
<section class="align-center"><?php $plxShow->staticContent(); ?></section>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<section id="mainsite" class="container-blog">
|
||||
<div class="mainpane">
|
||||
|
||||
<article class="card card-primary" role="article" id="static-page-<?php echo $plxShow->staticId(); ?>">
|
||||
<div class="card-header"><?php $plxShow->staticTitle('link'); ?></div>
|
||||
|
@ -14,10 +13,9 @@
|
|||
</article>
|
||||
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="sidebar">
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
34
tags.php
34
tags.php
|
@ -1,33 +1,31 @@
|
|||
<?php include(dirname(__FILE__).'/components/header.php'); ?>
|
||||
|
||||
<section id="mainsite" class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
|
||||
|
||||
<section id="mainsite" class="container-blog">
|
||||
<main class="mainpane">
|
||||
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i> <?php $plxShow->lang('HOME'); ?></a></li><li class="breadcrumb-item" aria-current="page"><span class="active"><?php $plxShow->tagName(); ?></span></li>
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/gallery.php'); ?>
|
||||
|
||||
<nav class="pagination align-center"><?php $plxShow->pagination(); ?></nav>
|
||||
</main>
|
||||
<div class="sidebar">
|
||||
<aside class="card card-info">
|
||||
<div class="card-header"><i class="fa fa-fw fa-info"></i> <?php $plxShow->tagName(); ?></div>
|
||||
<div class="card-body">
|
||||
<p>Toutes les publications contenant le mot-clé « <strong><?php $plxShow->tagName(); ?></strong> »</p>
|
||||
<p>Un mot-clé peut servir à désigner soit l'univers dans laquelle la création se déroule, soit l'objectif dans lequel a été fait la publication (tel que le 100 Thème Challenge)</p>
|
||||
<p>( <?php $plxShow->tagFeed() ?> )</p>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/sidebar.php'); ?>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<?php $plxShow->racine() ?>"><i class="fa fa-fw fa-home"></i> <?php $plxShow->lang('HOME'); ?></a></li>
|
||||
<li class="breadcrumb-item"><?php $plxShow->tagName(); ?> ( <?php $plxShow->tagFeed() ?> )</li>
|
||||
</ol>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/gallery.php'); ?>
|
||||
|
||||
<nav class="pagination align-center"><?php $plxShow->pagination(); ?></nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include(dirname(__FILE__).'/components/footer.php'); ?>
|
||||
|
|
Reference in a new issue