This commit is contained in:
Rodolphe Quiedeville 2002-05-03 11:39:54 +00:00
parent a7a8ad94bc
commit 155e3832e4
2 changed files with 4 additions and 10 deletions

View File

@ -52,7 +52,8 @@ function llxHeader($head = "", $urlp = "") {
print "<CENTER><A href=\"".$urlp."index.php3\">Sociétés</A></CENTER>\n";
print "<A href=\"".$urlp."../soc.php3?&action=create\">Nouvelle société</A><BR>\n";
print "<A href=\"".$urlp."contact.php3\">Contacts</A><BR>\n";
print "<A href=\"".$urlp."contact.php3\">Contacts</A><BR><br>\n";
print "<A href=\"".$urlp."recontact.php3\">A Recontacter</A><BR>\n";
print "</TD></TR>";

View File

@ -20,7 +20,7 @@
*
*/
require("./pre.inc.php3");
require("../lib/functions.inc.php3");
llxHeader();
$db = new Db();
if ($sortfield == "") {
@ -35,16 +35,9 @@ if ($action == 'del') {
$result = $db->query( $sql);
}
$active["1"] = "Offres en ligne";
$active["-1"] = "Moderation";
$active["-2"] = "Refusées";
$active["0"] = "Rédaction";
$active["-3"] = "Désactivées";
$active["-4"] = "Supprimées";
$yn["t"] = "oui";
$yn["f"] = "non";
$deacmeth["b"] = "robots";
if ($page == -1) { $page = 0 ; }
$limit = 26;