Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
# Mycroft Search Plugin for Mozilla, Firebird, Netscape 6+, Beonix browsers
2
# Mycroft Homepage: http://mycroft.mozdev.org
3
 
4
# Site de recherche: eFlore  (www.tela-botanica.org)
5
# Statut: test
6
#
7
# Auteur d'origine: amitp+mozilla@google.com
8
# Autres auteurs: Jean-Pascal MILCENT
9
# Denière mise à jour: lundi 18 octobre 2004 par Jean-Pascal MILCENT
10
# Pays: FR
11
# Language: fr-FR
12
# Categorie: Botanique
13
#
14
# Bogues: Aucun.
15
#
16
 
17
<search
18
   version = "0.1"
19
   name="eFlore"
20
   description="Recherche dans eFlore"
21
   method="GET"
22
   action="http://www.tela-botanica.org/index.php"
23
   searchform="http://www.tela-botanica.org/eflore"
24
   queryEncoding="UTF-8"
25
   queryCharset="UTF-8"
26
>
27
 
28
<input name="poject" value="tela">
29
<input name="locale" value="fr">
30
<input name="level1" value="donnees">
31
<input name="level2" value="0">
32
<input name="xslt" value="listetaxons.xsl">
33
<input name="servicexml" value="donnelistetaxons.php">
34
<input name="flore" value="FRA">
35
<input name="recherche" value="LATIN">
36
<input name="eflore_chercher" value="chercher">
37
<input name="radical" user>
38
<input name="numclass" value="1">
39
 
40
# Finds results
41
<interpret
42
    browserResultType="result"
43
    resultListStart="<!--a-->"
44
    resultListEnd="<!--z-->"
45
    resultItemStart="<!--m-->"
46
    resultItemEnd="<!--n-->"
47
>
48
 
49
# Finds Previous link
50
<interpret
51
    browserResultType="result"
52
    resultListStart="<td valign=bottom nowrap>"
53
    resultListEnd="d>"
54
    resultItemStart="<td align=right>"
55
    resultItemEnd="<t"
56
>
57
 
58
# Finds Next link
59
<interpret
60
    browserResultType="result"
61
    resultListStart="</a><td"
62
    resultListEnd="</div><center>"
63
    resultItemStart="nowrap>"
64
    resultItemEnd="</table>"
65
>
66
 
67
</search>
68
 
69
<BROWSER
70
   update="http://testv4.tela-botanica.org/sites/commun/fr/documents/mozilla_recherche/eflore.src"
71
   updateIcon="http://testv4.tela-botanica.org/sites/admin/generique/images/favicones/admin.png"
72
   updateCheckDays="3"
73
>