Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 18.116.20.205
<?php global $mysql_link, $errors, $notice; ?>
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD>
<TABLE width="100%" border="0" cellpadding="5" cellspacing="0" class="blueText11px">
<TR>
<TD bgcolor="ffffff"><B>Afficher les résultats en date du: </B></TD>
</TR>
<TR>
<TD bgcolor="ffffff">
<FORM name="display_date_form" method="get" action="">
<P class="blackText10px">
<INPUT value="<?php echo $_GET['display_date']; ?>" name="display_date" type="text" id="display_date" size="15" maxlength="10" class="blackText10px" style="border: 1px solid #546085">
<A href="#" onClick="window.open('../regis_registre/calendar.php?formname=display_date_form&fieldname=display_date&fulldate='+document.display_date_form.display_date.value, 'calendar', 'width=400, height=400, scrollbars=yes')" class="lnkBase10px"><IMG src="../images/icons/calendar.jpg" width="16" height="16" align="absbottom" border="0"></A>
(yyyy/mm/dd)
<INPUT type="hidden" name="ltab" value="<?php echo $_GET['ltab']; ?>">
<INPUT type="hidden" name="rtab" value="structure">
</P>
<P class="blackText10px"><b>Coïncide avec: </b><BR>
<?php if(isset($notice['display_date'])){ echo $notice['display_date']; } ?>
<?php if(isset($errors['display_date'])){ echo '</P><P><FONT color="#ff0000"> ('.$errors['display_date'].')</FONT>'; } ?></P>
</FORM>
</TD>
</TR>
<TR>
<TD height="25" align="right" valign="top" style="padding: 0px"><TABLE border="0" cellspacing="0" cellpadding="0">
<TR>
<TD><IMG src="../images/tabs/tab_between_on_off.jpg" width="15" height="15"></TD>
<TD bgcolor="#848894" class="whiteText11px"> <B><A href="#" onClick="document.display_date_form.submit();">Afficher</A></B> </TD>
</TR>
</TABLE></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD bgcolor="ffffff">
<TABLE width="100%" border="0" cellpadding="5" cellspacing="0" class="blueText11px">
<TR>
<TD><B>Opérations</B></TD>
</TR>
<TR>
<TD align="left" valign="top">
<P>Utilisez les options dans l'arbre de structure pour ajouter, retirer ou modifier des ligues, conférences, divisions et équipes. </P>
<P>Les informations sont stocké par dates, donc si vous modifiez quelque chose, les informations sont mises à jour à cette date. Vous pourrez reculer dans le temps et voir les changement dans la structure.</P>
<P> </P></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<SCRIPT language="javascript" type="text/javascript">
//Function that sends a standard text search used by manual search or alphabetical search
function sendsearch(value){
window.location = '?ltab=search&rtab=results<?php if(isset($_GET['addtoteam'])){echo '&addtoteam='.$_GET['addtoteam'];} ?>&textsearch='+escape(value);
}
//Check the appropriate boxes
<?php if(isset($_GET['textsearch'])){echo 'document.getElementById("textsearch").value = "'.$_SESSION['textsearch'].'";';} ?>
</SCRIPT>
|