PV.Pat File Manager
Kernel Version: Linux webm010.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Domains: CANT READ named.confSites Server IP: 10.127.20.10 [Bing Search] [Zone-H]
| Path : /home/sptporgazz/www/backoffice/modules/ |
| Current File : /home/sptporgazz/www/backoffice/modules/tiny.php~ |
<?php ?>
<script type="text/javascript" src="modules/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init
({
mode : "textareas",
plugins : "paste",
theme : "advanced",
language: "fr",
theme_advanced_buttons1: "bold,italic,underline,|,undo,redo,|,outdent,indent,|,forecolor,|,bullist,numlist,|,fontsizeselect,|,link,unlink,|,code",
theme_advanced_buttons2: "",
theme_advanced_buttons3: ""
});
function trim(str)
{
return str.replace(/(^\s*)|(\s*$)/g,"")
}
function veriform()
{
var f=document.formulaire;
var strErr="";
if(strErr!="")
{
strErr="Des erreurs sont apparues dans le formulaire : merci de les corriger.\n"+strErr;
alert(strErr);
return false;
}
return true;
}
</script>
<script language="javascript">
function confDel()
{
return confirm("Voulez-vous continuer?");
}
function verifValue(champ)
{
if(champ.value.length < 2 )
{
surligne(champ, true);
return false;
}
else
{
surligne(champ, false);
return true;
}
}
</script>