From: vincent@cubedesigners.com Date: Mon, 17 Jan 2011 10:59:30 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7af03ef3e32f8a041a8a035c04bbac26293aa517;p=cubeextranet.git --- diff --git a/inc/commons/Metier/_common.php b/inc/commons/Metier/_common.php index 35d6c22b0..56c57ca60 100644 --- a/inc/commons/Metier/_common.php +++ b/inc/commons/Metier/_common.php @@ -1,5 +1,8 @@ \ No newline at end of file diff --git a/inc/commons/Metier/class.extranet.client.php b/inc/commons/Metier/class.extranet.client.php new file mode 100644 index 000000000..5baeacdd4 --- /dev/null +++ b/inc/commons/Metier/class.extranet.client.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/inc/commons/Metier/class.extranet.entreprise.php b/inc/commons/Metier/class.extranet.entreprise.php new file mode 100644 index 000000000..f815e7890 --- /dev/null +++ b/inc/commons/Metier/class.extranet.entreprise.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/inc/commons/Metier/class.extranet.equipier.php b/inc/commons/Metier/class.extranet.equipier.php new file mode 100644 index 000000000..a3bc4c479 --- /dev/null +++ b/inc/commons/Metier/class.extranet.equipier.php @@ -0,0 +1,25 @@ +prenom . ' ' . $this->nom . ' + +----------------------- +Cubedesigners +' . $this->adresse . ' +' . $this->code_postal . ' ' . $this->ville . ' +' . cubeCountry::getCountry($this->pays) . ' + +Tél : ' . $this->telephone . ' + +www.cubedesigners.com +www.fluidbook.com +-----------------------'; + } + +} + +?> \ No newline at end of file