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.5 2005-11-23 10:25:03 jp_milcent Exp $
|
24 |
// CVS : $Id: carto_carte.class.php,v 1.6 2007-01-08 11:41:13 jp_milcent 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.5 $ $Date: 2005-11-23 10:25:03 $
|
37 |
*@version $Revision: 1.6 $ $Date: 2007-01-08 11:41:13 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 333... |
Line 333... |
333 |
$_SESSION['carte'] = $obj;
|
333 |
$_SESSION['carte'] = $obj;
|
334 |
}
|
334 |
}
|
335 |
$_SESSION['chemin'] = CAR_CHEMIN_TMP;
|
335 |
$_SESSION['chemin'] = CAR_CHEMIN_TMP;
|
336 |
$_SESSION['fichier'] = $this->id.$id_image;
|
336 |
$_SESSION['fichier'] = $this->id.$id_image;
|
337 |
$res .= CAR_CHEMIN_CARTE.'"';
|
337 |
$res .= CAR_CHEMIN_CARTE.'"';
|
338 |
$res .= ' name="image" onmouseover="javascript:show(\'d\');" onmouseout="javascript:show(\'d\');" />'."\n";
|
338 |
$res .= ' name="image" />'."\n";
|
339 |
$res .= '<input type="hidden" name="historique_cartes" value="'.$this->historique.'" />'."\n";
|
339 |
$res .= '<input type="hidden" name="historique_cartes" value="'.$this->historique.'" />'."\n";
|
340 |
$res .= '</p>'."\n";
|
340 |
$res .= '</p>'."\n";
|
341 |
$res .= '</form>'."\n";
|
341 |
$res .= '</form>'."\n";
|
342 |
return $res;
|
342 |
return $res;
|
343 |
}
|
343 |
}
|
Line 799... |
Line 799... |
799 |
|
799 |
|
800 |
|
800 |
|
801 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
801 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
802 |
*
|
- |
|
803 |
* $Log: not supported by cvs2svn $
|
- |
|
804 |
* Revision 1.5 2005/11/23 10:25:03 jp_milcent
|
802 |
*
|
805 |
* Compatibilité avec PHP5.
|
803 |
* $Log: not supported by cvs2svn $
|
806 |
*
|
804 |
* Revision 1.4 2005/02/23 17:29:38 jpm
|
807 |
* Revision 1.4 2005/02/23 17:29:38 jpm
|
805 |
* Ajout d'un id au formulaire de la carto.
|
808 |
* Ajout d'un id au formulaire de la carto.
|
806 |
*
|
809 |
*
|