Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1603 → Rev 1604

/trunk/client/bottin/bibliotheque/inscription.class.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: inscription.class.php,v 1.25 2007-09-06 14:55:16 alexandre_tb Exp $
// CVS : $Id: inscription.class.php,v 1.26 2007-09-18 08:37:40 alexandre_tb Exp $
/**
* Inscription
*
31,7 → 31,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.25 $ $Date: 2007-09-06 14:55:16 $
*@version $Revision: 1.26 $ $Date: 2007-09-18 08:37:40 $
// +------------------------------------------------------------------------------------------------------+
*/
 
221,7 → 221,9
'}
function showAddress() {
var adress_1 = document.getElementById("a_adresse1").value ;
var adress_2 = document.getElementById("a_adresse2").value ;
if (document.getElementById("a_adresse2")) ' .
' var adress_2 = document.getElementById("a_adresse2").value ;' .
' else var adress_2 = "";
var ville = document.getElementById("a_ville").value ;
var cp = document.getElementById("a_code_postal").value ;
if (document.getElementById("a_ce_pays").type == "select-one") {