?PNG  IHDR ? f ??C1 sRGB ?? gAMA ? a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
"; echo ""; $m_classID = (int)$_GET['classID']; if ($m_classID) { echo ""; } jsinit(0); for($i=0; $i < $fldCount; $i++) if ($fldType[$i] == 3) { $editor = strpos($fldFmt[$i], 'editor') !== false; if ($editor) { // if ($elements) $elements .= ",as_".$fld[$i]; // else $elements = "as_".$fld[$i]; if ($elements) $elements .= ",'as_".$fld[$i]."'"; else $elements = "'as_".$fld[$i]."'"; } } if ($elements) { require_once($DOCUMENT_ROOT.$EDITOR_PATH.'cmsconnect.php'); echo editor_start($elements); } if ($as_admin && !$systemTableID) { echo "

"._LANG_MAIN_OPTIONS."

"; echo ""; if ($moderationID==1 && $action=="add" && !isset($as_Checked)) $as_Checked = 1; ?>

>

Метки
"; drawTagsField($classID,$section,$message); echo "
"; } } ?>

"._LANG_FIELDS_OF_DATA."

"; } for($i=0; $i<$fldCount; $i++) { $fldNameTempl = $fldName[$i].":".($fldNotNull[$i]?" *":"")."
"; $no_edit = false; switch ($fldTypeOfEdit[$i]) { case 1: break; // all case 2: if (!$as_admin) $no_edit = true; break; // admins case 3: $no_edit = true; break; // nobody } if ($user_table_mode && $fld[$i]==$CMS_AUTHORIZE_FIELD && $action=="change") $no_edit = true; if ($no_edit) continue; if ($SectionID) { $res = mysql_query("SELECT * FROM `".(LOWER_CASE_TABLES ? "section" : "Section")."` WHERE `Section_ID` = $SectionID",$LinkID); $fld_list = mysql_fetch_array($res); if (!$fldValue[$i]) $fldValue[$i] = $fld_list[$fld[$i]]; } switch($fldType[$i]) { case 1: // Char if ($fldFmt[$i] == "url" && $fldValue[$i] == "") $fldValue[$i] = "http://"; if ($fldFmt[$i] == "password") $inputType = "password"; else $inputType = "text"; echo "

"; break; case 2: // Int echo "

"; break; case 3: // Text preg_match("/(\d+):(\d+)/", $fldFmt[$i], $matches); if ($matches[2]) { $rows = $matches[2]; } else { $rows = 10; } $editor = strpos($fldFmt[$i], 'editor') !== false; if ($editor) $rows = $rows + 6; echo "
"; break; case 4: // List echo "
"; break; case 5: // Bool if ($fldNotNull[$i]) { echo "

"; } else { echo "

"; } echo "
"; break; case 6: // File echo "\n"; echo "

"; $file_name = "as_".$fld[$i]."_name"; $file_name = $$file_name; echo "
"; //echo ""; //echo ""; if ($fldValue[$i] && $action=="change" && $message) { eval("if (\$as_".$fld[$i]."_old) \$fldValue[\$i] = \$as_".$fld[$i]."_old;"); list($filename,$origfilename,$filetype,$filesize,$filewidth,$fileheight) = split(":",$fldValue[$i]); echo "
"._LANG_UPLOADED.": ".$origfilename." (".($filewidth?$filewidth."x".$fileheight.", ":"").$filesize." "._LANG_BYTES.")"; if (!$fldNotNull[$i]) echo " "; } echo "

"; break; case 7: // Float // echo $fldNameTempl."
"; echo "

"; break; case 8: // DateTime if (!$fldValue[$i] && $fldNotNull[$i] && $fldFmt[$i]=="event" && $action=="add") $fldValue[$i] = date("Y-m-d H:i:s"); eval("if (!isset(\$as_$fld[$i]_year)) \$as_$fld[$i]_year = substr(\$fldValue[$i],0,4);"); eval("if (!isset(\$as_$fld[$i]_month)) \$as_$fld[$i]_month = substr(\$fldValue[$i],5,2);"); eval("if (!isset(\$as_$fld[$i]_day)) \$as_$fld[$i]_day = substr(\$fldValue[$i],8,2);"); eval("if (!isset(\$as_$fld[$i]_hours)) \$as_$fld[$i]_hours = substr(\$fldValue[$i],11,2);"); eval("if (!isset(\$as_$fld[$i]_minutes)) \$as_$fld[$i]_minutes = substr(\$fldValue[$i],14,2);"); eval("if (!isset(\$as_$fld[$i]_seconds)) \$as_$fld[$i]_seconds = substr(\$fldValue[$i],17,2);"); eval("\$this_day = \$as_".$fld[$i]."_day;"); eval("\$this_month = \$as_".$fld[$i]."_month;"); eval("\$this_year = \$as_".$fld[$i]."_year;"); eval("\$this_hours = \$as_".$fld[$i]."_hours;"); eval("\$this_minutes = \$as_".$fld[$i]."_minutes;"); eval("\$this_seconds = \$as_".$fld[$i]."_seconds;"); // echo $fldNameTempl."-- ::
"; echo ""; echo "
\n"; echo "

\n"; echo " -- ::"; echo "

\n"; echo "
\n"; echo "
"; break; case 9 : case 10 : $ftype = ($fldType[$i] == 9 ) ? "file" : "folder"; $field_id = "p-inp". $i; ?>

:

Тип поля не реализован

\n"; } switch ($action) { case "add": $submitBtnName = _LANG_SEND; break; case "change": $submitBtnName = _LANG_SAVE_CHANGES; break; } if ($user_table_mode && $submit==0 && $action=="add") { echo _LANG_PASS.": *


"; echo _LANG_PASS_CONFIRM2.": *


"; } if (!$systemTableID || $user_table_mode) { echo "* — "._LANG_FIELD_FILL.".

"; echo "
"; // if ($action!="add") echo " "; // echo ""; echo "
".($action=='add'? _LANG_MENU_ADD : _LANG_SAVE)."
"; echo "
".($action=='add'? _LANG_ADD_AGAIN : _LANG_APPLY)."
 
"; echo ""; } ?>