*** empty log message ***
This commit is contained in:
parent
3303058baa
commit
d10625f617
@ -1,9 +1,26 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
|
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
|
*
|
||||||
|
* 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$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* $num
|
* $num
|
||||||
* $rel
|
* $rel
|
||||||
* $ve
|
* $ve
|
||||||
@ -13,14 +30,12 @@ require("./pre.inc.php3");
|
|||||||
llxHeader();
|
llxHeader();
|
||||||
$db = new Db();
|
$db = new Db();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (! $num) {
|
if (! $num) {
|
||||||
|
|
||||||
print "<b>Releves bancaires</b>";
|
print "<b>Releves bancaires</b>";
|
||||||
|
|
||||||
print "<TABLE border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
|
print "<TABLE border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
|
||||||
print "<TR bgcolor=\"orange\">";
|
print "<TR class=\"liste_titre\">";
|
||||||
print "<td>Date</td><td>Description</TD>";
|
print "<td>Date</td><td>Description</TD>";
|
||||||
|
|
||||||
print "</TR>\n";
|
print "</TR>\n";
|
||||||
@ -76,7 +91,7 @@ if (! $num) {
|
|||||||
print "<form method=\"post\" action=\"$PHP_SELF\">";
|
print "<form method=\"post\" action=\"$PHP_SELF\">";
|
||||||
print "<input type=\"hidden\" name=\"action\" value=\"add\">";
|
print "<input type=\"hidden\" name=\"action\" value=\"add\">";
|
||||||
print "<TABLE border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
|
print "<TABLE border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
|
||||||
print "<TR bgcolor=\"orange\">";
|
print "<TR class=\"liste_titre\">";
|
||||||
print "<td>Date</td><td>Description</TD>";
|
print "<td>Date</td><td>Description</TD>";
|
||||||
print "<td align=\"right\"><a href=\"$PHP_SELF?vue=debit\">Debit</a></TD>";
|
print "<td align=\"right\"><a href=\"$PHP_SELF?vue=debit\">Debit</a></TD>";
|
||||||
print "<td align=\"right\"><a href=\"$PHP_SELF?vue=credit\">Credit</a></TD>";
|
print "<td align=\"right\"><a href=\"$PHP_SELF?vue=credit\">Credit</a></TD>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user