File "newfile.php"

Full Path: /home/analogde/www/files02/newfile.php
File size: 1.55 KB
MIME-type: text/html
Charset: utf-8

<?	
require("./config.inc.php");
require("./funcs.inc.php");
PutHeader();
?>
<SCRIPT LANGUAGE="JavaScript">
function PasVideRepertoire(form)
{
	Prts = form.rep.value.length;
	if(Prts == 0)
	{
		alert(<? echo $strFileRepAlertChamps; ?>);
		erreur = false;
	}
	else erreur = true;
	return erreur;
}
</SCRIPT>
<BODY><?
$strTitre = $strFileNewTitre;
include "./head.inc.php";
?><TABLE width=100% BORDER="0" CELLPADDING="0" cellspacing=0><TR><TD width=100%><TABLE width=100% width=100%  cellspacing=0 cellpadding=0><TR>
<TD><table border=1 width=100% bgcolor="#D6D3CE" cellspacing=0 cellpadding=1><tr><td><? echo $strCreerRepFileN; ?><? echo $Directory; ?></td></tr></table></TD>
</TR></TABLE><BR>
<table cellspacing=20><tr><td>
<FORM  ACTION="./index.php" METHOD="POST">
<? echo $strCreerRepNomRepFileN ?><BR>
<INPUT class=btntext TYPE="text"	 NAME="rep"    SIZE="20" MAXLENGTH="40"><P>
<INPUT TYPE="hidden" NAME="Directory" VALUE="<? echo $Directory; ?>">
<INPUT TYPE="hidden" NAME="action" VALUE="<? echo $action; ?>">
<INPUT TYPE="hidden" NAME="sort"    VALUE="<? echo $sort; ?>">

<TABLE><TR>
<TD><INPUT class=btn  TYPE="Submit" VALUE="<? echo $strCreerRep; ?>" ONCLICK="return PasVideRepertoire(this.form)"></TD>
</FORM>
<FORM METHOD="post" ACTION="./index.php">
<TD><INPUT TYPE="Submit"  class=btn VALUE="<? echo $strAnnuler; ?>" ></TD>
</TR></TABLE>
<INPUT TYPE="hidden" NAME="Directory" VALUE="<? echo $Directory; ?>">
<INPUT TYPE="hidden" NAME="sort"    VALUE="<? echo $sort; ?>">
</FORM>
</TD></TR></TABLE>

</TD></TR></TABLE>
<BR>
<? include "./foot.inc.php"; ?>
</BODY>
</HTML>