Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1538 → Rev 1539

/trunk/api/formulaire/formulaire.fonct.google.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: formulaire.fonct.google.php,v 1.2 2007-07-04 11:52:55 alexandre_tb Exp $
// CVS : $Id: formulaire.fonct.google.php,v 1.3 2007-08-27 12:20:06 alexandre_tb Exp $
/**
* Formulaire
*
29,7 → 29,7
//Auteur original :
*@author Aleandre GRANIER <alexandre@tela-botanica.org>
*@copyright Tela-Botanica 2000-2007
*@version $Revision: 1.2 $
*@version $Revision: 1.3 $
// +------------------------------------------------------------------------------------------------------+
*/
 
86,7 → 86,11
};
function showAddress() {
var adresse = document.getElementById("bf_adresse").value ;
var ville = document.getElementById("bf_ville").value ;
if (document.getElementById("bf_ville")) {
var ville = document.getElementById("bf_ville").value ;
} else {
var ville = "";
}
var cp = document.getElementById("bf_cp_lieu_evenement").value ;
if (document.getElementById("liste30")) {
var selectIndex = document.getElementById("liste30").selectedIndex;
133,6 → 137,9
* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2007-07-04 11:52:55 alexandre_tb
* fonctionne mais en cours de développement
*
* Revision 1.1 2007-06-25 09:52:36 alexandre_tb
* version intiale -- en cours
*