diff --git a/htdocs/gitoyen.php3 b/htdocs/gitoyen.php3 deleted file mode 100644 index c9b28f411a5..00000000000 --- a/htdocs/gitoyen.php3 +++ /dev/null @@ -1,64 +0,0 @@ - - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ - * - */ -require("./pre.inc.php3"); - -llxHeader(); - -$qt_r = 2.75; -$pu_r = 17.53; -$total_r = $qt_r * $pu_r; - -$qt_tr = 2.75; $pu_tr = 23; $total_tr = $qt_tr * $pu_tr; -$qt_bpr = 0.33333 ; $pu_bpr = 270; $total_bpr = $qt_bpr * $pu_bpr; - - -$qt_m = 2.75; -$pu_m = 17.53; -$total_m = $qt_m * $pu_m; - -print "
| Quantité | PU | Total | |
| Rodolphe Interxion | $qt_r | $pu_r | ".price($total_r)." |
| Rodolphe Telehouse | $qt_tr | $pu_tr | ".price($total_tr)." |
| Rodolphe BP | $qt_bpr | $pu_bpr | ".price($total_bpr)." |
| ".price($total_r+$total_tr+$total_bpr)." | |||
| Mose | $qt_m | $pu_m | $total_m |
| ".($total_r+$total_m)." |