-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
switch ( $total['mode'] )
{
// À̴ϼÈ, ÆÀ¸í(±×¿Ü »ç¿ëÀÚ¿Í µ¿ÀÏ)
case 'design_i' : $phpfile = $total['design'] . '/opt.subframe.php' ; $skinfile = $total['design'] . '/option_i.html' ; $total['view_skins'] = 'N' ; break ;
case 'design_t' : $phpfile = $total['design'] . '/opt.subframe.php' ; $skinfile = $total['design'] . '/option_t.html' ; $total['view_skins'] = 'N' ; break ;
case 'pop' : $phpfile = $total['design'] . '/opt.baseframe.php' ; $skinfile = $total['design'] . '/option.html' ; $total['view_skins'] = 'N' ; break ;
case 'delete' : $phpfile = $total['design'] . '/act.delete.php' ; break ;
case 'update' : $phpfile = $total['design'] . '/act.update.php' ; break ;
case 'modify' : $phpfile = $total['design'] . '/skn.modify.php' ; $skinfile = $total['design'] . '/action.html' ; $top_detail_title = '»óǰ¼öÁ¤' ; break ;
case 'insert' : $phpfile = $total['design'] . '/act.insert.php' ; break ;
case 'write' : $phpfile = $total['design'] . '/skn.write.php' ; $skinfile = $total['design'] . '/action.html' ; $top_detail_title = '»óǰµî·Ï' ; break ;
case 'copyin' : $phpfile = $total['design'] . '/act.copy.php' ; break ;
case 'copy' : $phpfile = $total['design'] . '/skn.copy.php' ; $skinfile = $total['design'] . '/action.html' ; $top_detail_title = '»óǰº¹»ç' ; break ;
//case 'view' : $phpfile = $total['design'] . '/skn.view.php' ; $skinfile = $total['design'] . '/view.html' ; break ;
case 'price' : $phpfile = $total['design'] . '/act.price.php' ; break ;
case 'move' : $phpfile = $total['design'] . '/act.move.php' ; break ;
case 'minq' : $phpfile = $total['design'] . '/act.min_qry.php' ; break ;
default : $phpfile = $total['design'] . '/skn.list.php' ; $skinfile = $total['design'] . '/list2.html' ; break ;
}
$act_hint = array(
'Moptions' => '<b>¾ÆÄ¡Çü ¿É¼Ç</b><br>
· ¾ÆÄ¡Çü¿É¼ÇÀº ¿É¼Ç¼±Åÿ©ºÎ¿¡ °ü°è¾øÀÌ ¼±Åýà Ãß°¡±Ý¾×ÀÌ ¹ß»ýÇÕ´Ï´Ù.<br>
<b>À̴ϼÈ</b><br>
· À̴ϼÈÀº ±Ý¾×°íÁ¤ÀÔ´Ï´Ù.<br>
· ¼ýÀÚ, Ư¼ö¹®ÀÚ´Â ¿µ¹®À¸·Î ºÐ·ùµË´Ï´Ù.<br>
· ¿µ¹®ÀÌ Æ÷ÇÔµÈ À̴ϼÈÀº ¿µ¹® ±Ý¾×À¸·Î °è»êµË´Ï´Ù. (Çѱ۷θ¸ ±¸¼ºµÉ °æ¿ì ÇÑ±Û ±Ý¾×À» »ç¿ë)<br>
<b>À§Ä¡º° ¿É¼Ç</b><br>
· °íÁ¤µÈ À§Ä¡ÀÇ ±Ý¾×Àº º°µµ û±¸µÇÁö ¾Ê½À´Ï´Ù. ÇÊ¿ä½Ã ÇØ´ç ¿É¼Ç¿¡ ´ëÇÑ ±Ý¾×Àº ÆÇ¸Å°¡¿¡ Æ÷ÇÔÇØÁÖ¼¼¿ä.<br>
· À§Ä¡º° Ã¼Å©ÇØÁ¦½Ã ÇØ´ç À§Ä¡´Â ÁÖ¹®ºÒ°¡ÀÔ´Ï´Ù. <br>
· ¾Õ¹øÈ£, µî¹øÈ£ , ÇÏÀÇ(ÁÂ)´Â µ¿ÀÏÇÑ ¼±ÅðªÀ» °¡Áý´Ï´Ù.'
) ;
$text_type = 'html' ;
function createTextEditor() {
include $_SERVER['DOCUMENT_ROOT'] . '/fckeditor/fckeditor.php' ;
$EDITOR = new FCKeditor('contents'); // textarea name
$EDITOR->BasePath = '/fckeditor/'; // ¼³Ä¡ÇÑ Æú´õ ÁöÁ¤
$EDITOR->Width = '100%'; // width
$EDITOR->Height = 400; // height
$EDITOR->Config['SkinPath'] = $EDITOR->BasePath . 'editor/skins/' . htmlspecialchars('silver') . '/' ;
$EDITOR->ToolbarSet = htmlspecialchars('Basic');
return $EDITOR ;
}
?>
Copyright © 2017 || Recoded By Mr.Bumblebee