From: vincent@cubedesigners.com Date: Mon, 17 Jan 2011 11:07:32 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e9ef1d9deb9c14fca4d070cd60326f80239ac1f6;p=cubeextranet.git --- diff --git a/inc/commons/Metier/class.common.client.php b/inc/commons/Metier/class.common.client.php new file mode 100644 index 000000000..9753c4349 --- /dev/null +++ b/inc/commons/Metier/class.common.client.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/inc/commons/Metier/class.common.entreprise.php b/inc/commons/Metier/class.common.entreprise.php new file mode 100644 index 000000000..1f4f220ee --- /dev/null +++ b/inc/commons/Metier/class.common.entreprise.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/inc/commons/Metier/class.common.equipier.php b/inc/commons/Metier/class.common.equipier.php new file mode 100644 index 000000000..75b577022 --- /dev/null +++ b/inc/commons/Metier/class.common.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 diff --git a/inc/commons/Metier/class.extranet.client.php b/inc/commons/Metier/class.extranet.client.php deleted file mode 100644 index 9753c4349..000000000 --- a/inc/commons/Metier/class.extranet.client.php +++ /dev/null @@ -1,8 +0,0 @@ - \ No newline at end of file diff --git a/inc/commons/Metier/class.extranet.entreprise.php b/inc/commons/Metier/class.extranet.entreprise.php deleted file mode 100644 index 1f4f220ee..000000000 --- a/inc/commons/Metier/class.extranet.entreprise.php +++ /dev/null @@ -1,22 +0,0 @@ - \ No newline at end of file diff --git a/inc/commons/Metier/class.extranet.equipier.php b/inc/commons/Metier/class.extranet.equipier.php deleted file mode 100644 index 75b577022..000000000 --- a/inc/commons/Metier/class.extranet.equipier.php +++ /dev/null @@ -1,25 +0,0 @@ -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