Line 28... |
Line 28... |
28 |
|
28 |
|
29 |
<!-- Favicones -->
|
29 |
<!-- Favicones -->
|
Line 30... |
Line 30... |
30 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
30 |
<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
|
31 |
|
31 |
|
32 |
<!-- Jquery -->
|
32 |
<!-- Jquery -->
|
33 |
<script type="text/javascript" src="http://localhost/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
|
33 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.min.js"></script>
|
34 |
<script type="text/javascript" src="http://localhost/commun/jquery/jquery-ui/1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
|
34 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
|
35 |
<script type="text/javascript" src="http://localhost/commun/jquery/jquery-ui/1.8.17/js/jquery.ui.datepicker-fr.js"></script>
|
35 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.17/js/jquery.ui.datepicker-fr.js"></script>
|
36 |
<script type="text/javascript" src="http://localhost/commun/jquery/validate/1.9.0/jquery.validate.js"></script>
|
36 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.9.0/jquery.validate.js"></script>
|
37 |
<script type="text/javascript" src="http://localhost/commun/jquery/validate/1.9.0/messages_fr.js"></script>
|
37 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/validate/1.9.0/messages_fr.js"></script>
|
- |
|
38 |
<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/form/2.95/jquery.form.min.js"></script>
|
- |
|
39 |
<script src="https://resources.tela-botanica.org/bootstrap/3.1.0/js/bootstrap.min.js"></script>
|
- |
|
40 |
|
Line 38... |
Line 41... |
38 |
<script type="text/javascript" src="http://localhost/commun/jquery/form/2.95/jquery.form.min.js"></script>
|
41 |
|
39 |
<script type="text/javascript" src="http://localhost/commun/bootstrap/3.1.0/js/bootstrap.min.js"></script>
|
42 |
|
40 |
|
43 |
|
41 |
<!-- Barre de navigation -->
|
44 |
<!-- Barre de navigation -->
|
Line 42... |
Line 45... |
42 |
<?php if ($bar !== false): ?>
|
45 |
<?php if ($bar !== false): ?>
|
43 |
<script src="<?php echo $url_script_navigation; ?>"></script>
|
46 |
<script src="<?php echo $url_script_navigation; ?>"></script>
|
44 |
<?php endif; ?>
|
47 |
<?php endif; ?>
|
45 |
|
48 |
|
46 |
|
49 |
|
47 |
<!-- CSS -->
|
50 |
<!-- CSS -->
|
Line 48... |
Line 51... |
48 |
<link href="http://localhost/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
51 |
<link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.18/css/smoothness/jquery-ui-1.8.18.custom.css" rel="stylesheet" type="text/css" media="screen" />
|
49 |
<!-- <link href="http://localhost/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
|
52 |
<!-- <link href="http://localhost/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /> -->
|
50 |
<link href="<?php echo $url_base; ?>modules/manager/squelettes/css/manager.css" rel="stylesheet" type="text/css" media="screen" />
|
53 |
<link href="<?php echo $url_base; ?>modules/manager/squelettes/css/manager.css" rel="stylesheet" type="text/css" media="screen" />
|
Line 83... |
Line 86... |
83 |
</a>
|
86 |
</a>
|
84 |
</div>
|
87 |
</div>
|
85 |
</div>
|
88 |
</div>
|
86 |
<div class="component-tools-item-description"><?php echo $donnee['description']; ?></div>
|
89 |
<div class="component-tools-item-description"><?php echo $donnee['description']; ?></div>
|
87 |
<div class="component-tools-item-link">
|
90 |
<div class="component-tools-item-link">
|
88 |
<a href="https://localhost/widget:cel:saisie?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #e16e37">
|
91 |
<a href="<?php echo $url_base; ?>saisie?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #e16e37">
|
89 |
<span>Saisie</span>
|
92 |
<span>Saisie</span>
|
90 |
</a>
|
93 |
</a>
|
91 |
<a href="http://localhost/widget:cel:cartoPoint?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #918a6f">
|
94 |
<a href="<?php echo $url_base; ?>cartoPoint?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #918a6f">
|
92 |
<span>Carto</span>
|
95 |
<span>Carto</span>
|
93 |
</a>
|
96 |
</a>
|
94 |
<a href="http://localhost/widget:cel:photo?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #964e75">
|
97 |
<a href="<?php echo $url_base; ?>photo?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #964e75">
|
95 |
<span>Photo</span>
|
98 |
<span>Photo</span>
|
96 |
</a>
|
99 |
</a>
|
97 |
<a href="http://localhost/widget:cel:observation?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #b2cb43">
|
100 |
<a href="<?php echo $url_base; ?>observation?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #b2cb43">
|
98 |
<span>Observation</span>
|
101 |
<span>Observation</span>
|
99 |
</a>
|
102 |
</a>
|
100 |
<a href="http://localhost/widget:cel:export?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #009fb8">
|
103 |
<a href="<?php echo $url_base; ?>export?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #009fb8">
|
101 |
<span>Export</span>
|
104 |
<span>Export</span>
|
102 |
</a>
|
105 |
</a>
|
103 |
<a href="http://localhost/appli:pictoflora?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #927fa2">
|
106 |
<a href="https://www.tela-botanica.org/appli:pictoflora?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #927fa2">
|
104 |
<span>PictoFlora</span>
|
107 |
<span>PictoFlora</span>
|
105 |
</a>
|
108 |
</a>
|
106 |
<a href="http://localhost/appli:identiplante?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #f25a52">
|
109 |
<a href="https://www.tela-botanica.org/appli:identiplante?projet=<?php echo $donnee['projet']; ?>" target="" style="color: #f25a52">
|
107 |
<span>IdentiPlante</span>
|
110 |
<span>IdentiPlante</span>
|
108 |
</a>
|
111 |
</a>
|
109 |
</div>
|
112 |
</div>
|
110 |
</li>
|
113 |
</li>
|
111 |
<?php } ?>
|
114 |
<?php } ?>
|