From 9325bf487bfbabe9b3655c0231c71d3a3d222e15 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 Feb 2005 13:23:57 +0000 Subject: [PATCH] Nouveau fichier --- htdocs/telephonie/stats/lignes/onglets.php | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 htdocs/telephonie/stats/lignes/onglets.php diff --git a/htdocs/telephonie/stats/lignes/onglets.php b/htdocs/telephonie/stats/lignes/onglets.php new file mode 100644 index 00000000000..959b3ce3874 --- /dev/null +++ b/htdocs/telephonie/stats/lignes/onglets.php @@ -0,0 +1,39 @@ + + * + * 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$ + * + */ +$h = 0; +$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/lignes/index.php'; +$head[$h][1] = "Global"; +$h++; + +$head[$h][0] = DOL_URL_ROOT.'/telephonie/stats/lignes/resiliation.php'; +$head[$h][1] = "Résiliations"; +$h++; + + +for ($hii = 0 ; $hii < sizeof($head) ; $hii++) +{ + if ($_SERVER["PHP_SELF"] == $head[$hii][0]) + { + $hselected = $hii; + } +} +?>