.
This commit is contained in:
parent
a7a8ad94bc
commit
155e3832e4
@ -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>";
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user