View Single Post
Old 10-04-2012, 07:27 PM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
What I personally do in this case is add ".1", ".2", ".3" to the ids.

You could also keep the first as "ref6", while the next starts with ".2", ".3", etc. This way you do not have to mess with the footnote pointers at all.

Code:
<ul>
    <li>Premier dépistage du varroa deux semaines avant la floraison du pissenlit.<br />
    - Intervention si nécessaire<a href="../Text/footnotes.xhtml#footnote6" id="ref6.1">[6]</a>.</li>

    <li>Deuxième dépistage du varroa à la fin du mois de juillet.<br />
    - Intervention immédiate si nécessaire<a href="../Text/footnotes.xhtml#footnote6" id="ref6.2">[6]</a>.</li>

    <li>Troisième dépistage du varroa à la fin du mois d'août (celui-ci est facultatif en ce sens que l'apiculteur aura peut-être déjà pris la décision de traiter ses ruches après le dépistage effectué en août).</li>
  </ul>

  <p class="bold">Fin de la saison</p>

  <ul>
    <li>Administration des traitements de fin de saison contre la varroase, débutant au plus tard à la mi-septembre selon les niveaux d'infestation détectés.</li>

    <li>S'il y a lieu, administration de traitements prescrits pour la loque américaine, l'acariose et la nosémose.</li>

    <li>Dépistage du varroa au début de novembre afin de contrôler l'efficacité des traitements.<br />
    - Une intervention d'appoint sera alors faite au besoin<a href="../Text/footnotes.xhtml#footnote6" id="ref6.3">[6]</a>.</li>
  </ul>
Then you just have to make sure Footnote 6 in "footnotes.xhtml" points back to the first.
Tex2002ans is offline   Reply With Quote