Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.129.210.36
<?
//Modules information
$moduleclassid = "fc0c56df7839b97274788b8daf8203e2";
$permission = 1;
//Load the standard includes
include('../includes/contants.php');
include('../lib/users.php');
include("../includes/secur_isloggedin.php");
include("../includes/mysql_connect.php");
include("../includes/secur_accessverify.php");
//Get security information
$system_information = mysql_fetch_assoc(mysql_query($sql='SELECT id, sys_datecreate, sys_datemodify, sys_status, sys_scope, sys_owner, sys_creator, sys_modifier FROM '.$_GET['object_table'].' WHERE id = '.$_GET['object_id'], $mysql_link));
?>
<HTML>
<HEAD>
<TITLE>Administration - www.lhjmq.qc.ca</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK rel="stylesheet" href="../css/base.css" type="text/css">
<LINK rel="stylesheet" href="../css/admintheme.css" type="text/css">
<LINK rel="stylesheet" href="../css/tablespecials.css" type="text/css">
<LINK href="../../css/links.css" rel="stylesheet" type="text/css">
<LINK href="../../css/table.css" rel="stylesheet" type="text/css">
<LINK href="../../css/tags.css" rel="stylesheet" type="text/css">
<LINK href="../../css/text.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
function refreshParent() {
window.close();
}
//-->
</script>
</HEAD>
<BODY bgcolor="#BBBFCE" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD background="../images/scoreboard_top.gif"><IMG src="../images/spacer.gif" width="1" height="11"></TD>
</TR>
<TR>
<TD bgcolor="#E8E9F5" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="middle" nowrap><strong><font size="+2"> Sécurité</font></strong></td>
<td align="right" nowrap><span class="blackText10px"><a href="#" onClick="refreshParent();" class="lnkBase10px">Fermer</a></span> </td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD background="../images/scoreboard_bottom.gif"><IMG src="../images/spacer.gif" width="1" height="10"></TD>
</TR>
<TR>
<TD><IMG src="../images/spacer.gif" width="1" height="4"></TD>
</TR>
<TR>
<TD>
<TABLE border="0" align="center" cellpadding="0" cellspacing="0">
<TR>
<TD width="10"> </TD>
<TD align="left" valign="top">
<TABLE align="center" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff" class="blackText11px outlinetab">
<TR valign="top">
<TD width="10"> </TD>
<TD> </TD>
<TD width="10"> </TD>
<TD> </TD>
<TD width="10"> </TD>
</TR>
<TR align="left" valign="bottom">
<TD width="10"> </TD>
<TD align="right" nowrap><B>Créé le</B></TD>
<TD width="10" valign="top" nowrap> </TD>
<TD valign="top" nowrap><?php echo $system_information['sys_datecreate']; ?></TD>
<TD> </TD>
</TR>
<TR align="left" valign="bottom">
<TD width="10"> </TD>
<TD align="right" nowrap><B>Par</B></TD>
<TD width="10" valign="top" nowrap> </TD>
<TD valign="top" nowrap><?php echo getusername($system_information['sys_creator']); ?></TD>
<TD> </TD>
</TR>
<TR align="left" valign="bottom">
<TD width="10"> </TD>
<TD align="right" nowrap> </TD>
<TD width="10" valign="top" nowrap> </TD>
<TD valign="top" nowrap> </TD>
<TD width="10"> </TD>
</TR>
<TR valign="top">
<TD width="10"> </TD>
<TD align="right" nowrap><B>Modifié le </B></TD>
<TD width="10" nowrap> </TD>
<TD align="left" nowrap><?php echo $system_information['sys_datemodify']; ?></TD>
<TD> </TD>
</TR>
<TR valign="top">
<TD width="10"> </TD>
<TD align="right" nowrap><B>Par</B></TD>
<TD width="10" nowrap> </TD>
<TD align="left" nowrap><?php echo getusername($system_information['sys_modifier']); ?></TD>
<TD> </TD>
</TR>
<TR valign="top">
<TD width="10"> </TD>
<TD align="right"> </TD>
<TD width="10"> </TD>
<TD> </TD>
<TD> </TD>
</TR>
</TABLE>
</TD>
<TD width="10" align="left" valign="top"> </TD>
<TD align="left" valign="top">
<TABLE align="center" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff" class="blackText11px outlinetab">
<TR valign="top">
<TD width="10"> </TD>
<TD> </TD>
<TD width="10"> </TD>
</TR>
<TR align="left" valign="bottom">
<TD width="10"> </TD>
<TD align="right"><B>Cet item appartient à</B></TD>
<TD> </TD>
</TR>
<TR align="left" valign="bottom">
<TD> </TD>
<TD align="right">
<?php echo getusername($system_information['sys_owner']); ?>
</TD>
<TD> </TD>
</TR>
<TR align="left" valign="bottom">
<TD> </TD>
<TD align="right"> </TD>
<TD> </TD>
</TR>
<TR align="left" valign="bottom">
<TD width="10"> </TD>
<TD align="right" nowrap><B>Et toute personne dans
les groupes</B></TD>
<TD> </TD>
</TR>
<TR align="left" valign="bottom">
<TD width="10"> </TD>
<TD align="right">
<?php $groups = getusergroups($system_information['sys_owner']);
while($group = mysql_fetch_assoc($groups)){
echo $sep . $group['nom'];
$sep = ', ';
} unset($sep); ?>
</TD>
<TD width="10"> </TD>
</TR>
<TR valign="top">
<TD width="10"> </TD>
<TD align="right"> </TD>
<TD> </TD>
</TR>
</TABLE>
</TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD> </TD>
<TD width="10"> </TD>
<TD> </TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD colspan="3">
<TABLE width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff" class="blackText11px outlinetab">
<TR>
<TD width="10"> </TD>
<TD align="left"> </TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="left"><B>État : </B><?php echo translatestatusflag($system_information['sys_status']); ?></TD>
<TD> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="left"><?php echo translatestatusflagtext($system_information['sys_status']); ?></TD>
<TD> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="left"> </TD>
<TD width="10"> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="left"><B>Visibilité : </B><?php echo translatescopeflag($system_information['sys_scope']); ?></TD>
<TD> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="left"><?php echo translatescopeflagtext($system_information['sys_scope']); ?></TD>
<TD> </TD>
</TR>
<TR>
<TD width="10"> </TD>
<TD align="left"> </TD>
<TD> </TD>
</TR>
</TABLE>
</TD>
<TD width="10"> </TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
<?
//Load the standard includes footers
include("../includes/mysql_cleanup.php");
?>
|