1039 |
aurelien |
1 |
<div id="recherche-eflore-1">
|
|
|
2 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
|
|
|
3 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
|
1078 |
aurelien |
4 |
<link xmlns:xh="http://www.w3.org/1999/xhtml/vocab#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rel="xh:stylesheet stylesheet" href="http://localhost/eflore-consultation/presentations/styles/eflore.css" media="screen" type="text/css" />
|
|
|
5 |
<link xmlns:xh="http://www.w3.org/1999/xhtml/vocab#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rel="xh:stylesheet stylesheet" href="http://localhost/eflore-consultation/widget/modules/recherche/squelettes/css/recherche.css" media="screen" type="text/css" />
|
1039 |
aurelien |
6 |
<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/css/ui-lightness/jquery-ui-1.8.17.custom.css" rel="stylesheet" type="text/css" />
|
|
|
7 |
<script type="text/javascript">
|
1043 |
aurelien |
8 |
$(document).ready(function() {
|
1078 |
aurelien |
9 |
$.getJSON("http://localhost/eflore-consultation/widget/recherche/?mode=ajax&callback=?", function (moteur) {
|
1043 |
aurelien |
10 |
$("#recherche-eflore-1").append(moteur.contenu);
|
|
|
11 |
initialiser();
|
|
|
12 |
});
|
|
|
13 |
});
|
1039 |
aurelien |
14 |
</script>
|
|
|
15 |
</div>
|