[ Index ] |
|
Code source de Dolibarr 2.0.1 |
1 <?PHP 2 /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with this program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 * 18 * $Id: index.php,v 1.4 2005/09/12 13:35:43 rodolphe Exp $ 19 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/telephonie/facture/index.php,v $ 20 * 21 */ 22 require ("./pre.inc.php"); 23 24 if (!$user->rights->telephonie->facture->lire) accessforbidden(); 25 26 $page = $_GET["page"]; 27 $sortorder = $_GET["sortorder"]; 28 29 llxHeader('','Telephonie - Factures'); 30 31 /* 32 * Sécurité accés client 33 */ 34 if ($user->societe_id > 0) 35 { 36 $action = ''; 37 $socidp = $user->societe_id; 38 } 39 40 /* 41 * Mode Liste 42 * 43 * 44 * 45 */ 46 47 print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'; 48 49 print '<tr><td width="30%" valign="top">'; 50 51 print '<form method="GET" action="'.DOL_URL_ROOT.'/telephonie/ligne/liste.php">'; 52 print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'; 53 print '<tr class="liste_titre"><td>Recherche ligne</td>'; 54 print "</tr>\n"; 55 print "<tr $bc[1]>"; 56 print '<td>Numéro <input name="search_ligne" size="12"></td></tr>'; 57 print '</table></form>'; 58 59 print '<br /><form method="GET" action="'.DOL_URL_ROOT.'/telephonie/facture/liste.php">'; 60 print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'; 61 print '<tr class="liste_titre"><td>Recherche facture</td>'; 62 print "</tr>\n"; 63 print "<tr $bc[1]>"; 64 print '<td>Numéro <input name="search_facture" size="12"></td></tr>'; 65 print '</table></form>'; 66 67 print '</td><td valign="top" width="70%" rowspan="3">'; 68 69 print '</td></tr>'; 70 71 print '</table>'; 72 73 $db->close(); 74 75 llxFooter("<em>Dernière modification $Date: 2005/09/12 13:35:43 $ révision $Revision: 1.4 $</em>"); 76 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 12:29:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |