Subversion Repositories Sites.tela-botanica.org

Rev

Rev 120 | Rev 326 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 120 Rev 129
Line 12... Line 12...
12
            }
12
            }
13
       ?>
13
       ?>
14
                </BOUCLE_rubriques>
14
                </BOUCLE_rubriques>
15
                </ul>
15
                </ul>
16
                </B_rubriques>
16
                </B_rubriques>
17
                <hr />
-
 
18
                <B_thematiques>
-
 
19
                <span class="categorie"><strong>Parcours par thème :</strong></span>
-
 
20
                <ul id="menus_gauche_list">
-
 
21
                <BOUCLE_thematiques(MOTS){type=Thématiques}{par num titre}>
-
 
22
                <B_art_mots><?php echo '<li';?>
-
 
23
                <?php
-
 
24
            if ($mot_cle == "#ID_MOT") {
-
 
25
                echo ' id="rubrique_select"><img src="IMG/puce.png" /> <a href="#URL_MOT">[(#TITRE|supprimer_numero)]</a>';
-
 
26
            } else {
-
 
27
                echo '><img src="IMG/puce.png" /> <a href="#URL_MOT">[(#TITRE|supprimer_numero)]</a>';
-
 
28
            }
17
        <hr />        
29
       ?>
-
 
30
                <BOUCLE_art_mots(ARTICLES){id_mot}{0,1}>&nbsp;</BOUCLE_art_mots></li></B_art_mots>
-
 
31
                </BOUCLE_thematiques>
-
 
32
                </ul>
-
 
33
                </B_thematiques>
-
 
34
                <hr />
-
 
35
        <ul id="menus_gauche_list">
18
        <ul id="menus_gauche_list">
36
                <li<?php print ($selection=="recevoir" ? ' id="rubrique_select"' : '');?>><strong><a href="recevoir.php">Lettre d'information</a></strong></li>
19
                <li<?php print ($selection=="recevoir" ? ' id="rubrique_select"' : '');?>><strong><a href="recevoir.php">Lettre hebdomadaire</a></strong></li>
37
                <li<?php print ($arti==559 ? ' id="rubrique_select"' : '');?>><strong><a href="article559.html">Syndication RSS</a></strong></li>
-
 
38
                <li<?php print ($selection=="site" ? ' id="rubrique_select"' : '');?>><strong><a href="site.php3">Sites partenaires</a></strong></li>
-
 
39
                <li<?php print ($selection=="fils" ? ' id="rubrique_select"' : '');?>><strong><a href="fils_info.php3">Fils d'informations</a></strong></li>
-
 
40
        </ul>
20
       </ul>
41
       <hr />
21
       <hr />
42
        <ul id="menus_gauche_list">
22
       <ul id="menus_gauche_list">
43
                    <li><strong> <a href="article984.html">Envoyer un article</a></strong></li>
23
                    <li id="envoyer_article"><strong> <a href="article984.html">Envoyer un article</a></strong></li>
44
                    <li<?php print ($arti==220 ? ' id="rubrique_select"' : '');?>><strong><a href="article220.html">Devenir rédacteur</a></strong></li>
24
                    <li><strong><a href="/actu/ecrire/articles_edit.php3?new=oui">Ecrire en ligne</a></strong></li>
45
                    <li><strong><a href="/actu/ecrire/articles_edit.php3?new=oui">Ecrire un article</a></strong></li>
25
                    <li<?php print ($arti==220 ? ' id="rubrique_select"' : '');?>><strong><a href="article220.html">Explications</a></strong></li>
46
       </ul>
26
       </ul>
47
       <hr />
27
       <hr />
-
 
28
       <ul id="menus_gauche_list">         
-
 
29
                <li<?php print ($arti==559 ? ' id="rubrique_select"' : '');?>><strong><a href="article559.html">Syndication RSS</a></strong></li>
-
 
30
                <li<?php print ($selection=="site" ? ' id="rubrique_select"' : '');?>><strong><a href="site.php3">Sites partenaires</a></strong></li>
-
 
31
        </ul>
48
        </div>
32
        </div>
49
33