diff --git a/includes/infogreffe/form_commande.php b/includes/infogreffe/form_commande.php index 7376930ce..be40f6346 100644 --- a/includes/infogreffe/form_commande.php +++ b/includes/infogreffe/form_commande.php @@ -1,25 +1,4 @@ - - - +

Saisir une adresse email

Recevoir le document directement par mail (sous 3/5 jours ouvrés)

Merci de préciser votre adresse email pour recevoir le document @@ -40,8 +19,19 @@ Siren : " size="40"/>

Votre commande ne sera pas validé si l'adresse email est vide.
Après validation, patientez pour avoir votre référence de commande.

- - - - \ No newline at end of file + +
\ No newline at end of file diff --git a/www/error.php b/www/error.php deleted file mode 100644 index d282f7511..000000000 --- a/www/error.php +++ /dev/null @@ -1,70 +0,0 @@ - - - - - Scores & Décisions - Erreur <?=$_REQUEST['errtyp']?> - - - - - - -
- - - - - - - -
 
- - - - -
Erreur

Syntaxe de la requête incorrecte !

"; - break; - case 401: - echo "UNAUTHORIZED

Accès non authorisé !

"; - break; - case 402: - echo "PAYMENT REQUIRED

Données de paiement incorrectes !

"; - break; - case 403: - echo "FORBIDDEN

Accès interdit !

"; - break; - case 404: - echo "NOT FOUND

La page demandée n'existe pas !

"; - break; - case 500: - echo "INTERNAL ERROR

Erreur serveur inattendue !

"; - break; - case 501: - echo "NOT IMPLEMENTED

Service non implémenté !

"; - break; - case 502: - echo "SERVICE TEMPORARILY OVERLOADED

Serveur temporairementsurchargé !

"; - break; - default: - echo "INTERNAL ERROR

Erreur serveur inattendue !

"; - break; - } - - ?>
-

Retourner à la page précédente.
-
- Revenir à l'accueil du site.

-
-
-© 2006- Scores & Décisions SAS - Tous droits réservés -
- - \ No newline at end of file diff --git a/www/js/combine/scripts_greffes.js b/www/js/combine/scripts_greffes.js index fbc64fcdc..855d3cd4e 100644 --- a/www/js/combine/scripts_greffes.js +++ b/www/js/combine/scripts_greffes.js @@ -1,5 +1,5 @@ $(document).ready(function() -{$('.dialogcmd').live('click',function(){var title=$(this).attr('title');var href=$(this).attr('href');var dialogOpts={bgiframe:true,title:title,width:550,height:300,modal:true,open:function(event,ui){$(this).html('Chargement...');$(this).load(href);},close:function(){$('#dialogcmd').remove();}};$('
').dialog(dialogOpts);return false;});$('span.fichier > a').live('click',function(e){e.preventDefault();var objet=$(this).parent('span');objet.html('
Chargement du fichier...');var url=$(this).attr('href');$.post(url+'&ajax=true',function(data,textStatus) +{$('.dialogcmd').live('click',function(){var title=$(this).attr('title');var href=$(this).attr('href');var dialogOpts={bgiframe:true,title:title,width:550,height:300,modal:true,open:function(event,ui){$(this).html('Chargement...');$(this).load(href);},buttons:{Valider:function(){$('form[name=commande]').submit();},Annuler:function(){$(this).dialog('close');}},close:function(){$('#dialogcmd').remove();}};$('
').dialog(dialogOpts);return false;});$('span.fichier > a').live('click',function(e){e.preventDefault();var objet=$(this).parent('span');objet.html('
Chargement du fichier...');var url=$(this).attr('href');$.post(url+'&ajax=true',function(data,textStatus) {if(data==''||data=='FALSE'||textStatus=='timeout') {data='
Le chargement du fichier a échoué';} objet.replaceWith(data);});});$('a.multiactes').live('click',function(e){e.preventDefault();var url=$(this).attr('href');var objet=$(this).parent('td');objet.html('Commande en cours...');$.post(url+'&ajax=true',function(data,textStatus) diff --git a/www/js/greffes.js b/www/js/greffes.js index 7c2d008b6..4c9f7578c 100644 --- a/www/js/greffes.js +++ b/www/js/greffes.js @@ -13,6 +13,10 @@ $(document).ready(function() $(this).html('Chargement...'); $(this).load(href); }, + buttons: { + Valider: function() { $('form[name=commande]').submit(); }, + Annuler: function() { $(this).dialog('close'); } + }, close: function() { $('#dialogcmd').remove(); } }; $('
').dialog(dialogOpts);