*/ $htmlTexArea = new HtmlTextArea(); $htmlTexArea->setTextAreaContent($explication_intranet_description); $htmlTexArea->setHtmlRenderToTable(); $content = $htmlTexArea->getHtmlResult(); if ($fichier) { $image_modif = " <{$html_table}>\n <tr class=titre_principal>\n <td> \n <span > <a href=" . ModuleConfigLib::CHEMIN_ACCES_UPLOAD . $fichier . " onclick=\"window.open(this.href); return false;\" >" . $fichier . "</a></span>\n </tr> \n </table>"; } $bouton_record = ""; /** * Modification de la description */ if ($edit_mode) { $bouton_record = "<tr><td>\n <center>\n <input type=submit value='Enregistrer'>\n </center>\n "; $htmlTexArea->setIsEditable(TRUE); $htmlTexArea->initObject(IntranetColumnInfoModel::FIELDNAME_EXPLICATION_INTRANET_COLUMN_INFO, NULL, $htmlTexArea->getTextAreaContent(), NULL, NULL, NULL); $content = $htmlTexArea->getHtmlResult(); $image_modif = "<form method=POST action=upload.php enctype=multipart/form-data>\t\n <{$html_table}>\n <tr class=titre_principal>\n <td> \n <span > <a href=" . ModuleConfigLib::CHEMIN_ACCES_UPLOAD . $fichier . " onclick=\"window.open(this.href); return false;\" >" . $fichier . "</a></span>\n </td>\n <td>\n <!-- On limite le fichier à 10Go -->\n <input type=hidden name=MAX_FILE_SIZE value=85899345920>\n <input type=hidden name=id_intranet_column_info value={$idIntranetColumnInfo}>\n Fichier : <input type=file name=avatar >\n <input type=submit name=envoyer value=\"Envoyer le fichier\" >\n </td></tr> \n </table>\n </form>"; if ($fichier) { $image_supp = "<td> \n <span > <a href=popup-mysql_field_desc_post.php?id_intranet_column_info=" . $idIntranetColumnInfo . "&action=supprimer >Supprimer le fichier</a></span>\n </tr> "; } } /* Sélection du mode d'affichage */ switch ($output) { /* * *********** Début Code PDF * *********** */ case "pdf": //Constructeur