"; $cookie_script_start = "/*"; $cookie_script_end = "*/"; $readonly = "readonly"; } if($mode != reply) { $reply_start = ""; } if($mode == modify) { $c_name = $row[C_NAME]; $m_email = $row[C_EMAIL]; } else { $c_name = $HTTP_COOKIE_VARS[cookie_name]; $m_email = $f_email; } if($mode != modify or $row[C_REPLY_MAIL] != 0) { $reply_mail = "checked";} if($row[C_USETAG]) { $use_tag = "checked"; } if(check_auth_user($table, $env[JINA_AUTH_NOTICE], $HTTP_COOKIE_VARS[cookie_id], $Conn) and $mode == write) { $check_auth_user_notice = " °øÁö»çÇ×"; } if(!$env[JINA_UPLOAD]) { $upload_start1 = ""; } if(!$env[JINA_IMAGE]) { $upload_start2 = ""; } // ³»¿ë ¼öÁ¤½Ã ÆÄÀÏÀÌ ÀÌ¹Ì ¾÷·Îµå µÇ¾îÀÖ°í ÆÄÀÏÀ» º¯°æÇÏÁö ¾Ê¾Ò´Ù¸é ¾÷·ÎµåµÈ ÆÄÀÏÀ̸§, »çÀÌÁ ±×´ë·Î ´Ù½Ã ¾÷µ¥ÀÌÆ®ÇØÁØ´Ù. r_file_name // ÆÄÀÏÀ» º¯°æÇÏ¿´´Ù¸é »õ·Î¿î ÆÄÀÏÀ̸§, »çÀÌÁ ¾÷µ¥ÀÌÆ®ÇÑ´Ù. f_file_name if($mode == modify and strlen($row[C_FILENAME]) > 0) { $upload_form1 = $row[C_FILENAME] . " (ÀÌ)°¡ ¾÷·Îµå µÇ¾îÀÖ½À´Ï´Ù.
"; } else { $file_name_start = ""; } if($mode == modify and strlen($row[C_IMAGENAME]) > 0) { $upload_form2 = $row[C_IMAGENAME] . " (ÀÌ)°¡ ¾÷·Îµå µÇ¾îÀÖ½À´Ï´Ù.
"; } else { $image_name_start = ""; } include "./skin/$env[JINA_SKIN_NAME]/write_skin.php"; include "./include/jina_footer.php"; ?>