diff --git a/application/controllers/FichierController.php b/application/controllers/FichierController.php
index f38e2ea66..df1bc949a 100644
--- a/application/controllers/FichierController.php
+++ b/application/controllers/FichierController.php
@@ -285,4 +285,28 @@ class FichierController extends Zend_Controller_Action
}
}
+ /**
+ * Gestion des fichiers Actes et Bilans
+ */
+ public function commentairesAction()
+ {
+ $directory = APPLICATION_PATH.'/../cache/commentaires';
+ $file = $this->getRequest()->getParam('fichier');
+ $output_file = $directory.'/'.$file;
+ if (file_exists($output_file) && filesize($output_file)>0) {
+ $content_type = 'application/pdf';
+ header('Content-type: '.$content_type.'');
+ header('Content-Length: '.filesize($output_file));
+ header('Content-MD5: '.base64_encode(md5_file($output_file)));
+ header('Content-Disposition: inline; filename="'.basename($output_file).'"');
+ header('Cache-Control: private, max-age=0, must-revalidate');
+ header('Pragma: public');
+ ini_set('zlib.output_compression','0');
+ echo file_get_contents($output_file);
+ } else {
+ echo "Erreur lors de l'affichage du fichier.";
+ }
+ }
+
+
}
\ No newline at end of file
diff --git a/cache/commentaires/161-Ccom stat proc coll.pdf b/cache/commentaires/161-Ccom stat proc coll.pdf
new file mode 100644
index 000000000..dac90ce44
Binary files /dev/null and b/cache/commentaires/161-Ccom stat proc coll.pdf differ
diff --git a/cache/commentaires/165b-Ccom Sauvegarde.pdf b/cache/commentaires/165b-Ccom Sauvegarde.pdf
new file mode 100644
index 000000000..431d20ca7
Binary files /dev/null and b/cache/commentaires/165b-Ccom Sauvegarde.pdf differ
diff --git a/cache/commentaires/167b-Ccom Redr Jud.pdf b/cache/commentaires/167b-Ccom Redr Jud.pdf
new file mode 100644
index 000000000..fe906b3ed
Binary files /dev/null and b/cache/commentaires/167b-Ccom Redr Jud.pdf differ
diff --git a/cache/commentaires/169-Ccom AncienRjLj.pdf b/cache/commentaires/169-Ccom AncienRjLj.pdf
new file mode 100644
index 000000000..8cbc2393f
Binary files /dev/null and b/cache/commentaires/169-Ccom AncienRjLj.pdf differ
diff --git a/cache/commentaires/169-Liquidation Judiciaire.pdf b/cache/commentaires/169-Liquidation Judiciaire.pdf
new file mode 100644
index 000000000..02aad4cb4
Binary files /dev/null and b/cache/commentaires/169-Liquidation Judiciaire.pdf differ
diff --git a/cache/commentaires/169xb-Ccom rjljrecours.pdf b/cache/commentaires/169xb-Ccom rjljrecours.pdf
new file mode 100644
index 000000000..6edcaff12
Binary files /dev/null and b/cache/commentaires/169xb-Ccom rjljrecours.pdf differ
diff --git a/cache/commentaires/docs/_notes/dwsync.xml b/cache/commentaires/docs/_notes/dwsync.xml
new file mode 100644
index 000000000..a0d7afd31
--- /dev/null
+++ b/cache/commentaires/docs/_notes/dwsync.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cache/commentaires/docs/assurance-credit-cap.pdf b/cache/commentaires/docs/assurance-credit-cap.pdf
new file mode 100644
index 000000000..2717881cd
Binary files /dev/null and b/cache/commentaires/docs/assurance-credit-cap.pdf differ
diff --git a/cache/commentaires/docs/ccsf-codefi-ciri-credit-impot.pdf b/cache/commentaires/docs/ccsf-codefi-ciri-credit-impot.pdf
new file mode 100644
index 000000000..0b8a46753
Binary files /dev/null and b/cache/commentaires/docs/ccsf-codefi-ciri-credit-impot.pdf differ
diff --git a/cache/commentaires/docs/ccsf-codefi-ciri.pdf b/cache/commentaires/docs/ccsf-codefi-ciri.pdf
new file mode 100644
index 000000000..fc07b0cf9
Binary files /dev/null and b/cache/commentaires/docs/ccsf-codefi-ciri.pdf differ
diff --git a/cache/commentaires/docs/ccsf.pdf b/cache/commentaires/docs/ccsf.pdf
new file mode 100644
index 000000000..97c612663
Binary files /dev/null and b/cache/commentaires/docs/ccsf.pdf differ
diff --git a/cache/commentaires/docs/chomage.pdf b/cache/commentaires/docs/chomage.pdf
new file mode 100644
index 000000000..31f8263ae
Binary files /dev/null and b/cache/commentaires/docs/chomage.pdf differ
diff --git a/cache/commentaires/docs/circulaire-23mars2009.pdf b/cache/commentaires/docs/circulaire-23mars2009.pdf
new file mode 100644
index 000000000..97435f867
Binary files /dev/null and b/cache/commentaires/docs/circulaire-23mars2009.pdf differ
diff --git a/cache/commentaires/docs/circulaire-27aout2009.pdf b/cache/commentaires/docs/circulaire-27aout2009.pdf
new file mode 100644
index 000000000..fd362c64c
Binary files /dev/null and b/cache/commentaires/docs/circulaire-27aout2009.pdf differ
diff --git a/cache/commentaires/docs/codefi-ciri.pdf b/cache/commentaires/docs/codefi-ciri.pdf
new file mode 100644
index 000000000..722d306dd
Binary files /dev/null and b/cache/commentaires/docs/codefi-ciri.pdf differ
diff --git a/cache/commentaires/docs/factor-oseo.pdf b/cache/commentaires/docs/factor-oseo.pdf
new file mode 100644
index 000000000..601d6149d
Binary files /dev/null and b/cache/commentaires/docs/factor-oseo.pdf differ
diff --git a/cache/commentaires/docs/lease-back.pdf b/cache/commentaires/docs/lease-back.pdf
new file mode 100644
index 000000000..e21a88906
Binary files /dev/null and b/cache/commentaires/docs/lease-back.pdf differ
diff --git a/cache/commentaires/docs/loi-sauvegarde.pdf b/cache/commentaires/docs/loi-sauvegarde.pdf
new file mode 100644
index 000000000..17215b449
Binary files /dev/null and b/cache/commentaires/docs/loi-sauvegarde.pdf differ
diff --git a/cache/commentaires/docs/mandat-ad-hoc.pdf b/cache/commentaires/docs/mandat-ad-hoc.pdf
new file mode 100644
index 000000000..f1c5f6ab8
Binary files /dev/null and b/cache/commentaires/docs/mandat-ad-hoc.pdf differ
diff --git a/cache/commentaires/docs/mediation-du-credit.pdf b/cache/commentaires/docs/mediation-du-credit.pdf
new file mode 100644
index 000000000..c4cd8696b
Binary files /dev/null and b/cache/commentaires/docs/mediation-du-credit.pdf differ
diff --git a/cache/commentaires/docs/oseo-garantie-innovation-financement.pdf b/cache/commentaires/docs/oseo-garantie-innovation-financement.pdf
new file mode 100644
index 000000000..f53ad3b84
Binary files /dev/null and b/cache/commentaires/docs/oseo-garantie-innovation-financement.pdf differ
diff --git a/cache/commentaires/docs/oseo-innovation.pdf b/cache/commentaires/docs/oseo-innovation.pdf
new file mode 100644
index 000000000..e7e6800e9
Binary files /dev/null and b/cache/commentaires/docs/oseo-innovation.pdf differ
diff --git a/cache/commentaires/docs/oseo-soutien.pdf b/cache/commentaires/docs/oseo-soutien.pdf
new file mode 100644
index 000000000..e2a9109d8
Binary files /dev/null and b/cache/commentaires/docs/oseo-soutien.pdf differ
diff --git a/cache/commentaires/docs/plan-moratorie.pdf b/cache/commentaires/docs/plan-moratorie.pdf
new file mode 100644
index 000000000..ef7f7dc4a
Binary files /dev/null and b/cache/commentaires/docs/plan-moratorie.pdf differ
diff --git a/cache/commentaires/docs/reduction-frais-generaux.pdf b/cache/commentaires/docs/reduction-frais-generaux.pdf
new file mode 100644
index 000000000..f25d4504f
Binary files /dev/null and b/cache/commentaires/docs/reduction-frais-generaux.pdf differ
diff --git a/cache/commentaires/docs/relance.pdf b/cache/commentaires/docs/relance.pdf
new file mode 100644
index 000000000..db1353fd3
Binary files /dev/null and b/cache/commentaires/docs/relance.pdf differ
diff --git a/cache/commentaires/docs/renforcement-fonds-propres.pdf b/cache/commentaires/docs/renforcement-fonds-propres.pdf
new file mode 100644
index 000000000..726cfd900
Binary files /dev/null and b/cache/commentaires/docs/renforcement-fonds-propres.pdf differ
diff --git a/cache/commentaires/passeport-de-la-relance.htm b/cache/commentaires/passeport-de-la-relance.htm
new file mode 100644
index 000000000..a48db61ed
--- /dev/null
+++ b/cache/commentaires/passeport-de-la-relance.htm
@@ -0,0 +1,59 @@
+
+
+
+LE PASSEPORT DE LA RELANCE avec le CSOEC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cache/commentaires/roue-relance.swf b/cache/commentaires/roue-relance.swf
new file mode 100644
index 000000000..925cdfe66
Binary files /dev/null and b/cache/commentaires/roue-relance.swf differ