BossBey File Manager
PHP:
7.3.31-1~deb10u1
OS:
Linux
User:
www-data
Root
/
home
/
www
/
inorg
/
coord_old
📤 Upload
рџ“ќ New File
рџ“Ѓ New Folder
Close
Editing: edit_page_mce.php
<?php include("FCKeditor/fckeditor.php") ; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <?php include_once("db_connect_incl.php"); include_once("auth_incl.php"); include_once("settings_incl.php"); $section=$_GET['section']; if ($rez<50) {exit();}; ?> <html> <head> <title>Лаборатория Химии Координационных Соединений</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <link href="stylesheet.css" rel="stylesheet" type="text/css"> <script language="javascript" type="text/javascript" src="tinymce/jscripts/tiny_mce/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template", // Theme options theme_advanced_buttons1 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview", theme_advanced_buttons2 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,forecolor,backcolor", theme_advanced_buttons3 : "styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons4 : "tablecontrols", theme_advanced_buttons5 : "hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen", theme_advanced_buttons6 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_statusbar_location : "bottom", body_class : "text_bg", content_css : "/stylesheet.css", theme_advanced_resizing : false }); </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="830" cellspacing="0" cellpadding="0" border="0" align="center"><tr><td> <form action="edit_page_mce_apply.php<?php echo ("?section=$section$add"); ?>" method="post"> <textarea name="text" style="width: 815px; height: 700px; background-color: FAF0E6;"> <?php $text=""; $f=file("index${'section'}_incl.php"); for ($i=0; $i < sizeof($f); $i++) { $text=$text.$f[$i]; } echo $text; ?> </textarea> <br> <input type="submit" value="Submit"> </form> </td></tr></table> </body> </html>
Save
Cancel