Subversion Repositories wimsdev

Rev

Rev 4785 | Rev 6839 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!set wims_module_log=error: $error

<span class="wims_warning">$wims_name_Error</span>.

!if empty_data iswordof $error
 !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category

 Veuillez remplir le champ <span class="tt wims_warning">$(tmp_$(empty_data))</span>
 et vérifiez les autres champs.
 !exit
!endif

!if bad_fname iswordof $error
 Nom de fichier illégal. Veuillez choisir un autre nom pour votre fichier.
 !exit
!endif

!if binary_file iswordof $error
 Fichier binaire interdit.
 !exit
!endif

!if illegal_filedesc iswordof $error
 Vous ne pouvez mettre que des définitions directes dans 
 <span class="tt wims_fname">filedesc</span>.
 !exit
!endif

!if badoriginal iswordof $error
 Ce module ne peut pas être copié.
 !exit
!endif

!if clash iswordof $error
 Le module de destination existe déjà.
 !exit
!endif

!if badtarget iswordof $error
 L'adresse de destination <span class="tt wims_address">$target</span> n'est pas bonne : 
 trop longue, trop courte, incomplète ou caractères non admis.<br/>
 Détail des erreurs : 
 <ul>
  !if incorrect_t1 iswordof $error
   <li>Zone incorrecte</li>
  !endif
  !if incorrect_t2 iswordof $error
   <li>Catégorie incorrecte</li>
  !endif
  !if incorrect_t3 iswordof $error
   <li>Nom incorrect</li>
  !endif
  !if incorrect_t4 iswordof $error
   <li>Langue incorrecte</li>
  !endif
  !if incorrect_tlen iswordof $error
   <li>longueur incorrecte</li>
  !endif
 </ul>
 !exit
!endif

!if symlink iswordof $error
 Impossible de copier le module source, car il contient des liens symboliques.
 !exit
!endif

!msg $error