AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.145.106.176


Current Path : /var/www/lhjmq-records.qc.ca/public_html/administration/regis_struct/components/
Upload File :
Current File : /var/www/lhjmq-records.qc.ca/public_html/administration/regis_struct/components/operationstab.php

<?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&eacute;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>
            </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">&nbsp;&nbsp;<B><A href="#" onClick="document.display_date_form.submit();">Afficher</A></B>&nbsp;&nbsp;</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&eacute;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&eacute;rences, divisions et &eacute;quipes. </P>
						Les informations sont stock&eacute;es par date donc, si vous modifiez quelque chose, les informations sont mises &agrave; jour &agrave; cette date. Vous pourrez reculer dans le temps et voir les changements dans la structure.
<P>&nbsp;</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>