Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: carto_carte.class.php,v 1.3 2005-02-22 19:35:08 jpm Exp $
|
24 |
// CVS : $Id: carto_carte.class.php,v 1.4 2005-02-23 17:29:38 jpm Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Classe Carto_Carte.
|
26 |
* Classe Carto_Carte.
|
27 |
*
|
27 |
*
|
28 |
* Calsse permettant de réaliser des cartes.
|
28 |
* Calsse permettant de réaliser des cartes.
|
29 |
*
|
29 |
*
|
Line 32... |
Line 32... |
32 |
*@author Nicolas MATHIEU
|
32 |
*@author Nicolas MATHIEU
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
34 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
35 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
35 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
36 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@version $Revision: 1.3 $ $Date: 2005-02-22 19:35:08 $
|
37 |
*@version $Revision: 1.4 $ $Date: 2005-02-23 17:29:38 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 206... |
Line 206... |
206 |
// La méthode imgform() utilise la méthode get_cartoAction() de l'objet Carto_Action pour connaître
|
206 |
// La méthode imgform() utilise la méthode get_cartoAction() de l'objet Carto_Action pour connaître
|
207 |
// en fonction des coordonnées du clic l'action à entreprendre.
|
207 |
// en fonction des coordonnées du clic l'action à entreprendre.
|
Line 208... |
Line 208... |
208 |
|
208 |
|
209 |
|
209 |
|
210 |
// Quoi qu'il arrive, on ouvre la balise formulaire
|
210 |
// Quoi qu'il arrive, on ouvre la balise formulaire
|
211 |
$res = '<form action="'.$this->url.'" method="post">'."\n";
|
211 |
$res = '<form id="cartographie" action="'.$this->url.'" method="post">'."\n";
|
212 |
$res .= '<p>';
|
212 |
$res .= '<p>';
|
213 |
if (isset ($this->image_x) && ($this->image_x != '') && isset ($this->image_y) && ($this->image_y != '')) {
|
213 |
if (isset ($this->image_x) && ($this->image_x != '') && isset ($this->image_y) && ($this->image_y != '')) {
|
Line 365... |
Line 365... |
365 |
'<b>Requete : </b>'.$requete.
|
365 |
'<b>Requete : </b>'.$requete.
|
366 |
'<br/><br/><b>Erreur : </b>'.mysql_error());
|
366 |
'<br/><br/><b>Erreur : </b>'.mysql_error());
|
Line 367... |
Line 367... |
367 |
|
367 |
|
Line 368... |
Line 368... |
368 |
$i=0;
|
368 |
$i=0;
|
369 |
|
369 |
|
Line 370... |
Line 370... |
370 |
$retour = '<select name="liste_zone_carte" onchange="javascript:this.form.submit();">'."\n";
|
370 |
$retour = '<select id="liste_zone_carte" name="liste_zone_carte" onchange="javascript:this.form.submit();">'."\n";
|
371 |
$retour .= '<option value="">Visualiser une zone :</option>'."\n";
|
371 |
$retour .= '<option value="">Visualiser une zone :</option>'."\n";
|
Line 795... |
Line 795... |
795 |
|
795 |
|
796 |
|
796 |
|
797 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
797 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
798 |
*
|
- |
|
799 |
* $Log: not supported by cvs2svn $
|
- |
|
800 |
* Revision 1.3 2005/02/22 19:35:08 jpm
|
798 |
*
|
801 |
* Fin de gestion des variables via les sessions.
|
799 |
* $Log: not supported by cvs2svn $
|
802 |
*
|
800 |
* Revision 1.2 2005/02/22 16:35:16 jpm
|
803 |
* Revision 1.2 2005/02/22 16:35:16 jpm
|
801 |
* Mise en forme.
|
804 |
* Mise en forme.
|
802 |
* Utilisation de constantes pour les chemins d'accès aux fichiers.
|
805 |
* Utilisation de constantes pour les chemins d'accès aux fichiers.
|