Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 392 → Rev 393

/trunk/wikini/maj_wikini/wakka.basic.css
New file
0,0 → 1,56
body { background-color: #F5F5F5; color: black; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; }
 
a { color: #993333; }
 
body, p, td, li, input, select, textarea { font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 13px; }
h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }
ul { margin-top: 0px; padding-top: 0px; padding-bottom: 0px; }
ol { margin-top: 0px; padding-top: 0px; padding-bottom: 0px; }
form { margin: 0px; padding: 0px; }
tt { color: Navy; }
 
 
.error { color: #CC3333; font-weight: bold; }
.indent { margin-left: 40px; }
.additions { color: #008800; }
.deletions { color: #880000; }
.add { font-weight: bold; color:#c00; text-decoration: underline; }
.del { font-style: italic; color:#c00; text-decoration: line-through; }
.header { padding: 10px; padding-top: 0px; }
.page { background-color: #FFFFFF; padding: 10px; border: 1px inset; }
.prev_alert { background-color: red; color: white; font-size: 1.7em; font-weight: bold; margin-bottom: 5px; }
.edit { width: 100%; height: 400px; }
.footer { background-color: #DDDDDD;padding: 5px; border: 1px inset }
.code { background: #FFFFFF; border: solid #888888 2px; font-family: 'Courier New', Courier; color: black; font-size: 10pt; width: 100%; overflow: scroll; padding: 3px; }
.revisioninfo { color: #AAAAAA; padding-bottom: 20px; }
 
.commentsheader { background-color: #DDDDDD; padding: 2px 10px; }
.comment { background-color: #EEEEEE; padding: 10px; }
.commentinfo { color: #AAAAAA; }
.commentform { background-color: #EEEEEE; padding: 10px; }
 
.copyright { font-size: 11px; color: #AAAAAA; text-align: right; }
.copyright A { color: #AAAAAA; }
.searchbox { background: #FFFFF8; border: 0px; padding: 0px; margin: 0px; }
.debug { font-size: 11px; color: #888888; }
 
/* CONTRIBUTION MENU GAUCHE */
.page_table {margin: 0px; padding: 0px ; border: none; height: 100%;width: 100%;}
.menu_column {background-color: #FFFFCC; vertical-align: top; width: 150px; border: 1px solid #000000;padding:5px;}
.body_column {vertical-align: top; border: none;padding:5px;}
 
/* CONTRIBUTION ACTION ATTACH */
/* - les images */
.attach_margin05em { margin: 0.5em;} /* marge de 0.5 em autour de l'image*/
.attach_margin1em { margin: 1em;} /* marge de 1em autour de l'image*/
.attach_left {float: left;} /* bloc flotant à gauche */
.attach_right {float: right;} /* bloc flotant à droite */
.attach_noborder {border-width: 0px;} /* pas de bordure */
.attach_vmiddle {vertical-align: text-bottom;} /* aligenement vertical au milieu */
/* - le gestionnaire des uploads */
.tableFM {border: thin solid Black; width: 100%; }
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center; }
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left; }
.tableFM TBODY TR { text-align: center; }
.tableFMCol1 { background-color: Aqua; }
.tableFMCol2 { background-color: Yellow; }
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/trunk/wikini/maj_wikini/wakka.css
New file
0,0 → 1,104
/*Début modification sytle TELA BOTANICA*/
body
{
background-color: #D7F2D7;
color: black;
background-image: url(http://www.tela-botanica.org/sites/commun/generique/images/logos/logo_tb_pr_wikini.png);
background-repeat: no-repeat;
background-position: top right;
}
 
h1 { margin: 0px; padding: 0px; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 1.6em; font-style: normal; background-color: #2B8648; border-style: none; color: #FFFFFF; text-align: center;}
h2 { margin: 0px; padding: 0px; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 1.4em; font-style: oblique;}
h3 { margin: 0px; padding: 0px; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 1.2em; font-style: normal;}
h4 { margin: 0px; padding: 0px; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 1.1em; font-style: oblique;}
h5 { margin: 0px; padding: 0px; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 1.1em; font-style: normal; font-weight: bold; color : #2B8648;}
 
a { color: #993333; text-decoration: none; font-weight: bold;}
a:hover { text-decoration: underline;}
 
.wiki_name { float: left; padding-left: 10px; margin: 0px 15px 0px 10px; font-size: 150%; font-weight: bold; background-color: transparent; color: black;}
.page_name { font-size: 150%; background-color: transparent;}
.header { padding: 10px; padding-top: 5px; padding-left: 15px;}
/*Fin modification sytle TELA BOTANICA*/
 
body, p, td, li, input, select, textarea { font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.3; }
ul { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; }
ol { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; }
form { margin: 0px; padding: 0px; }
tt { color: Navy; }
hr { border: 0px; color: Black; /* Internet Explorer */ background-color: Black; height: 1px; }
 
.error { color: #CC3333; font-weight: bold; }
.indent { margin-left: 40px; }
.additions { color: #008800; }
.deletions { color: #880000; }
.add { font-weight: bold; color: #c00; text-decoration: underline; }
.del { font-style: italic; color: #c00; text-decoration: line-through; }
.page { background-color: #FFFFFF; padding: 10px; border: 1px inset; border-bottom: none; }
.prev_alert { background-color: red; color: white; font-size: 1.7em; font-weight: bold; margin-bottom: 5px; }
.edit { width: 100%; height: 400px; }
.footer { background-color: #DDDDDD; padding: 5px 10px; border: 1px inset; border-top: none; border-top: 1px solid #CCCCCC }
.code { background: #FFFFFF; border: solid #888888 2px; font-family: 'Courier New', Courier; color: black; font-size: 10pt; width: 100%; height: 400px; overflow: scroll; padding: 3px; }
.revisioninfo { color: #AAAAAA; padding-bottom: 20px; }
 
.commentsheader { background-color: #DDDDDD; padding: 2px 10px; border-left: 1px inset; border-right: 1px inset; border-top: 1px solid #CCCCCC }
.comment { background-color: #EEEEEE; padding: 10px; border-left: 1px inset; border-right: 1px inset; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #EEEEEE; }
.commentinfo { color: #AAAAAA; }
.commentform { background-color: #EEEEEE; padding: 10px; border-left: 1px inset; border-right: 1px inset; border-top: 1px solid #CCCCCC }
 
.copyright { font-size: 11px; color: #AAAAAA; text-align: right; }
.copyright A { color: #AAAAAA; }
.searchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; }
.debug { font-size: 11px; color: #888888; }
 
.hr_clear { clear: both; visibility: hidden; }
.include_right { float: right; width: 17%; } /* bloc flotant à droite */
.include_left { float: left; width: 17%; } /* bloc flotant à gauche */
.include_solid_border { border: solid; padding: 2px; } /* encadré noir */
.include_gray_background { background-color: #DDDDDD; } /* fond gris */
.include_small_fonts { font-size: 0.8em; } /* petites polices */
.include_big_fonts { font-size: 1.2em; } /* grandes polces */
.include_height10em { height: 10em; overflow: scroll; } /* boite de 10em de hauteur, avec ascenseur */
.include_height15em { height: 15em; overflow: scroll; }
.include_height30em { height: 30em; overflow: scroll; }
.include_height60em { height: 60em; overflow: scroll; }
 
.trail_table { line-height: 30px;}
.trail_button { color: #993333; }
 
/*Spécifique TELA BOTANICA*/
.rouge { color: red; font-weight: bold; }
.jaune { color: #D8D100; font-weight: bold; }
.vert { color: green; font-weight: bold; }
.pair { background-color: #FFF6D5; }
.impair { background-color: #F4FFEF; }
 
/* CONTRIBUTION MENU GAUCHE */
.page_table {margin: 0px; padding: 0px ; border: none; height: 100%;width: 100%;}
.menu_column {background-color: #FFFFCC; vertical-align: top; width: 250px; border: 1px solid #000000; padding:5px;}
.menu_column, .menu_column a{font-size: small; font-size: 70%;}
.menu_column li {line-height: 1.0;}
.menu_column ul { padding-left: 5px; margin-left: 5px; list-style-type: none;}
.body_column {vertical-align: top; border: none;padding:5px;}
 
/* CONTRIBUTION ACTION ATTACH */
/* - les images */
.attach_margin05em { margin: 0.5em;} /* marge de 0.5 em autour de l'image*/
.attach_margin1em { margin: 1em;} /* marge de 1em autour de l'image*/
.attach_left {float: left;} /* bloc flotant à gauche */
.attach_right {float: right;} /* bloc flotant à droite */
.attach_noborder {border-width: 0px;} /* pas de bordure */
.attach_vmiddle {vertical-align: text-bottom;} /* aligenement vertical au milieu */
/* - le gestionnaire des uploads */
.tableFM {border: thin solid Black; width: 100%; }
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center; }
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left; }
.tableFM TBODY TR { text-align: center; }
.tableFMCol1 { background-color: Aqua; }
.tableFMCol2 { background-color: Yellow; }
 
/* CONTRIBUTION ACeditor */
.image_left {float: left;} /* bloc flotant à  gauche */
.image_right {float: right;} /* bloc flotant à  droite */
.image_center {text-align:center;} /* bloc centré */
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/trunk/wikini/maj_wikini/maj_wikini.sh
New file
0,0 → 1,14
#!/bin/bash
# maj_wikini.sh
# Mise à jour automatique des Wikis
# David Delon Novembre 2005
# Syntaxe : sh maj_wikini.sh actions/header.php
for repertoire_wikini in `ls -d ../*`
do
echo $repertoire_wikini
cp $1 $repertoire_wikini/$1
done
echo "/home/telabotap/www/client/integrateur_wikini/bibliotheque/wikini/"
cp $1 /home/telabotap/www/client/integrateur_wikini/bibliotheque/wikini/$1
echo "/home/eflorete/www/telascope/wikini"
cp $1 /home/eflorete/www/telascope/wikini/$1
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/trunk/wikini/maj_wikini/actions/recentusersrss.php
New file
0,0 → 1,106
<?php
/*
recentusersrss.php
 
Copyright 2003,2007 David DELON, Jean-Pascal MILCENT
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
 
if ($user = $this->GetUser()) {
$max = $user['changescount'];
} else {
$max = 50;
}
$last_users = $this->LoadAll('SELECT name, signuptime, motto FROM '.$this->GetConfigValue('table_prefix').'users ORDER BY signuptime DESC LIMIT '.$max);
if ($last_users) {
if (!($link = $this->GetParameter('link'))) $link = $this->GetConfigValue('root_page');
if (!($format = $this->GetParameter('format'))) $format = 'rss1.0';
 
// Création de la sortie pour le contenu xml
$output = '<?xml version="1.0" encoding="iso-8859-1" ?>'."\n";
// En-tête du contenu xml
switch ($format) {
case 'rss1.0' :
 
$output .= '<!-- RSS v1.0 generated by Wikini -->'."\n";
$output .= '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"'."\n";
$output .= 'xmlns="http://purl.org/rss/1.0/">';
$output .= '<channel rdf:about="'.$this->Href('', $link).'">'."\n";
$output .= '<title>Derniers inscrits sur '.$this->GetConfigValue('wakka_name').'</title>'."\n";
$output .= '<link>'.$this->Href('', $link).'</link>'."\n";
$output .= '<description>Derniers inscrits sur '.$this->GetConfigValue('wakka_name').'</description>'."\n";
$output .= "<items>\n<rdf:Seq>\n";
break;
case 'rss2.0' :
$output .= '<!-- RSS v2.0 generated by Wikini -->'."\n";
$output .= '<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" >'."\n";
$output .= '<channel>'."\n";
$output .= '<title>Derniers inscrits sur '.$this->GetConfigValue('wakka_name').'</title>'."\n";
$output .= '<link>'.$this->Href('', $link).'</link>'."\n";
$output .= '<description>Derniers inscrits sur '.$this->GetConfigValue('wakka_name').'</description>'."\n";
break;
}
 
// Corps du contenu XML
$items = '';
foreach ($last_users as $i => $user) {
$itemurl = $this->Href('', $user['name']);
switch ($format) {
case 'rss1.0' :
$output .= '<rdf:li rdf:resource="' . $itemurl . '" />';
$items .= '<item rdf:about="'.$itemurl.'">'."\n";
$items .= '<title>'.'Utilisateur '.htmlentities($user['name']).' - inscription le '.$user['signuptime'].'</title>'."\n";
$items .= '<description>'.'L\'utilisateur '.htmlentities($user['name']).' s\'est inscrit le '.$user['signuptime'];
if (!empty($user['motto'])) {
$items .= ' avec pour devise "'.htmlentities($user['motto']).'"';
}
$items .= '</description>'."\n";
$items .= '<link>'.$itemurl.'</link>'."\n";
$items .= '</item>'."\n";
break;
case 'rss2.0' :
$output .= '<item>'."\n";
$output .= '<title>'.'Utilisateur '.htmlentities($user['name']).' - inscription le '.$user['signuptime'].'</title>'."\n";
$output .= '<link>'.$itemurl.'</link>'."\n";
$output .= '<guid>'.$itemurl.'</guid>'."\n";
$output .= '<description>'.'L\'utilisateur '.htmlentities($user['name']).' s\'est inscrit le '.$user['signuptime'];
if (!empty($user['motto'])) {
$output .= ' avec pour devise "'.htmlentities($user['motto']).'"';
}
$output .= '</description>'."\n";
$output .= '</item>'."\n";
break;
}
}
 
//Pied du contenu XML
switch ($format) {
case 'rss1.0' :
$output .= "</rdf:Seq>\n</items>\n</channel>\n";
$output .= $items . "</rdf:RDF>\n";
break;
case 'rss2.0' :
$output .= '</channel>'."\n";
$output .= '</rss>'."\n";
break;
}
 
echo $output;
}
?>
/trunk/wikini/maj_wikini/actions/recentcommentsrss.php
New file
0,0 → 1,102
<?php
/*
recentchangesrss.php
 
Copyright 2003,2007 David DELON, Jean-Pascal MILCENT
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
 
if ($user = $this->GetUser()) {
$max = $user['changescount'];
} else {
$max = 50;
}
 
if ($comments = $this->LoadRecentComments($max)) {
if (!($link = $this->GetParameter('link'))) $link = $this->GetConfigValue('root_page');
if (!($format = $this->GetParameter('format'))) $format = 'rss1.0';
 
// Création de la sortie pour le contenu xml
$output = '<?xml version="1.0" encoding="iso-8859-1" ?>'."\n";
// En-tête du contenu xml
switch ($format) {
case 'rss1.0' :
 
$output .= '<!-- RSS v1.0 generated by Wikini -->'."\n";
$output .= '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"'."\n";
$output .= 'xmlns="http://purl.org/rss/1.0/">';
$output .= '<channel rdf:about="'.$this->Href('', $link).'">'."\n";
$output .= '<title>Derniers commentaires sur '.$this->GetConfigValue('wakka_name').'</title>'."\n";
$output .= '<link>'.$this->Href('', $link).'</link>'."\n";
$output .= '<description>Derniers commentaires sur '.$this->GetConfigValue('wakka_name').'</description>'."\n";
$output .= "<items>\n<rdf:Seq>\n";
break;
case 'rss2.0' :
$output .= '<!-- RSS v2.0 generated by Wikini -->'."\n";
$output .= '<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" >'."\n";
$output .= '<channel>'."\n";
$output .= '<title>Derniers commentaires sur '.$this->GetConfigValue('wakka_name').'</title>'."\n";
$output .= '<link>'.$this->Href('', $link).'</link>'."\n";
$output .= '<description>Derniers commentaires sur '.$this->GetConfigValue('wakka_name').'</description>'."\n";
break;
}
 
// Corps du contenu XML
$items = '';
foreach ($comments as $i => $comment) {
list($day, $time) = explode(' ', $comment['time']);
$day = preg_replace('/-/', ' ', $day);
list($hh,$mm,$ss) = explode(':', $time);
$itemurl = $this->Href('', $comment['comment_on'], 'show_comments=1#'.$comment['tag']);
switch ($format) {
case 'rss1.0' :
$output .= '<rdf:li rdf:resource="' . $itemurl . '" />';
$items .= '<item rdf:about="'.$itemurl.'">'."\n";
$items .= '<title>Commentaire '.$comment['tag'].' - page '.$comment['comment_on'].' --- par '.$comment['user'].' le '.$day.' - '.$hh.':'.$mm.'</title>'."\n";
$items .= '<description>'.'Modification du commentaire '.$comment['tag'].' sur la page '.$comment['comment_on'].' --- par '.$comment['user'].' le '.$day.' - '.$hh.':'.$mm.'</description>'."\n";
$items .= '<link>'.$itemurl.'</link>'."\n";
$items .= '</item>'."\n";
break;
case 'rss2.0' :
$output .= '<item>'."\n";
$output .= '<title>Commentaire '.$comment['tag'].' - page '.$comment['comment_on'].' --- par '.$comment['user'].' le '.$day.' - '.$hh.':'.$mm.'</title>'."\n";
$output .= '<link>'.$itemurl.'</link>'."\n";
$output .= '<guid>'.$itemurl.'</guid>'."\n";
$output .= '<description>'.htmlentities($this->Format($comment['body'])).'</description>'."\n";
$output .= '<content:encoded>'.htmlentities($this->Format($comment['body'])).'</content:encoded>'."\n";
$output .= '</item>'."\n";
break;
}
}
 
//Pied du contenu XML
switch ($format) {
case 'rss1.0' :
$output .= "</rdf:Seq>\n</items>\n</channel>\n";
$output .= $items . "</rdf:RDF>\n";
break;
case 'rss2.0' :
$output .= '</channel>'."\n";
$output .= '</rss>'."\n";
break;
}
 
echo $output;
}
?>
/trunk/wikini/maj_wikini/actions/header.php
New file
0,0 → 1,116
<?php
/* header.php
Copyright (c) 2002, Hendrik Mans <hendrik@mans.de>
Copyright 2002, 2003 David DELON
Copyright 2002, 2003, 2004 Charles NEPOTE
Copyright 2002 Patrick PAUL
Copyright 2003 Eric DELORD
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
 
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
$message = $this->GetMessage();
$user = $this->GetUser();
?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
 
 
<head>
<title><?php echo $this->GetWakkaName().":".$this->GetPageTag(); ?></title>
<?php if ($this->GetMethod() != 'show')
echo "<meta name=\"robots\" content=\"noindex, nofollow\"/>\n";?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="keywords" content="<?php echo $this->GetConfigValue("meta_keywords") ?>" />
<meta name="description" content="<?php echo $this->GetConfigValue("meta_description") ?>" />
<link rel="stylesheet" type="text/css" media="screen" href="wakka.basic.css" />
<style type="text/css" media="all"> @import "<?php echo (!$_COOKIE["sitestyle"])?'wakka':$_COOKIE["sitestyle"] ?>.css";</style>
<script type="text/javascript">
function fKeyDown() {
if (event.keyCode == 9) {
event.returnValue= false;
document.selection.createRange().text = String.fromCharCode(9) } }
</script>
<!-- The ACeditor contribution -->
<style type="text/css">
.buttons { background: #ccc; border: 1px solid #ccc; margin: 1; float:left; }
.raise{ border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; background: #ccc; margin:1; float:left; }
.press { border-top: 1px solid buttonshadow; border-left: 1px solid buttonshadow; border-bottom: 1px solid buttonhighlight; border-right: 1px solid buttonhighlight; background: #ccc; margin:1; float:left; }
/* ci dessous les petits champs */
.ACsearchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; font-size: 10px; }
.texteChampsImage {font-size: 10px; }
#toolbar { margin: 0; width: 450px; padding: 0; height:20px; background: #ccc; border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; text-align:left; }
</style>
<script type="text/javascript" src="ACeditor.js"></script>
<!-- End on The ACEditor Contrib -->
</head>
 
 
<body <?php echo (!$user || ($user["doubleclickedit"] == 'Y')) && ($this->GetMethod() == "show") ? "ondblclick=\"document.location='".$this->href("edit")."';\" " : "" ?>
 
<?php /* ACeditor*/ echo "onLoad=\"thisForm=document.ACEditor;\""?> >
 
<div style="display: none;"><a href="<?php echo $this->href() ?>/resetstyle" accesskey="7"></a></div>
 
<?
$menu_page=$this->config["menu_page"];
if (version_compare(phpversion(), '5.0') < 0) {
eval('
if (!function_exists("clone")) {
function clone($object) {
return $object;
}
}
');
}
if (isset($menu_page) and ($menu_page!=""))
{
// Ajout Menu de Navigation
echo '<table class="page_table">';
echo '<tr><td class="menu_column">';
$wikiMenu = clone($this);
$wikiMenu->tag=$menu_page;
$wikiMenu->SetPage($wikiMenu->LoadPage($wikiMenu->tag));
echo $wikiMenu->Format($wikiMenu->page["body"], "wakka");
echo '</td>';
echo '<td class="body_column">';
}
?>
 
<h1 class="wiki_name"><?php echo $this->config["wakka_name"] ?></h1>
 
 
<h1 class="page_name">
<a href="<?php echo $this->config["base_url"] ?>RechercheTexte&amp;phrase=<?php echo urlencode($this->GetPageTag()); ?>">
<?php echo $this->GetPageTag(); ?>
</a>
</h1>
 
 
<div class="header">
<?php echo $this->ComposeLinkToPage($this->config["root_page"]); ?> ::
<?php echo $this->config["navigation_links"] ? $this->Format($this->config["navigation_links"])." :: \n" : "" ?>
Vous &ecirc;tes <?php echo $this->Format($this->GetUserName()); if ($user = $this->GetUser()) echo " (<a href=\"".$this->config["base_url"] ."ParametresUtilisateur&amp;action=logout\">D&eacute;connexion</a>)\n"; ?>
</div>
 
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/trunk/wikini/maj_wikini/wakka.print.css
New file
0,0 → 1,73
/* Blocs non affichés */
.wiki_name, .header, .footer, .commentsheader, .commentform, .copyright, .menu_column { display: none; }
 
 
* {margin: 0; padding: 0;}
p, td, li, input, select, textarea{ font-family:Georgia, Helvetica, Verdana, sans-serif;font-size:12px;color:#000;}
body {font-family:Georgia, Helvetica, Verdana, sans-serif;font-size:12px;color:#000;background: transparent;}
h1 {font-size:16px;font-weight:bold;padding:5px;}
h2 {font-size:14px;color:black;font-weight:bold;}
h3 {font-size:12px;color:black;font-weight:bold;}
h4 {font-size:12px;color:black;}
h5 {font-size:12px;color:black;}
hr {border: 1px solid;color:black;margin-top:5px;}
img {display:block;border:0;}
img a {display:block;}
a {color:#669;text-decoration:none;}
.page_name { display:none; font-size: 150%; background-color: transparent;}
.header { display:none; padding: 10px; padding-top: 5px; padding-left: 75px;}
ul { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; padding-left: 10px;}
ol { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; }
form { margin: 0px; padding: 0px; }
tt {color: black; }
.error { display:none;color: #CC3333; font-weight: bold; }
.indent { margin-left: 40px; }
.additions { display:none;color: #008800; }
.deletions { display:none;color: #880000; }
.add { display:none;font-weight: bold; color: #c00; text-decoration: underline; }
.del { display:none;font-style: italic; color: #c00; text-decoration: line-through; }
.page { padding: 10px; margin:10px;border: 0px inset;}
.prev_alert { display:none;background-color: red; color: white; font-size: 1.7em; font-weight: bold; margin-bottom: 5px; }
.edit { width: 100%; height: 400px; }
.code { background: #FFFFFF; border: solid #888888 2px; font-family: 'Courier New', Courier; color: black; font-size: 10pt; width: 100%; height: 400px; overflow: scroll; padding: 3px; }
.revisioninfo { color: #AAAAAA; padding-bottom: 20px; }
.comment { display:none;background-color: #EEEEEE; padding: 10px; border-left: 1px inset; border-right: 1px inset; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #EEEEEE; }
.commentinfo { display:none;color: #AAAAAA; }
.copyright A { display:none;color: #AAAAAA; }
.searchbox { display:none;background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; }
.debug { display:none;font-size: 11px; color: #888888; }
.hr_clear { clear: both; visibility: hidden; }
.include_right { float: right; width: 17%; } /* bloc flotant à droite */
.include_left { float: left; width: 17%; } /* bloc flotant à gauche */
.include_solid_border { border: solid; padding: 2px; } /* encadré noir */
.include_gray_background { background-color: #DDDDDD; } /* fond gris */
.include_small_fonts { font-size: 0.8em; } /* petites polices */
.include_big_fonts { font-size: 1.2em; } /* grandes polces */
.include_height10em { height: 10em; overflow: scroll; } /* boite de 10em de hauteur, avec ascenseur */
.include_height15em { height: 15em; overflow: scroll; }
.include_height30em { height: 30em; overflow: scroll; }
.include_height60em { height: 60em; overflow: scroll; }
.trail_table { line-height: 30px;}
.trail_button { color: #993333; }
 
/* CONTRIBUTION MENU GAUCHE */
.page_table {margin: 20px; padding: 0px ; border: none; height: 100%;width: 100%;}
.body_column {vertical-align: top; border: none;padding:5px;}
 
/* CONTRIBUTION ACTION ATTACH */
/* - les images */
.attach_margin05em { margin: 0.5em;} /* marge de 0.5 em autour de l'image*/
.attach_margin1em { margin: 1em;} /* marge de 1em autour de l'image*/
.attach_left {float: left;} /* bloc flotant à gauche */
.attach_right {float: right;} /* bloc flotant à droite */
.attach_noborder {border-width: 0px;} /* pas de bordure */
.attach_vmiddle {vertical-align: text-bottom;} /* aligenement vertical au milieu */
 
 
 
/* CONTRIBUTION ACeditor */
.image_left {float: left;} /* bloc flotant à  gauche */
.image_right {float: right;} /* bloc flotant à  droite */
.image_center {text-align:center;} /* bloc centré */
 
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property