Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 6 → Rev 7

/trunk/sites/reseau/fr/documents/rpresse/herbalia25.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/reseau/fr/documents/rpresse/herbalia25.pdf
New file
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/reseau/fr/documents/rpresse/gazettejardins30.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/reseau/fr/documents/rpresse/gazettejardins30.pdf
New file
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/reseau/fr/images/graph_act.php
New file
0,0 → 1,61
<?php
include ("../../../../api/jpgraph_1.12.2/jpgraph.php") ;
include ("../../../../api/jpgraph_1.12.2/jpgraph_pie.php");
include ("../../../../papyrus/configuration/pap_config.inc.php") ;
include_once 'DB.php' ;
 
 
$db = DB::connect (PAP_DSN) ;
 
if (DB::isError($db)) {
echo 'Message Standard : ' . $db->getMessage() . "\n";
echo 'Message DBMS/Utilisateur : ' . $db->getUserInfo() . "\n";
echo 'Message DBMS/D&eacute;boguage : ' . $db->getDebugInfo() . "\n";
exit;
}
 
// requĂȘte sur les semaines
 
$data = array() ;
$legend = array() ;
$requete = "select count(U_ACT) as NBR, LABEL_ACT from annuaire_tela, annuaire_LABEL_ACT where U_ACT<>3 and U_ACT=ID_LABEL_ACT group by LABEL_ACT" ;
$resultat = $db->query($requete) ;
 
if (DB::isError ($resultat)) {
die ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
 
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT)) {
$data[] = $ligne->NBR ;
$legend[] = $ligne->LABEL_ACT ;
}
 
$datay = array_values($data) ;
 
$graph = new PieGraph(500,400,"auto");
$graph->SetShadow();
 
// Set A title for the plot
$graph->title->Set("Activité professionnelle des inscrits");
$graph->title->SetFont(FF_FONT1,FS_BOLD);
$graph->title->SetColor("black");
$graph->legend->Pos(0.1,0.1);
 
// Create pie plot
$p1 = new PiePlot($datay);
 
$p1->SetSliceColors(array('red','yellow','seagreen3'));
$p1->SetCenter(0.5,0.6);
 
$p1->SetLabelType(PIE_VALUE_PER) ;
$p1->value->SetFormat('%d %%') ;
$p1->value->Show();
 
$p1->SetLegends($legend);
 
$graph->Add($p1);
$graph->Stroke();
 
 
 
?>
/trunk/sites/reseau/fr/images/membres_reseau.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/reseau/fr/images/membres_reseau.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/atelier/generique/images/graphisme/onglet_D_projets.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/atelier/generique/images/graphisme/onglet_D_projets.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/admin/generique/images/graphisme/bandeau_admin.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/admin/generique/images/graphisme/bandeau_admin.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/eflore/fr/styles/eflore.css
New file
0,0 → 1,163
/*Feuille de style du monde eflore
Auteur : Magali Giaume*/
h1{
background-color:#d0abe1;}
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action {
color: #8404ba;}
h2
#efins_titre{
color:grey;}
hr {
color: #8404ba;}
a img {
border : 1px dotted #8404ba;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
/*bandeau*/
#bandeau {
background: url(/sites/eflore/generique/images/graphisme/bandeau_eflore_fond.png) repeat-x;}
#bandeau_contenu {
background:transparent url(/sites/eflore/generique/images/graphisme/bandeau_eflore.jpg) no-repeat;
height:77px;}
#titre_monde h1 {
color:#ead9f2;}
a {
background-image:url(/sites/eflore/generique/images/graphisme/img_underline_eflore.png);}
a:hover {
background-image:url(/sites/eflore/generique/images/graphisme/img_underline_hover_eflore.png);}
#plan_contact a {
background-image:url(/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png);}
#plan_contact a:hover{
background-image:url(/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);}
 
/*droite -> onglets */
#onglets li:hover {
color:#8404ba;}
#onglets li:hover a {
color:#8404ba;}
#onglets .menu_inactif {
border-bottom:#8404ba;}
#onglets .menu_actif a {
color:#8404ba;}
/* droite -> contenu */
#contenu {
border:1px solid #8404ba;}
#texte img a{
background:none;}
/*nav_gauche*/
#nav_gauche {
background: #fff url(/sites/eflore/generique/images/graphisme/degrade_lavande.png) repeat-x;}
/* nav_gauche -> menus */
#menus .menu_actif>a {
background-color:#d0abe1;
border-color: rgb(230, 206, 236);}
#menus a:hover {
background-color:#d0abe1;}
/* presentation des menus */
.menu_classique_n2 .menu_actif {
background-color:#d0abe1}
.menu_actif a {
color:#8404ba;}
/* Tableau*/
.table_cadre {
border:1px solid #EABFFF;
margin:0 0 15px 0;}
.table_cadre th {
border:1px solid #EABFFF;
background-color:#DFCBEE;}
.table_cadre td {
border:1px solid #EABFFF;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#eddaf0;}
.form_identification input, .form_identification textarea, .form_identification select {
background-color:#f5e6f4;}
#menu_contextuel {
color:#8404ba;}
/*appli eflore*/
.ef_nn{
color:green;}
.ef_nt{
color:red;}
h2 .nom_latin{
font-size:16px;
text-transform:none;}
#efc_legende{
list-style-type:none;}
#efc_legende li {
clear:both;}
.efcl_couleur {
float:left;
border: black solid 1px;
height:10px;
width:10px;
margin: 2px;}
#ef_colonne_gauche{
margin-right:250px;
padding-right:5px;}
#ef_colonne_droite{
float:right;
width:250px;
border: dashed 1px #BFC0BF;
background-color:#E6E7E6;}
#info_nom_selection{
border:solid 1px #BFC0BF;
margin:12px 2px;
padding:2px;}
#efins_titre{
margin-top:-12px;
padding:2px;
color:#6C6C6C;}
#efins_titre_contenu{
background-color:white;
padding:0 2px;}
#nom_retenu_synonymie, #info_nom_retenu{
border:solid 1px #8506BB;
margin:12px 2px 0 2px;
padding:2px;
background-color:#F9F5FA;}
#efnrs_titre, #efinr_titre{
margin-top:-12px;
padding:2px;}
#efnrs_titre_contenu, #efinr_titre_contenu{
background-color:white;
padding:0 2px;}
#chrono {
display:block;}
#ef_choro {
margin:5px;
padding:5px;}
#ef_choro img {
background-color:white;}
#ef_img_google {
float:left;
margin-right:10px;}
#ef_illustration_info ul{
list-style-type:none;}
#ef_illustration_info li {
float:left;}
#eflore_pied_page{
clear:both;}
#efii_liste_photoflora li, #efii_liste_yahoo li{
float:left;
height:250px;
width:200px;
text-align:center;
border: 1px solid;
border-color:#aaa #444 #444 #aaa;
background-color:#eed}
#efii_liste_yahoo li img, #efii_liste_photoflora li img{
border-color:#444 #aaa #aaa #444;
margin-top:7px;}
#efii_liste_yahoo dl, #efii_liste_photoflora dl {
margin:15px 0 0 8px;
text-align:left;}
#ef_form_google {
margin:2px 0;}
#btnG {
margin:7px 0;}
#ef_img_google {
margin:5px 0;}
#ef_colonne_droite .table_cadre{
margin:0 auto;}
/trunk/sites/eflore/generique/images/graphisme/onglet_D_eflore.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/eflore/generique/images/graphisme/onglet_D_eflore.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/eflore/generique/images/photos_plte/6.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/eflore/generique/images/photos_plte/6.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/plte_env/generique/images/graphisme/degrade_orange.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/plte_env/generique/images/graphisme/degrade_orange.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/plte_env/generique/images/graphisme/logo_tela_rouge.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/plte_env/generique/images/graphisme/logo_tela_rouge.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/commun/generique/squelettes/defaut.html
New file
0,0 → 1,68
<!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" >
<head lang="fr" >
<!-- META_HTTP_EQUIV -->
<title><!-- TITRE_PAGE --></title>
<!-- META_NAME -->
<!-- META_NAME_DC -->
<link rel="stylesheet" type="text/css" media="screen" title="Defaut Papyrus" href="sites/commun/fr/styles/defaut.css" />
<!-- STYLES -->
<!-- SCRIPTS -->
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_bandeau" >
<div id="logo">
<h1>
<a href="/" title="Retour en page d'accueil">
<img src="mon_logo.png" width="100" height="50" alt="Mon logo" />
</a>
</h1>
</div>
<div id="site_nom">
<h1><!-- NOM_SITE --></h1>
</div>
<ul id="accessibilite">
<li><a href="#zone_contenu_tete">Aller au texte</a></li>
<li class="dernier"><a href="#zone_menu">Aller au menu</a></li>
</ul>
<!-- MENU_COMMUN -->
<div id="selecteur_monde">
<!-- SELECTEUR_SITES -->
</div>
<div id="moteur_recherche">
</div>
</div>
<div id="zone_contenu">
<div id="zone_contenu_tete">
<!-- CONTENU_TETE -->
</div>
<div id="zone_contenu_corps">
<!-- CONTENU_CORPS -->
</div>
<div id="zone_contenu_pied">
<!-- CONTENU_PIED -->
</div>
<div id="zone_pied">
<p> &copy;<a href="#">Mon Copyright</a> 2004 </p>
<!-- CHRONOMETRAGE -->
</div>
</div>
<div id="zone_menu">
<!-- MENU_1_6 -->
<div id="identification">
<!-- IDENTIFICATION -->
</div>
</div>
</body>
</html>
 
/trunk/sites/commun/generique/images/logos/logo_um2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/commun/generique/images/logos/logo_um2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/commun/generique/images/logos/logo_agropolis.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/commun/generique/images/logos/logo_agropolis.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/commun/generique/images/favicones/yahoo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/commun/generique/images/favicones/yahoo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/commun/generique/images/icones/drapeau_de.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/commun/generique/images/icones/drapeau_de.png
New file
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/commun/fr/images/logo/firefox-surfez-mieux.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/commun/fr/images/logo/firefox-surfez-mieux.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/biblio/generique/images/graphisme/logo_tela_rouge.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/biblio/generique/images/graphisme/logo_tela_rouge.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/biblio/generique/images/biblio_bota/guide_fleurs_montagne.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/biblio/generique/images/biblio_bota/guide_fleurs_montagne.jpg
New file
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/biblio/generique/images/biblio_bota/etam.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/biblio/generique/images/biblio_bota/etam.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/biblio/generique/images/biblio_bota/bambous4.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/biblio/generique/images/biblio_bota/bambous4.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/biblio/generique/images/biblio_bota/NoixCoco.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/biblio/generique/images/biblio_bota/NoixCoco.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/sites/biblio/generique/images/biblio_bota/ailantearbre_m.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/sites/biblio/generique/images/biblio_bota/ailantearbre_m.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property