Adds all files needed in the theme

This commit is contained in:
Julien Lengrand-Lambert
2011-10-25 13:48:54 +02:00
parent 2b91ba03d3
commit 5c02b44973
44 changed files with 1729 additions and 1 deletions

14
README
View File

@@ -1,4 +1,4 @@
This repository contains a simple dark theme for pluxml.
This repository contains a simple dark theme for pluxml.
I created it to my personal website.
Feel Free to use it if you want, even if it is not finished yet :)
@@ -10,3 +10,15 @@ NOTE: The progTips.html file mentionned in info.php is part of another project,
The last version should be retrieved there and uploaded on the FTP separately.
Script Used to display multilingual posts in the blog :
<a href="javascript:InverseTout( 'mondiv' )"><img src="http://lengrandlambert.fr/themes/airballs_pluxml/img/en_fr.png" alt="fr flag" title="English-Français" ALIGN=RIGHT height="15" width="20" /></a>
<div name="mondiv1" id="mondiv1">Bloc 1</div>
<div name="mondiv2" id="mondiv2">Bloc 2</div>
<script language="Javascript">
DivStatus( 'mondiv', '2' )
</script>

25
archives.php Normal file
View File

@@ -0,0 +1,25 @@
<?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<div id="article">
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
<h2><?php $plxShow->artTitle('link'); ?></h2>
<p class="art-topinfos"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></p>
<div class="art-chapo"><?php $plxShow->artChapo(); ?></div>
<p class="art-infos"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?> - <?php $plxShow->artNbCom(); ?></p>
<?php endwhile; ?>
<p class="feed-arts"><?php $plxShow->artFeed('rss',$plxShow->catId()); ?></p>
<p id="pagination"><?php $plxShow->pagination(); ?></p>
</div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>

20
article.php Normal file
View File

@@ -0,0 +1,20 @@
<?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<div id="article">
<h2><?php $plxShow->artTitle(''); ?></h2>
<p class="art-topinfos"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></p>
<div class="art-chapo"><?php $plxShow->artContent(); ?></div>
<p class="art-infos"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?></p>
<div class="author-infos"><?php $plxShow->artAuthorInfos('#art_authorinfos'); ?></div>
<?php include(dirname(__FILE__).'/commentaires.php'); ?>
</div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>

24
categorie.php Normal file
View File

@@ -0,0 +1,24 @@
<?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<div id="article">
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
<h2><?php $plxShow->artTitle('link'); ?></h2>
<p class="art-topinfos"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></p>
<div class="art-chapo"><?php $plxShow->artChapo(); ?></div>
<p class="art-infos"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?> - <?php $plxShow->artNbCom(); ?></p>
<?php endwhile; ?>
<p class="feed-arts"><?php $plxShow->artFeed('rss',$plxShow->catId()); ?></p>
<p id="pagination"><?php $plxShow->pagination(); ?></p>
</div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>

47
commentaires.php Normal file
View File

@@ -0,0 +1,47 @@
<?php if(!defined('PLX_ROOT')) exit; ?>
<?php if($plxShow->plxMotor->plxRecord_coms): ?>
<div id="comments">
<h2><?php echo $plxShow->artNbCom() ?></h2>
<?php while($plxShow->plxMotor->plxRecord_coms->loop()): # On boucle sur les commentaires ?>
<div id="<?php $plxShow->comId(); ?>" class="comment">
<blockquote>
<p class="info_comment"><?php $plxShow->comDate('#day #num_day #month #num_year(4) &agrave; #hour:#minute'); ?> <?php $plxShow->comAuthor('link'); ?> <?php $plxShow->lang('SAID') ?> : <a class="num-com" href="<?php $plxShow->ComUrl() ?>" title="#<?php echo $plxShow->plxMotor->plxRecord_coms->i+1 ?>">#<?php echo $plxShow->plxMotor->plxRecord_coms->i+1 ?></a></p>
<p class="content_com type-<?php $plxShow->comType(); ?>"><?php $plxShow->comContent() ?></p>
</blockquote>
</div>
<?php endwhile; # Fin de la boucle sur les commentaires ?>
<div class="feed-art-com"><?php $plxShow->comFeed('rss',$plxShow->artId()); ?></div>
</div>
<?php endif; ?>
<?php if($plxShow->plxMotor->plxRecord_arts->f('allow_com') AND $plxShow->plxMotor->aConf['allow_com']): ?>
<div id="form">
<h2><?php $plxShow->lang('WRITE_A_COMMENT') ?></h2>
<form action="<?php $plxShow->artUrl(); ?>#form" method="post">
<fieldset>
<label for="id_name"><?php $plxShow->lang('NAME') ?>&nbsp;:</label>
<input id="id_name" name="name" type="text" size="20" value="<?php $plxShow->comGet('name',''); ?>" maxlength="30" />
<label for="id_site"><?php $plxShow->lang('WEBSITE') ?>&nbsp;:</label>
<input id="id_site" name="site" type="text" size="20" value="<?php $plxShow->comGet('site',''); ?>" />
<label for="id_mail"><?php $plxShow->lang('EMAIL') ?>&nbsp;:</label>
<input id="id_mail" name="mail" type="text" size="20" value="<?php $plxShow->comGet('mail',''); ?>" />
<label for="id_content" class="lab_com"><?php $plxShow->lang('COMMENT') ?>&nbsp;:</label>
<textarea id="id_content" name="content" cols="35" rows="6"><?php $plxShow->comGet('content',''); ?></textarea>
<?php if($plxShow->plxMotor->aConf['capcha']): ?>
<label for="id_rep"><strong><?php echo $plxShow->lang('ANTISPAM_WARNING') ?></strong>&nbsp;:</label>
<p><?php $plxShow->capchaQ(); ?>&nbsp;:&nbsp;<input id="id_rep" name="rep" type="text" size="10" /></p>
<input name="rep2" type="hidden" value="<?php $plxShow->capchaR(); ?>" />
<?php endif; ?>
<input type="submit" value="<?php $plxShow->lang('SEND') ?>" /><p class="com-alert"><?php $plxShow->comMessage(); ?></p>
</fieldset>
</form>
</div>
<?php else: ?>
<p><?php $plxShow->lang('COMMENTS_CLOSED') ?>.</p>
<?php endif; # Fin du if sur l'autorisation des commentaires ?>

446
css/darkFuture.css Normal file
View File

@@ -0,0 +1,446 @@
@charset "UTF-8";
/*
* @autor : Benjamin PIERRE
* @email : Benjamin@pluxml.org
* @date : 2011
*/
/* Summary */
/*
* 1 - Reset [ based on E.Meyer work ]
* 2 - Basic Styles
* 3 - Global
** 3-1 - Header
** 3-2 - Sidebar
** 3-3 - Footer
* 4 - Comments & Forms
* 5 - Pagination
*/
/* 1 - Reset [ based on E.Meyer work ] */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, label, input, textarea, form, fieldset{
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
input{
vertical-align: middle;
}
textarea{
width: 100%;
max-width: 100%!important;
}
img {
border: none;
}
/* 2 - Basic Styles */
body {
background-color: #000000; /*full background*/
background-image:url(../img/type.png);
color: #000000; /* main text color*/
font-family: Arial, sans-serif;
min-width: 1000px;
}
h1, h2, h3, h4, h5, h6{
color: #292929;
font-family: Arial, sans-serif;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.25em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.75em;}
a:link {
color: #555555; /*000000*/
text-decoration: none;
}
a:visited {
color: #555555;/*000000*/
}
a:hover{
text-decoration: none;
}
a:active, a:hover, a.active, .active a{
color: #bf0000;
}
/* header upper column links*/
a.headlink {
color: #fafafa;
font-weight:bold;
/** border : 1px solid #f5f5f5;**/
/** TODO : Find better colors, add padding **/
}
/*Hiding admin menu*/
a.admin {
color: #111111;
}
/* 3 - Global */
#section{
background-color: #111111;
margin: 0 auto;
width: 1000px;
}
#header{
background-color: #111111;
color: #999999;
margin: 0 auto;
width: 1000px;
}
#footer{
background-color: #111111;
color: #999999;
margin: 0 auto;
width: 1000px;
}
#section{
background: #dddddd url('../img/side.jpg') repeat-y 700px 0;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #EEEEEE;
}
#section:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#article{
float: left;
padding: 10px 0;
width: 700px;
}
#article > h2{
line-height: 1.5;
}
.art-topinfos, .art-infos, .feed-art-com, .feed-arts {
font-size: 0.75em;
color:#526068;
}
.art-topinfos a, .art-infos a, .feed-art-com a, .feed-arts a {
color:#526068;
}
.art-topinfos a:hover, .art-infos a:hover, .feed-art-com a:hover, .feed-arts a:hover {
text-decoration: underline;
}
.art-chapo{
margin: 10px 0;
}
.art-infos{
background: url('../img/border.jpg') repeat-x bottom;
margin: 0 0 10px 0;
padding: 0 0 20px 0;
}
#article > h2, #article h2 + p, .art-topinfos, .art-chapo, .art-content, #footer p, .art-infos, .feed-art-com, .feed-arts, .static-content, .error-content{
padding-left: 20px;
padding-right: 20px;
}
.author-infos{
background: #ffffff url('../img/border.jpg') repeat-x bottom;
margin: 0 20px;
padding: 10px;
}
.more{
font-size: 0.9em;
margin: 20px 0 0 0;
}
#article ul, #article ol{
margin: 0 0 0 20px;
}
/** 3-1 - Header **/
#skip{
background-color: #152F40;
padding: 0 0 10px 0;
}
#skip li{
display: inline;
margin: 0 15px 0 0;
}
#skip li a{
color: #FFFFFF;
font-size: 0.8em;
}
#skip li a:hover{
text-decoration: underline;
}
#header{
/** border-bottom: 1px solid #111111; titles borders **/
margin-top: 10px;
}
#header h1{
display: inline-block;
padding: 35px 15px 35px 20px;
}
#header h1 + p{
display: inline;
}
#topbar ul{
display: inline-block;
}
#nav{
background: url('../img/border.jpg') repeat-x top;
padding: 10px 20px;
}
#nav li{
display: inline;
margin: 0 30px 0 0;
padding: 5px 0;
}
.feed ul{
float: right;
}
.feed ul li{
margin: -5px 0 0 10px!important;
}
/** 3-2 - aside **/
#aside{
/** background-color: #999999; sidebar color**/
/** TODO: Find better color **/
float: right;
padding: 10px 20px 0 20px;
width: 245px;
}
#aside h3{
line-height: 1.5;
}
#aside ul{
margin: 0 0 10px 0;
/** border : 1px solid #f5f5f5; sections borders**/
/** TODO : find better separations **/
}
#aside tr{
border: 3px;
solid red;
}
/** Linux certificate*/
#certificate {
text-align:left;
margin-left: 30px;
}
/** List of icons **/
#icons {
padding:0;
text-align:center;
/**border:2px solid #000; */
overflow:hidden;/* ceci pour etirer */
/** background-color:#FFF; */
list-style-type: none;
}
#icons ul{
float:left;
display:block;
padding:0;
margin:0;
}
#icons ul li {
float:left;
}
#icons a{
float:left;
width:40px;
}
#partners ul{
list-style-type:circle;
}
/** 3-3 - Footer **/
#footer{
margin-bottom: 30px;
padding: 10px 0;
font-size: 0.7em;
}
#footer span{
float: right;
font-size: 0.9em;
color: #9000A1;
}
/* 4 - Comments & Forms */
#comments{
background: url('../img/border.jpg') repeat-x bottom;
}
#comments h2{
margin: 15px 0 0 0;
padding-left: 20px;
padding-right: 20px;
}
form{
margin: 0 20px;
padding: 0 0 10px 0;
}
#form h2{
line-height: 1;
padding: 5px 0 10px 20px;
}
blockquote{
margin: 15px 20px 20px 20px;
}
.num-com{
float: right;
font-size: 0.8em;
}
.info_comment {
font-size: 0.8em;
}
.content_com {
padding: 15px 15px 15px 15px;
}
.type-normal {
background-color: #ffffff;
}
.type-admin {
background-color: #ebf1f4;
}
.feed-art-com{
margin: 0 0 10px 0;
padding: 0 20px 15px 20px;
}
.com-alert{
color: #730E20;
font-weight: bold;
text-align: center;
}
label{
display: block;
margin: 0 0 5px 0;
}
input[type=text], textarea{
border: 1px solid #DDDDDD;
margin: 0 0 10px 0;
}
input[type=text]:hover, textarea:hover{
border: 1px solid #AAAAAA;
cursor: pointer;
}
input[type=text]:focus, textarea:focus{
border: 1px solid #777777;
}
input[type=submit], input[type=submit] + p{
display: inline;
}
input[type=submit] + p{
margin: 0 0 -5px 10px;
}
input[type=submit]{
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
padding: 3px 4px;
}
input[type=submit]:hover{
background-color: #152F40;
color: #FFFFFF;
cursor: pointer;
}
input[type=submit]:active{
background-color: #730E20;
}
/** 5 - Pagination **/
#pagination{
text-align:center;
padding: 0 0 5px 0;
font-size: 0.8em;
margin: 20px 0 5px 20px;
}
#pagination span{
margin-right:5px;
}
#pagination .p_page{
border: 1px #DDDDDD solid;
padding: 3px 5px;
}
#pagination .p_prev a, #pagination .p_first a, #pagination .p_last a, #pagination .p_next a{
border: 1px #DDDDDD solid;
padding: 3px 5px;
}
#pagination span a:hover{
background-color: #152F40;
color: #FFFFFF;
cursor: pointer;
}
#pagination span a:active{
background-color: #730E20;
}

36
css/ie.css Normal file
View File

@@ -0,0 +1,36 @@
@charset "UTF-8";
/*
* @autor : Benjamin PIERRE
* @email : Benjamin@pluxml.org
* @date : 2011
*/
/* Clearfix for IE */
#section{
display: block;
zoom: 1;
}
/* Clearfix for IE7 */
*+html #header h1, *+html #header p{
display: inline;
}
*+html #header h1{
margin-bottom: -45px ;
}
*+html #nav{
margin-top: 45px;
}
*+html .feed ul{
margin: -26px 20px 0 0;
}
*+html #footer span{
margin: -15px 20px 0 0;
}

374
css/screen.css Normal file
View File

@@ -0,0 +1,374 @@
@charset "UTF-8";
/*
* @autor : Benjamin PIERRE
* @email : Benjamin@pluxml.org
* @date : 2011
*/
/* Summary */
/*
* 1 - Reset [ based on E.Meyer work ]
* 2 - Basic Styles
* 3 - Global
** 3-1 - Header
** 3-2 - Sidebar
** 3-3 - Footer
* 4 - Comments & Forms
* 5 - Pagination
*/
/* 1 - Reset [ based on E.Meyer work ] */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, label, input, textarea, form, fieldset{
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
input{
vertical-align: middle;
}
textarea{
width: 100%;
max-width: 100%!important;
}
img {
border: none;
}
/* 2 - Basic Styles */
body {
background-color: #152F40;
color: #333333;
font-family: Arial;
min-width: 930px;
}
h1, h2, h3, h4, h5, h6{
color: #152F40;
font-family: Arial;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.25em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.75em;}
a:link {
color: #152F40;
text-decoration: none;
}
a:visited {
color: #152F40;
}
a:hover{
text-decoration: none;
}
a:active, a:hover, a.active, .active a{
color: #bf0000;
}
/* 3 - Global */
#header, #section, #footer{
background-color: #F9F9F9;
margin: 0 auto;
width: 775px;
}
#section{
background: #F9F9F9 url('../img/side.jpg') repeat-y 610px 0;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #EEEEEE;
}
#section:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#article{
float: left;
padding: 10px 0;
width: 570px;
}
#article > h2{
line-height: 1.5;
}
.art-topinfos, .art-infos, .feed-art-com, .feed-arts {
font-size: 0.75em;
color:#526068;
}
.art-topinfos a, .art-infos a, .feed-art-com a, .feed-arts a {
color:#526068;
}
.art-topinfos a:hover, .art-infos a:hover, .feed-art-com a:hover, .feed-arts a:hover {
text-decoration: underline;
}
.art-chapo{
margin: 10px 0;
}
.art-infos{
background: url('../img/border.jpg') repeat-x bottom;
margin: 0 0 10px 0;
padding: 0 0 20px 0;
}
#article > h2, #article h2 + p, .art-topinfos, .art-chapo, .art-content, #footer p, .art-infos, .feed-art-com, .feed-arts, .static-content, .error-content{
padding-left: 20px;
padding-right: 20px;
}
.author-infos{
background: #ffffff url('../img/border.jpg') repeat-x bottom;
margin: 0 20px;
padding: 10px;
}
.more{
font-size: 0.9em;
margin: 20px 0 0 0;
}
#article ul, #article ol{
margin: 0 0 0 20px;
}
/** 3-1 - Header **/
#skip{
background-color: #152F40;
padding: 0 0 10px 0;
}
#skip li{
display: inline;
margin: 0 15px 0 0;
}
#skip li a{
color: #FFFFFF;
font-size: 0.8em;
}
#skip li a:hover{
text-decoration: underline;
}
#header{
border-bottom: 1px solid #EEEEEE;
margin-top: 10px;
}
#header h1{
display: inline-block;
padding: 35px 15px 35px 20px;
}
#header h1 + p{
display: inline;
}
#nav{
background: url('../img/border.jpg') repeat-x top;
padding: 8px 20px;
}
#nav li{
display: inline;
margin: 0 20px 0 0;
padding: 5px 0;
}
.feed ul{
float: right;
}
.feed ul li{
margin: -5px 0 0 10px!important;
}
/** 3-2 - aside **/
#aside{
float: right;
padding: 10px 20px 0 20px;
width: 150px;
}
#aside h3{
line-height: 1.5;
}
#aside ul{
margin: 0 0 10px 0;
list-style-type: none;
}
/** 3-3 - Footer **/
#footer{
margin-bottom: 30px;
padding: 10px 0;
font-size: 0.7em;
}
#footer span{
float: right;
font-size: 0.9em;
}
/* 4 - Comments & Forms */
#comments{
background: url('../img/border.jpg') repeat-x bottom;
}
#comments h2{
margin: 15px 0 0 0;
padding-left: 20px;
padding-right: 20px;
}
form{
margin: 0 20px;
padding: 0 0 10px 0;
}
#form h2{
line-height: 1;
padding: 5px 0 10px 20px;
}
blockquote{
margin: 15px 20px 20px 20px;
}
.num-com{
float: right;
font-size: 0.8em;
}
.info_comment {
font-size: 0.8em;
}
.content_com {
padding: 15px 15px 15px 15px;
}
.type-normal {
background-color: #ffffff;
}
.type-admin {
background-color: #ebf1f4;
}
.feed-art-com{
margin: 0 0 10px 0;
padding: 0 20px 15px 20px;
}
.com-alert{
color: #730E20;
font-weight: bold;
text-align: center;
}
label{
display: block;
margin: 0 0 5px 0;
}
input[type=text], textarea{
border: 1px solid #DDDDDD;
margin: 0 0 10px 0;
}
input[type=text]:hover, textarea:hover{
border: 1px solid #AAAAAA;
cursor: pointer;
}
input[type=text]:focus, textarea:focus{
border: 1px solid #777777;
}
input[type=submit], input[type=submit] + p{
display: inline;
}
input[type=submit] + p{
margin: 0 0 -5px 10px;
}
input[type=submit]{
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
padding: 3px 4px;
}
input[type=submit]:hover{
background-color: #152F40;
color: #FFFFFF;
cursor: pointer;
}
input[type=submit]:active{
background-color: #730E20;
}
/** 5 - Pagination **/
#pagination{
text-align:center;
padding: 0 0 5px 0;
font-size: 0.8em;
margin: 20px 0 5px 20px;
}
#pagination span{
margin-right:5px;
}
#pagination .p_page{
border: 1px #DDDDDD solid;
padding: 3px 5px;
}
#pagination .p_prev a, #pagination .p_first a, #pagination .p_last a, #pagination .p_next a{
border: 1px #DDDDDD solid;
padding: 3px 5px;
}
#pagination span a:hover{
background-color: #152F40;
color: #FFFFFF;
cursor: pointer;
}
#pagination span a:active{
background-color: #730E20;
}

17
erreur.php Normal file
View File

@@ -0,0 +1,17 @@
<?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<div id="article">
<h2><?php $plxShow->lang('ERROR') ?> :</h2>
<div class="error-content"><?php $plxShow->erreurMessage(); ?></div>
</div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>

11
footer.php Normal file
View File

@@ -0,0 +1,11 @@
<?php if(!defined('PLX_ROOT')) exit; ?>
<div id="footer">
<p>&copy;
<?php $plxShow->lang('POWERED_BY') ?> <a href="http://pluxml.org" title="<?php $plxShow->lang('PLUXML_DESCRIPTION') ?>">PluXml</a>
<span><a class="admin" rel="nofollow" href="<?php $plxShow->urlRewrite('core/admin/') ?>" title="<?php $plxShow->lang('ADMINISTRATION') ?>"><?php $plxShow->lang('ADMINISTRATION') ?></a>
</p>
</div>
</body>
</html>

43
header.php Normal file
View File

@@ -0,0 +1,43 @@
<?php if(!defined('PLX_ROOT')) exit; ?>
<?php include('info.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php $plxShow->defaultLang() ?>" lang="<?php $plxShow->defaultLang() ?>">
<head>
<title><?php $plxShow->pageTitle(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php $plxShow->charset(); ?>" />
<?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" type="text/css" href="<?php $plxShow->template(); ?>/css/darkFuture.css" media="screen" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="<?php $plxShow->template(); ?>/css/ie.css" media="screen" />
<![endif]-->
<?php $plxShow->templateCss() ?>
<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">
<div id="header">
<h1><?php $plxShow->mainTitle('link'); ?></h1>
<p><?php $plxShow->subTitle(); ?></p>
<ul id="nav">
<li><a href="<?php echo BLOG ?>" title="<?php $plxShow->lang('C_BLOG') ?>" class="headlink" ><?php $plxShow->lang('C_BLOG') ?></a></li>
<li><a href="<?php echo ME ?>" title="<?php $plxShow->lang('C_ME') ?>" class="headlink" ><?php $plxShow->lang('C_ME') ?></a></li>
<li><a href="<?php echo GALLERY ?>" title="<?php $plxShow->lang('C_GALLERY') ?>" class="headlink" ><?php $plxShow->lang('C_GALLERY') ?></a></li>
<li><a href="<?php echo PRO ?>" title="<?php $plxShow->lang('C_PRO') ?>" class="headlink"><?php $plxShow->lang('C_PRO') ?></a></li>
<li><a href="<?php echo GITHUB ?>" title="<?php $plxShow->lang('C_GITHUB') ?>" class="headlink"><?php $plxShow->lang('C_GITHUB') ?></a></li>
<li><a href="<?php echo PROG ?>" title="<?php $plxShow->lang('C_PROG') ?>" class="headlink"><?php $plxShow->lang('C_PROG') ?></a></li>
</ul>
</div>

22
home.php Normal file
View File

@@ -0,0 +1,22 @@
<?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<div id="article">
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
<h2><?php $plxShow->artTitle('link'); ?></h2>
<p class="art-topinfos"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></p>
<div class="art-chapo"><?php $plxShow->artChapo(); ?></div>
<p class="art-infos"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?> - <?php $plxShow->artNbCom(); ?></p>
<?php endwhile; ?>
<p id="pagination"><?php $plxShow->pagination(); ?></p>
</div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>

BIN
img/border.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

BIN
img/certificate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
img/en.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

BIN
img/en_fr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
img/facebook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
img/fr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

BIN
img/google-plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
img/img2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

0
img/index.html Normal file
View File

BIN
img/linkedin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
img/mailto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
img/rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/side.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

BIN
img/twitter.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img/type.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/viadeo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

0
index.html Normal file
View File

36
info.php Normal file
View File

@@ -0,0 +1,36 @@
<?php
define('VIADEO', 'http://www.viadeo.com/fr/profile/julien.lengrand-lambert' );
define('LINKEDIN', "http://www.linkedin.com/pub/julien-lengrand-lambert/14/660/551");
define('TWITTER', "http://twitter.com/#!/jlengrand");
define('GP', "https://plus.google.com/107343304730454368817");
define('MAILTO', "mailto:julien@lengrandlambert.fr");
define('FR', "http://lengrandlambert.fr/");
define('EN', "http://lengrandlambert.fr/");
define('DARTH', "http://darthwound.tumblr.com/");
define('ARP', "http://arpinux.org/arpinux/");
define('CRUNCH', "http://crunchbanglinux-fr.org/");
define('DEBIAN', "http://www.debian.org/index.fr.html");
define('STACK', "http://stackoverflow.com/");
define('BLOG', "http://127.0.0.1/public/last_pluxml");
define('ME', "http://127.0.0.1/public/last_pluxml/?static2/welcome");
define('GALLERY', "http://gallery.lengrandlambert.fr");
define('PRO', "http://127.0.0.1/public/last_pluxml/?static3/jobs");
define('GITHUB', "https://github.com/jlengrand");
define('PROG', "http://lengrandlambert.fr/progTips.html");
define('VIADEO_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/viadeo.png" );
define('LINKEDIN_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/linkedin.png");
define('TWITTER_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/twitter.jpg");
define('GP_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/google-plus.png");
define('MAILTO_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/mailto.png");
define('RSS_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/rss.png");
define('CERTIF_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/certificate.png");
define('FR_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/fr.png");
define('EN_H', "http://127.0.0.1/public/last_pluxml/themes/airballs_pluxml/img/en.png");
?>

50
lang/de.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
$LANG = array(
#header.php
'HOME' => 'Startseite',
'GOTO_CONTENT' => 'Zum Inhalt',
'GOTO_MENU' => 'Zum Men&uuml;',
'COMMENTS_RSS_FEEDS' => 'Kommentare als Feed',
'COMMENTS' => 'Kommentare',
'ARTICLES_RSS_FEEDS' => 'Artikel-Feed (RSS)',
'ARTICLES' => 'Artikel',
# sidebar.php
'CATEGORIES' => 'Kategorien',
'LAST_ARTICLES' => 'Letzte Artikel',
'LAST_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 erkannt geworden',
'BACKTO_HOME' => 'Zur&uuml;ck zur Homepage',
# common
'WRITTEN_BY' => 'Geschrieben von',
'CLASSIFIED_IN' => 'Kategorisiert in',
'TAGS' => 'Schl&uuml;sselw&ouml;rter',
# commentaires.php
'SAID' => 'sagte',
'WRITE_A_COMMENT' => 'Schreiben einen Kommentar',
'NAME' => 'Name',
'WEBSITE' => 'Website (fakultativ)',
'EMAIL' => 'E-mail (fakultativ)',
'COMMENT' => 'Kommentar',
'CLEAR' => 'L&ouml;schen',
'SEND' => 'Versenden',
'COMMENTS_CLOSED' => 'Die Kommentare sind geschlossen',
'ANTISPAM_WARNING' => 'Anti-Spam',
);
?>

70
lang/en.php Normal file
View File

@@ -0,0 +1,70 @@
<?php
$LANG = array(
#header.php
'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',
'C_BLOG' => 'Blog',
'C_ME' => 'About Me',
'C_GALLERY' => 'Photo Gallery',
'C_PRO' => 'Job Space',
'C_GITHUB' => 'GitHub',
'C_PROG' => 'Programming Tips',
# sidebar.php
'CATEGORIES' => 'Categories',
'LAST_ARTICLES' => 'Last articles',
'LAST_COMMENTS' => 'Last comments',
'ARCHIVES' => 'Archives',
'C_CONTACT' => 'Follow Me',
'C_NEWS' => 'Last News of my world',
'C_PARTNERS' => 'Partners and Links',
'C_CONTACT' => 'Contact me',
'C_VIADEO' => 'Viadeo',
'C_LINKEDIN' => 'Linkedin',
'C_TWITTER' => 'Twitter',
'C_G+' => 'Google+',
'C_DARTH' => 'DarthWound',
'C_ARP' => 'Arpinux',
'C_CRUNCH' => 'Crunchang-fr',
'C_DEB' => 'Debian.org',
'C_STACK' => 'Stack Overflow',
# 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',
);
?>

51
lang/es.php Normal file
View File

@@ -0,0 +1,51 @@
<?php
$LANG = array(
#header.php
'HOME' => 'Inicio',
'GOTO_CONTENT' => 'Ir al contenido',
'GOTO_MENU' => 'Ir al men&uacute;',
'COMMENTS_ATOM_FEEDS' => 'Hilo Atom de los comentarios',
'COMMENTS_RSS_FEEDS' => 'Hilo Rss de los comentarios',
'COMMENTS' => 'Comentarios',
'ARTICLES_RSS_FEEDS' => 'Hilo Rss de los art&iacute;culos',
'ARTICLES' => 'Art&iacute;culos',
# sidebar.php
'CATEGORIES' => 'Categor&iacute;as',
'LAST_ARTICLES' => 'Ultimos art&iacute;culos',
'LAST_COMMENTS' => 'Ultimos comentarios',
'ARCHIVES' => 'Archivos',
# footer.php
'POWERED_BY' => 'Generado por',
'PLUXML_DESCRIPTION' => 'Blog o Cms sin bases de datos',
'IN' => 'en',
'ADMINISTRATION' => 'Administraci&oacute;n',
'GOTO_TOP' => 'Volver Inicio de p&aacute;gina',
'TOP' => 'Inicio de p&aacute;gina',
# erreur.php
'ERROR' => 'Se ha detectado un error',
'BACKTO_HOME' => 'Volver a la p&aacute;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',
);
?>

69
lang/fr.php Normal file
View File

@@ -0,0 +1,69 @@
<?php
$LANG = array(
#header.php
'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',
'C_BLOG' => 'Blog',
'C_ME' => 'Profil',
'C_GALLERY' => 'Galerie Photo',
'C_PRO' => 'Espace Pro',
'C_GITHUB' => 'GitHub',
'C_PROG' => 'Coin du Développeur',
# sidebar.php
'CATEGORIES' => 'Cat&eacute;gories',
'LAST_ARTICLES' => 'Derniers articles',
'LAST_COMMENTS' => 'Derniers commentaires',
'ARCHIVES' => 'Archives',
'C_CONTACT' => 'O&ugrave me trouver',
'C_NEWS' => 'Actus',
'C_PARTNERS' => 'Partenaires',
'C_CONTACT' => 'Contactez moi',
'C_VIADEO' => 'Viadeo',
'C_LINKEDIN' => 'Linkedin',
'C_TWITTER' => 'Twitter',
'C_G+' => 'Google+',
'C_DARTH' => 'DarthWound',
'C_ARP' => 'Arpinux',
'C_CRUNCH' => 'Crunchang-fr',
'C_DEB' => 'Debian.org',
'C_STACK' => 'Stack Overflow',
# footer.php
'POWERED_BY' => 'G&eacute;n&eacute;r&eacute; par',
'PLUXML_DESCRIPTION' => 'Blog ou Cms sans base de donn&eacute;es',
'IN' => 'en',
'ADMINISTRATION' => 'Administration',
'GOTO_TOP' => 'Remonter en haut de page',
'TOP' => 'Haut de page',
# erreur.php
'ERROR' => 'Une erreur a &eacute;t&eacute; d&eacute;tect&eacute;e',
'BACKTO_HOME' => 'Retour &agrave; la page d\'accueil',
# common
'WRITTEN_BY' => 'R&eacute;dig&eacute; par',
'CLASSIFIED_IN' => 'Class&eacute; dans',
'TAGS' => 'Mots cl&eacute;s',
# commentaires.php
'SAID' => 'a dit',
'WRITE_A_COMMENT' => '&Eacute;crire un commentaire',
'NAME' => 'Nom',
'WEBSITE' => 'Site (facultatif)',
'EMAIL' => 'E-mail (facultatif)',
'COMMENT' => 'Commentaire',
'CLEAR' => 'Effacer',
'SEND' => 'Envoyer',
'COMMENTS_CLOSED' => 'Les commentaires sont ferm&eacute;s',
'ANTISPAM_WARNING' => 'V&eacute;rification anti-spam',
);
?>

50
lang/it.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
$LANG = array(
#header.php
'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',
'LAST_ARTICLES' => 'Ultimi articoli',
'LAST_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&egrave; 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',
);
?>

50
lang/nl.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
$LANG = array(
#header.php
'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',
'LAST_ARTICLES' => 'Laatste artikels',
'LAST_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',
);
?>

50
lang/pl.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
$LANG = array(
#header.php
'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',
'LAST_ARTICLES' => 'Ostatnie artykuły',
'LAST_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',
);
?>

50
lang/pt.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
$LANG = array(
#header.php
'HOME' => 'Início',
'GOTO_CONTENT' => 'Ir ao conte&uacute;do',
'GOTO_MENU' => 'Ir ao menu',
'COMMENTS_RSS_FEEDS' => 'Fluxo RSS dos coment&aacute;rios',
'COMMENTS' => 'Coment&aacute;rios',
'ARTICLES_RSS_FEEDS' => 'Fluxo Rss dos artigos',
'ARTICLES' => 'Artigos',
# sidebar.php
'CATEGORIES' => 'Categorias',
'LAST_ARTICLES' => 'Ultimos artigos',
'LAST_COMMENTS' => 'Ultimos coment&aacute;rios',
'ARCHIVES' => 'Arquivos',
# footer.php
'POWERED_BY' => 'Propulsado por',
'PLUXML_DESCRIPTION' => 'Blog ou Cms sem banco de dados',
'IN' => 'em',
'ADMINISTRATION' => 'Administra&ccedil;&atilde;o',
'GOTO_TOP' => 'Subir',
'TOP' => 'Topo',
# erreur.php
'ERROR' => 'Ocorreu um erro, pedimos desculpas pelo inc&oacute;modo',
'BACKTO_HOME' => 'Voltar ao &Iacute;ndice',
# common
'WRITTEN_BY' => 'Escrito por',
'CLASSIFIED_IN' => 'Categorizado em',
'TAGS' => 'Tags',
# commentaires.php
'SAID' => 'escreveu',
'WRITE_A_COMMENT' => 'Escrever um coment&aacute;rio',
'NAME' => 'Nome',
'WEBSITE' => 'Web-site (facultativo)',
'EMAIL' => 'E-mail (facultativo)',
'COMMENT' => 'Comment&aacute;rio',
'CLEAR' => 'Apagar',
'SEND' => 'Enviar',
'COMMENTS_CLOSED' => 'Os coment&aacute;rios est&atilde;o fechados',
'ANTISPAM_WARNING' => 'Verifica&ccedil;&atilde;o anti-spam',
);
?>

50
lang/ro.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
$LANG = array(
#header.php
'HOME' => 'Home',
'GOTO_CONTENT' => 'La con&#355;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',
'LAST_ARTICLES' => 'Ultimile Articole',
'LAST_COMMENTS' => 'Ultimile Comentarii',
'ARCHIVES' => 'Arhiva',
# footer.php
'POWERED_BY' => 'Realizat de',
'PLUXML_DESCRIPTION' => 'Descriere',
'IN' => '&#238;n',
'ADMINISTRATION' => 'Administra&#355;ia',
'GOTO_TOP' => 'Dute sus',
'TOP' => 'Sus',
# erreur.php
'ERROR' => 'A survenit o eroare',
'BACKTO_HOME' => '&#206;napoi la Pagina Principal&#259;',
# common
'WRITTEN_BY' => 'Scris de',
'CLASSIFIED_IN' => 'Postat &#238;n',
'TAGS' => 'Etichete',
# commentaires.php
'SAID' => 'a spus',
'WRITE_A_COMMENT' => 'Adaug&#259; un comentariu',
'NAME' => 'Nume',
'WEBSITE' => 'Site (nu e obligatoriu)',
'EMAIL' => 'E-mail (nu e obligatoriu)',
'COMMENT' => 'Comentariul',
'CLEAR' => 'Cur&#259;&#354;&#259;',
'SEND' => 'Trimite',
'COMMENTS_CLOSED' => 'Comentariile sunt &#238;nchise',
'ANTISPAM_WARNING' => 'Verificare anti-spam',
);
?>

50
lang/ru.php Normal file
View File

@@ -0,0 +1,50 @@
<?php
$LANG = array(
#header.php
'HOME' => 'Главная',
'GOTO_CONTENT' => 'Перейти к содержанию',
'GOTO_MENU' => 'Перейти к меню',
'COMMENTS_RSS_FEEDS' => 'RSS-каналы комментариев',
'COMMENTS' => 'Комментарии',
'ARTICLES_RSS_FEEDS' => 'Rss-каналы статей',
'ARTICLES' => 'Статьи',
# sidebar.php
'CATEGORIES' => 'Категории',
'LAST_ARTICLES' => 'Последние статьи',
'LAST_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' => 'Анти-спам проверка',
);
?>

36
sidebar.php Normal file
View File

@@ -0,0 +1,36 @@
<?php if(!defined('PLX_ROOT')) exit; ?>
<div id="aside">
<h3><?php $plxShow->lang('C_CONTACT') ?></h3>
<ul id="icons">
<li><a href="<?php echo GP ?>" target="_top"><img src="<?php echo GP_H ?>" style="border:0" alt="google plus profile" title="Find me on G+" height="40" width="40" /></a></li>
<li><a href="<?php echo VIADEO ?>" target="_top"><img src="<?php echo VIADEO_H ?>" style="border:0" alt="viadeo profile" title="Find me on Viadeo" height="40" width="40" /></a></li>
<li><a href="<?php echo LINKEDIN ?>" target="_top"><img src="<?php echo LINKEDIN_H ?>" style="border:0" alt="linkedin profile" title="Find me on Linkedin" height="40" width="40" /></a></li>
<li><a href="<?php echo TWITTER ?>" target="_top"><img src="<?php echo TWITTER_H ?>" style="border:0" alt="twitter profile" title="Follow me on Twitter" height="40" width="40" /></a></li>
<li><a href="<?php echo MAILTO ?>" target="_top"><img src="<?php echo MAILTO_H ?>" style="border:0" alt="mailto" title="Mail me!" height="40" width="40" /></a></li>
<!-- <li><a href="<?php $plxShow->urlRewrite('feed.php?rss') ?>" target="_top"><img src="<?php echo RSS_H ?>" style="border:0" alt="rss " title="Follow the news" height="40" width="40" /></a></li> -->
<li><a href="http://feeds.feedburner.com/LookUpToTheFuture" target="_top"><img src="<?php echo RSS_H ?>" style="border:0" alt="rss " title="Follow the news" height="40" width="40" /></a></li>
</ul>
<h3><?php $plxShow->lang('C_NEWS') ?></h3>
<ul>
<?php $plxShow->lastArtList('<li class="#art_status"><a href="#art_url" title="#art_title">#art_title</a></li>'); ?>
</ul>
<h3><?php $plxShow->lang('C_PARTNERS') ?></h3>
<ul id="partners">
<li><a href="<?php echo DARTH ?>" title="<?php $plxShow->lang('C_DARTH') ?>"><?php $plxShow->lang('C_DARTH') ?></a></li>
<li><a href="<?php echo ARP ?>" title="<?php $plxShow->lang('C_ARP') ?>"><?php $plxShow->lang('C_ARP') ?></a></li>
<li><a href="<?php echo CRUNCH ?>" title="<?php $plxShow->lang('C_CRUNCH') ?>"><?php $plxShow->lang('C_CRUNCH') ?></a></li>
<li><a href="<?php echo DEBIAN ?>" title="<?php $plxShow->lang('C_DEB') ?>"><?php $plxShow->lang('C_DEB') ?></a></li>
<li><a href="<?php echo STACK ?>" title="<?php $plxShow->lang('C_STACK') ?>"><?php $plxShow->lang('C_STACK') ?></a></li>
</ul>
</br>
</br>
<a href="http://linuxcounter.net/" id="certificate">
<img src="<?php echo CERTIF_H ?>" title="linux certificate" >
</a>
</div>

16
static.php Normal file
View File

@@ -0,0 +1,16 @@
<?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<div id="article">
<h2><?php $plxShow->staticTitle(); ?></h2>
<div class="static-content"><?php $plxShow->staticContent(); ?></div>
</div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>

23
tags.php Normal file
View File

@@ -0,0 +1,23 @@
<?php include(dirname(__FILE__).'/header.php'); ?>
<div id="section">
<div id="article">
<?php while($plxShow->plxMotor->plxRecord_arts->loop()): ?>
<h2><?php $plxShow->artTitle('link'); ?></h2>
<p class="art-topinfos"><?php $plxShow->lang('WRITTEN_BY') ?> <?php $plxShow->artAuthor() ?> le <?php $plxShow->artDate('#num_day #month #num_year(4)'); ?></p>
<div class="art-chapo"><?php $plxShow->artChapo(); ?></div>
<p class="art-infos"><?php $plxShow->lang('CLASSIFIED_IN') ?> : <?php $plxShow->artCat(); ?> - <?php $plxShow->lang('TAGS') ?> : <?php $plxShow->artTags(); ?> - <?php $plxShow->artNbCom(); ?></p>
<?php endwhile; ?>
<p id="pagination"><?php $plxShow->pagination(); ?></p>
</div>
<?php include(dirname(__FILE__).'/sidebar.php'); ?>
</div>
<?php include(dirname(__FILE__).'/footer.php'); ?>