Subversion Repositories Sites.tela-botanica.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 607 → Rev 608

/tags/v4.0/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>
 
/tags/v4.0/sites/commun/generique/styles/defaut.css
New file
0,0 → 1,256
/*--------------------------------------------------------------------------------------------------------------*/
/* Structure de la page */
 
#zone_bandeau {
position : absolute;
top: 0%;
left: 0%;
width: 100%;
height: 60px;
}
 
#logo {
float : left;
height: 20%;
width: 20%;
}
 
#site_nom {
position : absolute;
top: 0px;
left: 100px;
width: 40%;
height: 5%;
line-height: 5%;
}
 
#menus_communs {
position : absolute;
bottom: 0px;
left: 100px;
margin: 0%;
padding: 0%;
}
 
#menus_communs li {
display: inline;
line-height: 5%;
}
 
#accessibilite {
position : absolute;
bottom: 0px;
right: 0px;
width: 40%;
margin: 0%;
padding: 0%;
text-align: right;
}
 
#accessibilite li {
display: inline;
line-height: 5%;
}
 
#selecteur_monde {
position : absolute;
top: 0%;
right: 0%;
height: 10%;
width: 40%;
text-align: right;
}
 
#selecteur_monde legend {
display: none;
}
 
#selecteur_monde fieldset {
border: 0px;
margin: 1px;
padding: 1px;
text-align: right;
}
 
#moteur_recherche {
position : absolute;
top: 10%;
right: 0%;
height: 10%;
width: 40%;
text-align: right;
}
 
#zone_menu {
position : absolute;
top: 60px;
left: 0%;
width: 20%;
margin: 5px 0px 50px 5px;
padding: 5px 0px 50px 5px;
}
 
#zone_menu #menu_n1 {
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 0px;
text-align: left;
}
 
#zone_menu #menu_n2 {
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
text-align: left;
}
 
#zone_menu #menu_n3 {
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
text-align: left;
}
 
#zone_menu #identification {
width: 100%;
}
 
#identification fieldset {
border: 0px;
margin: 1px;
padding: 1px;
}
 
#identification legend {
display: none;
}
 
#identification p {
margin: 0%;
padding: 0%;
}
 
#identification label {
display: block;
}
 
#zone_contenu {
position : absolute;
top: 60px;
right: 0%;
width: 75%;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
}
 
#zone_contenu #zone_pied p {
text-align: center;
}
 
/*--------------------------------------------------------------------------------------------------------------*/
/* Décoration */
 
body {
font-size: 90%;
font-family: arial, verdana, sans-serif;
color:black;
background-color: white;
margin: 0px 0px 0px 0px;
}
 
h1 {
font-size: 2em;
color:black;
background-color:transparent;
text-align:left;
}
 
h2 {
font-size: 1.8em;
color:black;
background-color:transparent;
text-align:left;
}
 
h3 {
font-size: 1.6em;
color:black;
background-color:transparent;
text-align:left;
}
 
p {
background-color:transparent;
text-align:left;
margin-left:0px;
margin-right:0px;
}
 
form ul {
list-style-type: none;
}
 
li {
background-color:transparent;
text-align:left;
margin-left:0px;
margin-right:0px;
}
 
a {
font-weight: bold;
color: black;
background-color:transparent;
text-decoration:none;
}
 
a:link {
color: blue;
}
 
a:visited {
color: #8b008b;
}
 
a:hover {
background-color: #ffd700;
}
 
table {
border-color:transparent;
border-style:solid;
border-width:1px;
}
 
td {
text-align:left;
background-color:transparent;
border-color:transparent;
border-style:solid;
border-width:1px;
}
 
#zone_bandeau {
border: 1px dashed red;
}
 
#zone_bandeau #logo h1 {
font-size: 1em;
}
 
#zone_menu {
border: 1px dashed blue;
}
 
#zone_menu ul {
font-size: 100%;
list-style-type: none;
}
 
#zone_contenu {
border: 1px dashed green;
}
 
/*--------------------------------------------------------------------------------------------------------------*/
/* Camouflage du tableau de chronométrage */
 
#chrono {
display: none;
}
/tags/v4.0/sites/commun/generique/images/logos/logo_afcev.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_afcev.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_futura-sciences.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_futura-sciences.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_garance.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_garance.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_biotope.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_biotope.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_um2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/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
/tags/v4.0/sites/commun/generique/images/logos/logo_regionLRS.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_regionLRS.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_futura_sciences_imprimer.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_futura_sciences_imprimer.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_fondation_YR.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_fondation_YR.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_wikipedia_page_accueil.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_wikipedia_page_accueil.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_adullact.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_adullact.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_medd.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_medd.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_agropolis.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/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
/tags/v4.0/sites/commun/generique/images/logos/logo_sbf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_sbf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_bomlr.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_bomlr.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_cg_herault.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_cg_herault.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_diagonal.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_diagonal.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_lib_thomas.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_lib_thomas.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_garance_page_accueil.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_garance_page_accueil.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_tela_old.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_tela_old.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_region.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_region.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_wikipedia.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_wikipedia.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_tela.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_tela.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_sbf.JPG
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_sbf.JPG
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/Entries
New file
0,0 → 1,3
D/autres////
D/dos////
D/perl////
/tags/v4.0/sites/commun/generique/images/logos/Logo_ecole-et-nature.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/Logo_ecole-et-nature.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_UnivPMC_176x62.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_UnivPMC_176x62.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_ecole-et-nature.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_ecole-et-nature.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/petit-logo-final.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/petit-logo-final.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_tela_insecta.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_tela_insecta.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/logo_acemav.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/logo_acemav.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/logos/Panneau_accueil.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/logos/Panneau_accueil.gif
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
/tags/v4.0/sites/commun/generique/images/favicones/yahoo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/favicones/yahoo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/favicones/tela_botanica.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/favicones/tela_botanica.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/favicones/tela_botanica.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/favicones/tela_botanica.ico
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
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/bandeau_firefox.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/bandeau_firefox.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_blanc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_blanc.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/norm_left_both.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/norm_left_both.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/bandeau_monde.psd
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/bandeau_monde.psd
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/boule_basse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/boule_basse.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/tela_botanica.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/tela_botanica.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/information.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/information.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/dialog-warning6.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/dialog-warning6.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/info.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/info.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/puce.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/puce.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/ellipse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/ellipse.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
/tags/v4.0/sites/commun/generique/images/graphisme/icone_mail.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/icone_mail.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/yahoo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/yahoo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/icone_fleche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/icone_fleche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/attention.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/attention.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/norm_right_both.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/norm_right_both.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/graphisme/pixel_transparent_60.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/graphisme/pixel_transparent_60.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/icones/fleche_depart.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fleche_depart.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/icones/drapeau_us.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/drapeau_us.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
/tags/v4.0/sites/commun/generique/images/icones/drapeau_de.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/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
/tags/v4.0/sites/commun/generique/images/icones/fichier_zip.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_zip.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
/tags/v4.0/sites/commun/generique/images/icones/fleche_droite.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fleche_droite.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/icones/fichier_ppt.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_ppt.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
/tags/v4.0/sites/commun/generique/images/icones/fichier_doc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_doc.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
/tags/v4.0/sites/commun/generique/images/icones/fichier_xls.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_xls.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
/tags/v4.0/sites/commun/generique/images/icones/fichier_defaut.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_defaut.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
/tags/v4.0/sites/commun/generique/images/icones/fichier_pdf.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_pdf.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
/tags/v4.0/sites/commun/generique/images/icones/fleche_gauche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fleche_gauche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/generique/images/icones/fichier_img.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_img.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
/tags/v4.0/sites/commun/generique/images/icones/drapeau_es.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/drapeau_es.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
/tags/v4.0/sites/commun/generique/images/icones/drapeau_fr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/drapeau_fr.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
/tags/v4.0/sites/commun/generique/images/icones/fichier_txt.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_txt.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
/tags/v4.0/sites/commun/generique/images/icones/drapeau_nl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/drapeau_nl.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
/tags/v4.0/sites/commun/generique/images/icones/fichier_psd.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_psd.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
/tags/v4.0/sites/commun/generique/images/icones/fichier_htm.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fichier_htm.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
/tags/v4.0/sites/commun/generique/images/icones/fleche_fin.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/generique/images/icones/fleche_fin.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/fr/documents/mozilla_recherche/eflore.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/fr/documents/mozilla_recherche/eflore.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/fr/documents/mozilla_recherche/eflore.src
New file
0,0 → 1,73
# Mycroft Search Plugin for Mozilla, Firebird, Netscape 6+, Beonix browsers
# Mycroft Homepage: http://mycroft.mozdev.org
 
# Site de recherche: eFlore (www.tela-botanica.org)
# Statut: test
#
# Auteur d'origine: amitp+mozilla@google.com
# Autres auteurs: Jean-Pascal MILCENT
# Denière mise à jour: lundi 18 octobre 2004 par Jean-Pascal MILCENT
# Pays: FR
# Language: fr-FR
# Categorie: Botanique
#
# Bogues: Aucun.
#
 
<search
version = "0.1"
name="eFlore"
description="Recherche dans eFlore"
method="GET"
action="http://www.tela-botanica.org/index.php"
searchform="http://www.tela-botanica.org/eflore"
queryEncoding="UTF-8"
queryCharset="UTF-8"
>
 
<input name="poject" value="tela">
<input name="locale" value="fr">
<input name="level1" value="donnees">
<input name="level2" value="0">
<input name="xslt" value="listetaxons.xsl">
<input name="servicexml" value="donnelistetaxons.php">
<input name="flore" value="FRA">
<input name="recherche" value="LATIN">
<input name="eflore_chercher" value="chercher">
<input name="radical" user>
<input name="numclass" value="1">
 
# Finds results
<interpret
browserResultType="result"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"
>
 
# Finds Previous link
<interpret
browserResultType="result"
resultListStart="<td valign=bottom nowrap>"
resultListEnd="d>"
resultItemStart="<td align=right>"
resultItemEnd="<t"
>
 
# Finds Next link
<interpret
browserResultType="result"
resultListStart="</a><td"
resultListEnd="</div><center>"
resultItemStart="nowrap>"
resultItemEnd="</table>"
>
 
</search>
 
<BROWSER
update="http://testv4.tela-botanica.org/sites/commun/fr/documents/mozilla_recherche/eflore.src"
updateIcon="http://testv4.tela-botanica.org/sites/admin/generique/images/favicones/admin.png"
updateCheckDays="3"
>
/tags/v4.0/sites/commun/fr/styles/commun_simple.css
New file
0,0 → 1,80
/*Feuille de style support? par Nescape 4.78
Auteur: Magali Giaume*/
body {
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
background-color:#fff;
margin:2px;}
h1 {
font-size:17px;
font-weight:bold;
padding:0 0 2px 5px;
line-height:1.3em;
margin:10px 0 4px 0;}
h2 {
font-size:13px;
font-weight:bold;
color:black;
text-transform:uppercase;
line-height:1.3em;
margin:10px 0 4px 0;}
h3, #more_resultat li h2, .titre2_cartographie, .titre2_inscription, .inscription_titre2, .titre2_cartographie {
font-size:15px;
color:black;
font-weight:bold;
line-height:1.3em;
margin:8px 0 4px 0;
text-transform:none;}
h4 {
font-size:13px;
color:black;
font-weight:bold;
letter-spacing:0.1em;
line-height:1.3em;
margin:8px 0 2px 0;}
h5 {
font-size:13px;
color:black;
font-style:italic;
line-height:1.2em;
margin:4px 0 1px 0;}
h6 {
font-size:12px;
color:black;
font-style:italic;
line-height:1.2em;
margin:4px 0 1px 0;}
caption {
font-size:12px;
font-weight:bold;
margin:2px;}
table {
border-collapse:collapse;}
/*bandeau*/
#titre_monde h1 {
font-size:20px}
#pos_recherche p {
margin:0;
padding:0;}
/*tableau*/
/* Tableau */
.table_bordure th {
background-color:#E4B842;
padding:0 5px;
text-align:center;
border-bottom: 1px dotted grey;
border-left: 1px dotted grey;}
 
.table_bordure {
border-spacing:0;
text-align:center;
border: 1px solid black;}
 
.table_bordure td {
padding:2px;
text-align:left;
border-bottom: 1px dotted grey;
border-left: 1px dotted grey;}
/*Nom latin*/
.nom_latin{font-style:italic;}
.nom_latin_rang, .nom_latin_auteur{font-style:normal;}
/tags/v4.0/sites/commun/fr/styles/impression.css
New file
0,0 → 1,151
/*Feuille de style d'impression des mondes
Auteur : Magali Giaume*/
@page{
size:21.0cm 29.7cm;
margin:2.5cm 2cm 2.5cm 2cm;}
body {
font-family: Helvetica,Verdana,Arial, sans-serif;
background-color: #fff;
color:#000;
margin: 0;
font-size:11px;
text-align:left;}
h1 {
font-weight: bold;
font-size: 13px;
text-align: center;
margin : 3px 0;}
h1 {page-break-before:avoid;}
h2 {
font-size:12px;
font-weight:bold;}
h3 {
font-size:11px;}
hr {
width:40%;
text-align:center;}
/* style des liens */
a {
color:#000;
text-decoration:none;}
a:after {
content: "("attr(href)")";}
/*DIFFERENTS BLOCS DE LA PAGE*/
#reducteur {
text-align:center;
margin:0 auto;}
#logo_tela {
display:none;}
#acces_direct, #accessibilite {
display:none;}
/*bandeau*/
#bandeau {
display:none;}
#pos_recherche, #form_recherche {
display:none;}
#onglets {
display:none;}
 
/* droite -> contenu */
#bb_moteur_structure, #bb_moteur_media {
display:none;}
#contenu, #contenu_accueil, #info_dte {
position:relative;
top:0;
left:0;
text-align:justify;
border:0;
padding:0;
width:100%;}
#texte {
padding-top:5px;}
/* droite -> pied_page */
#pied_texte {
display:none;}
#pied_page {
display:none;}
#chrono {
display:none;}
/*nav_gauche*/
#nav_gauche {
display:none;}
/*elements specifiques au monde actualité*/
#form_auteur {
display:none;}
#postarticle {
margin-top:20px;
font-weight:bold;}
#pied_page_print {
display:block;}
/* pour les forums */
#box_forum {
text-align:justify;}
.forum-total ul {
display: block;
margin: 0px;}
li.forum-total {
list-style: none;
margin-left: 2px;}
.forum-fil {
margin-top: 2px;
background:#FFFFFF;}
.forum-fil ul {
margin-left:20px;
padding-left: 2px;}
.forum-fil li{
display: block;
margin-left: 2px;
padding-left:2px;
border-left: 1px solid #000;
background: #FFF;}
.forum-fil li li {
background: #FFF;}
.forum-fil li li li {
background: #FFF;}
.forum-fil li li li li{
background: #FFF;}
.forum-repondre-message {
text-align: right;}
/* pour les galeries photos */
#miniatures {
display:none;}
#photo_galerie {
text-align:center;}
/* license en bas des articles*/
#license {
color:#505050;
text-align:center;}
/* classes de présentation du contenu */
.menu_titre {
margin-top: 0;
text-align: left;}
.intituler_rubrique {
color:black;
font-weight:bold;
text-align: left;
font-size:13px;}
.intituler_rubrique a {
color:black;
text-decoration:none;}
.date {
color:black;
text-align: justify;}
.lien_rub a {
color:black;
text-decoration:none;}
.descriptif_contenu {
text-align: justify;
margin-top:2px;}
.titre_article {
color: #000;
text-align:left;}
.aligne_dte {
text-align:right;}
.spip_surligne {
background-color:#FFF;}
.erreur {
text-align:center;
color:#F00;
text-decoration:none;}
.not_print, #box_forum {
display:none;}
/tags/v4.0/sites/commun/fr/styles/commun_complexe.css
New file
0,0 → 1,511
/*Feuille de style de tous les mondes
Auteur : Tamara Le Bourg et Magali Giaume*/
 
/*icones*/
a.lien_ext:after {
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/icone_fleche.png);}
a.pdf:before {
content: url(http://www.tela-botanica.org/client/projet/icones/pdf.gif)" ";}
/*CSS3 : ajout d'un espace entre href et ^ pour konqueror*/
a.mail:after, a[href ^="mailto:"]:after {
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/icone_mail.png);}
.table_bordure th[title]:after {
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/help.png);}
/*abbr {
background :url(/client/eflore_chorologie/presentations/images/info.png) no-repeat 100% 5%;
padding-right:16px;
cursor:help;
border:none;}*/
 
/* presentation des liens */
a {
color:black;
text-decoration:none;
background-repeat: repeat-x;
background-position:center bottom;}
a:hover {
color:black;
text-decoration:none;
background-repeat: repeat-x;
background-position:center bottom;}
 
/* Texte trouvé par le moteur de recherche */
.surlignage {
background-color:yellow;}
 
/* presentation des listes de definitions */
dl {width:100%;}
dt {
float:left;
font-weight: bold;
text-align:top left;
margin-right:0.3em;}
dd {
width:auto;
margin-left:0;
margin:0.5em 0;}
.ajout_2point dt:after {content:" : ";}
 
/* presentation des listes */
#texte li {
margin:4px;}
.liste_decale li, .liste_decale dt {
margin-left:2em;}
ul ul {
margin-left:2em;}
#zone_menu ul, #menus ul{
line-height:1.5em;}
 
/* presentation des images */
img{
border:0;}
img a{
display:block;}
#logo_tela img {
border:0;}
#logo_tela a {
position:absolute;
top:0;
left:0;}
#logo_tela a:hover {
border:1px dotted;}
#logo_tela a:hover:after {
content: " Retour à l'accueil ";}
.img_gch_txt_drte img, .flottant_gauche {
float:left;
margin:5px 10px 5px 5px;}
.img_gch_txt_drte li {
margin-left:40px;}
.img_drte_txt_gch img, .flottant_droit {
float:right;
margin-left:10px;}
.img_drte_txt_gch > img {
float:right;
margin-left:10px;}
.img_milieu {
display:inline;
margin:0 10px;}
.image_legendee {
width: 300px;
font-style:italic;
margin: 5px}
.image_legendee img {
margin: 0 auto}
.legende {
display:block;
font-weight:bold;
text-align:center;}
.clear {
clear:both;}
/* presentation fichiers audio */
.fichier_audio {
border: 1px solid #99a;}
.legende_audio {
margin-top:-0.8em;
margin-left:10px;
float:left;}
.fichier_audio img {
float:left;
padding-right:25px}
.fichier_audio p {
padding-right:25px;}
.legende_audio span {
padding:0 10px;
background-color:#fff;}
 
/* autres classes de presentation*/
.texte_inactif {
font-size:10px;
color:gray;}
.erreur {
color:#F00;}
.en_evidence {
font-size:16px;
font-weight:bold;}
.attention {
display:block;
background: #ffffcc url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/attention.png) no-repeat 2% 50%;
text-align:center;
border: 1px solid red;
min-height: 30px;
max-width: 800px;
padding:10px 5px 5px 50px;}
.information {
background: #e7ebfd url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/information.png) no-repeat 2% 50%;
text-align:center;
border:1px solid #5D81BA;
max-width: 800px;
min-height:30px;
padding:10px 5px 5px 50px;}
#bb_liste_fascicule li{
clear:both;
height:100%;}
.bb_img_fascicule {
display:block;}
blockquote {
font-style:italic;
text-align:center;}
legend {
text-align:center;}
.fin_texte{
width:0;
height:0;
text-align: center;
clear: both;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
#reducteur {
text-align:center;}
/*bandeau*/
#bandeau, #zone_bandeau {
height:77px;
margin:0 0 0 190px;}
#titre_monde, #site_nom {
margin:0;
text-align:right;
height:38px;}
#titre_monde h1, #site_nom h1 {
background-color:transparent;
font-weight: bold;
font-size: 28px;
margin:0 20px 0 0;
padding:0;}
#plan_contact {
margin:0 5px 0 0;
text-align:right;
height:25px;
padding:7px 15px 0 0;}
#plan_contact a {
font-weight:bold;
margin-left:10px;
background-repeat: repeat-x;
background-position:center bottom;}
#plan_contact a:hover {
font-weight:bold;
margin-left:10px;
background-repeat: repeat-x;
background-position:center bottom;}
 
/*droite*/
#droite {
margin:0 5px 0 207px;
position:relative;
/* text-align est nécessaire pour IE */
text-align:left;
}
 
/* droite -> pos_recherche */
#pos_recherche, #moteur_recherche {
font-size:13px;
font-weight:bold;
min-height:30px;
padding:5px 0 5px 20px;
text-align:left;}
#form_more_recherche, #form_recherche {
text-align:right;
padding:0;
margin:0;}
#form_more_recherche legend {
display:none;}
#form_more_recherche fieldset {
float:right;
border:0;
margin:0;
padding:0;}
#form_more_recherche label {
display:none;}
#more_resultat, #more_resultat li {
clear:left;
display: inline;
margin: 0;
padding: 0;
list-style-type:none;}
.more_iid, .more_dui {
display:none;}
.more_ivd {
width:600px;}
.more_duv a {
color:#008000;}
.more_dsv, .more_dsi {
color:#C1C1C1;}
.more_detail, .more_detail li {
display: inline;
margin: 0;
padding: 0;
list-style-type:none;}
 
/*droite -> onglets */
#onglets {
position:relative;
float:left;
text-align:left;
z-index:2;
font-weight:bold;}
#onglets ul {
margin:0;
padding:0;
list-style:none;}
#onglets li {
background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_right_both.gif) no-repeat right top;
float:left;
margin:0;
padding:0;}
#onglets a {
float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
display:block;
background:url("http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_left_both.gif") no-repeat left top;
width:.1em;
white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
padding:5px 15px 4px;
text-decoration:none;}
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#onglets > ul a {
width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
#onglets li:hover {
background-position:100% -150px;}
#onglets li:hover a {
background-position:0% -150px;}
#onglets .menu_inactif {
border-bottom:1px solid;}
#onglets .menu_actif, #onglets .onglet_actif {
position:relative;
background-position:100% -150px;
padding-bottom:2px;
z-index:3;
font-weight:bold;}
#onglets .menu_actif a, #onglets .onglet_actif a {
position:relative;
background-position:0% -150px;
padding-bottom:3px;
z-index:4;}
 
/* droite -> contenu */
#contenu, #zone_contenu, #contenu_accueil {
position:relative;
top:-1px;
/* Modif David Delon 26/08/2005 car conflit avec Fckeditor (menu deroulant)
/* z-index:1;*/
clear:both;
padding:0 2px 0 2px;
text-align:justify;
min-height:300px;}
#texte{
line-height:1.2em;
text-align:justify;
clear:both;
padding:0 5px 7px 5px;}
#texte .image_lien {
background-image:none;}
/* Hides from IE-mac \*/
* html #texte {height: 1%;}
/* Bug qui inactive les liens sous IE */
 
 
/* Droite -> pied_page */
#pied_text, #pied_page, #zone_pied {
clear:both;
text-align:center;
font-size:11px;}
#pied_page p, #zone_pied p{
position:center;}
#pied_page a {
margin:0 10px;}
.menu_commun_n1 {
padding:0;}
.menu_commun_n1 li {
display:inline;}
.menu_commun_n1 li+li {
background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/boule_basse.png) no-repeat center left;
display:inline;
padding-left:10px;}
 
/* Tableau */
.table_cadre {
border-spacing:0;
text-align:center;}
.table_cadre th {
text-align:center;}
.table_cadre td {
padding:2px;
text-align:left;}
 
/*nav_gauche*/
#navigation, #nav_gauche {
position:absolute;
top:2px;
left:2px;
width:188px;
padding-top:150px;
min-height:292px;}
 
/* nav_gauche -> logo_tela */
#logo_tela, #logo {
margin:7px 10px;
position:absolute;
top:2px;
left:18px;
z-index:1;}
#logo_tela a, #logo a {
background:none;}
#acces_direct, #accessibilite {
display:none;}
 
/* nav_gauche -> selecteur_sites */
#sesi_site {
text-align:center;
font-size:12px;
font-weight:bold;
width:180px;
height:20px;}
#sesi_selecteur fieldset, #selecteur_monde fieldset{
border:0;
margin:0;
padding:0;}
#sesi_selecteur legend, #selecteur_monde legend{
display: none;}
#sesi_selecteur option {
font-size:11px;}
#lien_inscription{
margin:2em 0 0 0;
font-size:11px;}
 
/* nav_gauche -> menus */
#zone_menu, #menus {
font-size:13px;
margin:10px 0;
text-align:left;}
#zone_menu a, #menus a {
background:none;
color:#000;
display:block;
height:1.2em;}
#zone_menu .menu_actif>a, #menus .menu_actif>a {
border:1px solid;}
#zone_menu > ul a, #menus > ul a {
height:auto;}
#navigation hr, #nav_gauche hr {
width:40%;
text-align:center;}
 
/* nav_gauche -> form connexion et deconnexion */
#form_connexion legend, #identification legend {
font-size:14px;
font-weight:bold;
padding-left:32px;}
#form_connexion label, #identification label {
display:none;}
label#persistant_label {
display:block;
margin:0.5em 0 1em 1em;
color:black;}
#form_connexion fieldset, #identification fieldset{
border:none;}
#username, #password {
width:10em;
text-align:left;
margin:0.5em 1em;}
#persistant {
text-align:left;
float:left;
margin:0.5em 0.5em 1em 1em;}
#identification_info, #identification, #formconnexion, #iden_action {
display:block;
width:auto;
text-align:center;
font-size:11px;
margin: 0;
padding-bottom:2px;}
#menu_contextuel {
border:1px solid;}
#deconnexion, #lien_inscription_modif, #lien_inscription {
font-size:12px;}
#inscription_info {
text-align:center;}
#inscription_aide {
margin-left:1em;}
#identification_message, #menu_contextuel h2, #hba_info h1, #hba_info p {
display:block;
font-size:14px;
text-align:center;
font-weight:bold;
text-transform:none;
margin:0 0 5px 0;}
#identification_prenom, #identification_nom{
font-size:13px;
font-weight:bold;
color:black;}
#identification_nom {
text-transform:uppercase;}
#iden_action a {
line-height:15px;}
 
/* presentation des menus */
.menu_classique_n1, .menu_n1 {
padding:0;
margin:0;
font-weight:bold;
list-style-type:none;}
.menu_classique_n1 a {
padding:3px 0;}
.menu_classique_n2, .menu_n2 {
padding:0;
margin:0;
font-weight:normal;
list-style-type:none;}
.menu_classique_n2 a {
padding:3px 0 3px 15px;}
.menu_n3 {
margin:0 0 0 10px;
padding:0;
text-align:left;}
.menu_inactif a, .menu_actif a {
color:#000;
text-decoration:none;
background-color:transparent;}
 
/*presentation des syntheses*/
.page_separateur_date_heure, .page_creation_jour, .page_creation_heure, .page_creation_minute, .page_creation_seconde, .page_separateur_heure, .page_separateur_minute, .page_modification_heure, .page_modification_minute{
display:none;}
.page_titre {
font-weight:bold;}
 
/* Texte champ d'une fiche */
.champ_cle {
font-weight:bold;}
.champ_valeur {
font-weight:normal;}p_cle {
font-weight:bold;}
.champ_valeur {
font-weight:normal;}
/*presentation synthese biblio pteridophytes*/
/*.couleur_bleu {
color:blue;}
.couleur_vert {
color:green;}
.couleur_rose {
color:#BF90DE;}
.couleur_orange {
color:orange;}
.bp_auteur_france {
color:blue;}
.bp_auteur_europe {
color:#BF90DE;}
.bp_auteur_famille {
color:green;}
.bp_auteur_region {
color:orange;}*/
.bp_titre {
font-weight:bold;}
.bp_titre_revue, .nom_latin {
font-weight:normal;}
.bp_annee, .bp_num_revue {
font-weight:normal;}
/*menu_commun*/
.question {
font-weight:bold;}
 
/*Gestion de l'affichage du chronomètre des applications.*/
#chrono{display:none;}
/tags/v4.0/sites/commun/fr/images/graphisme/archive.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/v4.0/sites/commun/fr/images/graphisme/archive.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/v4.0/sites/commun/fr/images/logos/logo_firefox.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/fr/images/logos/logo_firefox.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/fr/images/logos/firefox-surfez-mieux.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/fr/images/logos/firefox-surfez-mieux.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/fr/images/logos/logo_garance_voyageuse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/v4.0/sites/commun/fr/images/logos/logo_garance_voyageuse.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/v4.0/sites/commun/fr/http_erreurs/erreur404.php
New file
0,0 → 1,34
<!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" lang="fr">
<head>
<title>Page introuvable</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta http-equiv="Content-language" content="fr" />
<meta name="revisit-after" content="15 days" />
<meta name="robots" content="noindex,nofollow" />
<meta name="author" content="Tela Botanica" />
<meta name="description" content="Page d'erreur 404." />
<link rel="stylesheet" type="text/css" media="screen" href="sites/commun/fr/styles/page_erreur.css" />
<link rel="stylesheet" type="text/css" media="print" href="sites/commun/fr/styles/impression.css" />
<link rel="shortcut icon" type="image/x-icon" href="sites/commun/generique/images/favicones/tela_botanica.ico" />
<link rel="icon" type="image/png" href="sites/commun/generique/images/favicones/tela_botanica.png" />
</head>
<body>
<div id="bandeau">
<h1>Tela Botanica <img src="/accueil/logo.jpg" alt="(TB)" height="77" width="110" /></h1>
<h2>Le r&eacute;seau de la botanique francophone</h2>
</div>
<div id="contenu_corps">
<h1>Page introuvable</h1>
<p>
L'URL requise n'a pu etre trouvée sur ce serveur.
La référence sur <a href="<?php echo $_REQUEST['url']; ?>">la page <?php echo $_REQUEST['url']; ?></a> semble être erronée ou perimée.
N'hésitez pas à envoyer un courriel à <a href="mailto:accueil@tela-botanica.org">accueil@tela-botanica.org</a>
pour signaler ce problème.
</p>
<p>
Vous pouvez retourner sur la <a href="/">page d'accueil du site de Tela Botanica</a>.
</p>
</div>
</body>
</html>
/tags/v4.0/sites/commun/fr/scripts/commun.js
New file
0,0 → 1,151
// cette fonction peut déjà être présente
if (typeof(addListener) != 'function') {
// fonction portable d'ajout de listeners
function addListener(element, baseName, handler)
{
if (element.addEventListener) {
element.addEventListener(baseName, handler, false) ;
} else if (element.attachEvent) {
element.attachEvent('on'+baseName, handler) ;
}
}
}
 
// Fonction déclanchant l'ouverture d'une fenêtre externe pour les liens possédant la classe "lien_ext"
function open_ext_link()
{
var liens = document.getElementsByTagName('a');
// On récupère tous les liens (<a>) du document dans une variable (un array), ici liens.
// Une boucle qui parcourt le tableau (array) liens du début à la fin.
for (var i = 0 ; i < liens.length ; ++i) {
// Si les liens ont un nom de class contenant lien_ext ou img_ext, alors on agit.
var expression = /lien_ext|img_ext/;
if (expression.exec(liens[i].className)) {
liens[i].title = 'S\'ouvre dans une nouvelle fenêtre';
// Au clique de la souris.
liens[i].onclick = function() {
window.open(this.href);
return false; // On ouvre une nouvelle page ayant pour URL le href du lien cliqué et on inhibe le lien réel.
};
}
}
}
 
// Fonction cachant le bouton ok du sélecteur de site de Papyrus
function cacher_btn_ok_selecteur_site()
{
if (document.getElementById('sesi_ok')) {
document.getElementById('sesi_ok').style.display = 'none';
}
}
 
// Fonction aggrandissant ou diminuant la taille d'un champ
// Provient du site https://addons.mozilla.org/
function basculerTaille(id, grand)
{
var sb = document.getElementById(id);
if (grand) {
sb.style.width = '20em';
} else {
sb.style.width = '10em';
}
}
 
// Fonction nettoyant un champ de formulaire d'une chaine donnée...
function nettoyerChamp(id, chaine)
{
var sb = document.getElementById(id);
var valeur = sb.value;
if (valeur == chaine) {
sb.value = '';
}
if (valeur == '') {
sb.value = chaine;
}
}
 
/** Cacher la légende : fonctions et code provenant de Média Wiki
* Modifié pour pouvoir gérer des listes ul ou dl...
*/
function changeText(el, newText) {
// Safari work around
if (el.innerText) {
el.innerText = newText;
} else if (el.firstChild && el.firstChild.nodeValue) {
el.firstChild.nodeValue = newText;
}
}
 
function toggleToc(id, type_liste) {
var toc = document.getElementById(id).getElementsByTagName(type_liste)[0];
var toggleLink = document.getElementById('togglelink');
 
if (toc && toggleLink && toc.style.display == 'none') {
changeText(toggleLink, tocHideText);
toc.style.display = 'block';
document.cookie = "hidetoc=0";
} else {
changeText(toggleLink, tocShowText);
toc.style.display = 'none';
document.cookie = "hidetoc=1";
}
}
 
/** Pour utiliser cette fonction rajouter dans les pages web :
* <script type="text/javascript">
* // Le système de masquage des sommaires
* if (window.showTocToggle) {
* var tocShowText = "afficher";
* var tocHideText = "masquer";
* showTocToggle('faq_sommaire_titre', 'faq_sommaire', 'ul');
* }
* </script>
* Pour id_titre mettre l'identifiant du titre où afficher le texte "masquer"/"afficher"
* Pour l'id_div mettre l'identifiant de la div contenant la liste à masquer
* Pour le type de liste indiquer "ul" ou "dl" en fonction du type de liste.
*/
function showTocToggle(id_titre, id_div, type_liste) {
if (document.createTextNode) {
// Uses DOM calls to avoid document.write + XHTML issues
 
var linkHolder = document.getElementById(id_titre);
if (!linkHolder) {
return;
}
 
var outerSpan = document.createElement('span');
outerSpan.className = 'toctoggle';
 
var toggleLink = document.createElement('a');
toggleLink.id = 'togglelink';
toggleLink.className = 'internal';
toggleLink.href = 'javascript:toggleToc(\''+id_div+'\', \''+type_liste+'\')';
toggleLink.appendChild(document.createTextNode(tocHideText));
 
outerSpan.appendChild(document.createTextNode('['));
outerSpan.appendChild(toggleLink);
outerSpan.appendChild(document.createTextNode(']'));
 
linkHolder.appendChild(document.createTextNode(' '));
linkHolder.appendChild(outerSpan);
 
var cookiePos = document.cookie.indexOf("hidetoc=");
if (cookiePos > -1 && document.cookie.charAt(cookiePos + 8) == 1) {
toggleToc(id_div, type_liste);
}
}
}
 
// Fonction initialisant d'autres fonctions
function initialiser()
{
cacher_btn_ok_selecteur_site();// Doit être avant les lien_ext
// s'il existe une carte dans la page
/*if(typeof isMap != "undefined") {
loadMap() ;
}*/
open_ext_link();
}
// Au chargement de la page, on appelle la fonction d'initialisation :
addListener(window, 'load', initialiser) ;