-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/admin-1/skin/board_cf/
File Upload :
Current File : /var/www/html/admin-1/skin/board_cf/action.html

<!-- BEGIN OF FORM -->
<form method="post" action="$TOTAL[cmnnb]" onsubmit=" return _chkForm(this); " $INFO[enctype]>
	<input type="hidden" name="mode" value="$INFO[mode]">
	<input type="hidden" name="text_type" value="$INFO[text_type]">
	<table class="tskin02">
		<colgroup>
			<col width="15%">
			<col width="85%">
		</colgroup>
		<tbody>
			$INFO[frm_category]
			$INFO[frm_nstate]
			<tr>
				<th class="t">Á¦¸ñ</th>
				<td class="c">
				<script>
					_selectbox('title_color', T_COLOR, '$INFO[title_color]');

				</script>
				<input type="text" name="title" class="form" style="width:350px; " value="$INFO[title]"  dreq emsg=" Á¦¸ñÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä " >
				$INFO[frm_record]</td>
			</tr>
			$INFO[frm_subtitle]
			$INFO[frm_titleimage]
			$INFO[frm_preview]
			<tr>
				<th class="t">À̸§</th>
				<td class="c">
				<input type="text" name="name" class="form" style="width:150px; " value="$INFO[name]" dreq emsg=" À̸§À» ÀÔ·ÂÇØÁÖ¼¼¿ä " >
				</td>
			</tr>
			<tr>
				<th class="t">E-mail</th>
				<td class="c">
				<input type="text" name="email" class="form" style="width:350px; " value="$INFO[email]" emsg=" À̸ÞÀÏ Çü½Ä¿¡ ¸ÂÁö ¾Ê½À´Ï´Ù. " vtype="email" >
				</td>
			</tr>
			<tr>
				<th class="t">ºñ¹Ð¹øÈ£</th>
				<td class="c">
				<input type="password" name="pass" class="form" style="width:150px; " value="$INFO[pass]">
				$INFO[frm_secret] </td>
			</tr>
			$INFO[frm_select]
			$INFO[frm_head]
			$INFO[frm_movie]
		</tbody>
	</table>
$INFO[contents]
$INFO[frm_file]
	<p style="text-align:center;">
		<input type="image" src="/img/admin/bt/bt_confirm.gif" border="0" alt="È®ÀÎ" align="absmiddle">
		<a href="javascript:history.go(-1);"><img src="/img/admin/bt/bt_cancel.gif" align="absmiddle"></a>
	</p>
</form>
<!-- END OF FORM -->
<!-- BEGIN OF SUB TITLE -->
<tr>
	<th class="t">¼ÒÁ¦¸ñ</th>
	<td class="c">
	<input type="text" name="title_s" class="form" style="width:400px; " value="$INFO[title_s]">
	</td>
</tr>
<!-- END OF SUB TITLE -->
<!-- BEGIN OF TITLE IMAGE -->
<tr>
	<th class="t">À̹ÌÁö<</th>
	<td class="c" style="line-height:150%;">
	<input type="file" name="main_image" class="form" style="width:350px; ">
	$INFO[main_image]
	<br>
	&middot; °¡·Î $INFO[width]px ¡¿ ¼¼·Î $INFO[height]px ÀÇ ºñÀ²¿¡ ¸ÂÃç ÀÚµ¿Ãà¼ÒµÇ¸ç ¿øº»À̹ÌÁö´Â ÀúÀåµÇÁö ¾Ê½À´Ï´Ù.
	<br>
	&middot; $INFO[message]</td>
</tr>
<!-- END OF TITLE IMAGE -->
<!-- BEGIN OF RECORD -->
<script>
	_radiobutton('record_type', RECORD, '$INFO[record_type]');

</script>
<!-- END OF RECORD -->
<!-- BEGIN OF SECRET -->
<input type="hidden" name="secret_type" value="Y" >
<!--input type="checkbox" name="secret_type" value="Y" $INFO[secret_type]-- 2015.0809 À­ÁÙ·Î ¼öÁ¤>
ºñ¹Ð±Û-->
<!-- END OF SECRET -->
<!-- BEGIN OF FILE -->
	<table width="100%" style="margin-top:10px;">
		<tr>
			<td rowspan="2">
			<input type="hidden" name="temp_code" value="$INFO[temp_code]">
			<select name="tmp_upload_list" class="form" rows="3" style="width:350px; height:50px" id="temp_upload_list" multiple onchange=" limitselectcount( this.selectedIndex, this )">
				<option value="" style="text-align:center"> - ÷ºÎÆÄÀÏ ¸®½ºÆ® </option>
				$INFO[filelist]
			</select></td>
			<td align="right">
			<nobr>
				<input type="text" style="text-align:right; width:40px; border:0; height:15;" name="nowsize" maxlength="4" value="$INFO[nowsize]" class="form" readOnly >
				<span style="font-size:9pt; color:gray">KB / 4000KB
			</nobr></td>
		</tr>
		<tr>
			<td align="right" >
			<nobr>
				<a href="javascript:;" onclick=" adduploadfile('$TOTAL[code]' , 'contents')"><img src="/img/admin/bt/bt_add.gif" align="absmiddle"></a><a href="javascript:;" onclick=" deluploadfile('$TOTAL[code]')"><img src="/img/admin/bt/bt_del.gif" align="absmiddle"></a></span>
			</nobr></td>
		</tr>
	</table>
<!-- END OF FILE -->
<!-- BEGIN OF SELECT -->
<tr>
	<th class="t">¼±ÅÃ</td> <td span class="contentstyle pd_l8">
	<script>
		_$INFO[slt_type]('select_main[]', $INFO[slt_name], '$INFO[select_main]');

	</script></td>
</tr>
<!-- END OF SELECT -->
<!-- BEGIN OF HEAD -->
<tr>
	<th class="t">ºÐ·ù</th>
	<td class="c">
	<script>
		$INFO[hd_type]('head_numid', $INFO[hd_name], '$INFO[head_numid]', null, null, null, ' $INFO[hd_required] ');

	</script></td>
</tr>
<!-- END OF HEAD -->
<!-- BEGIN OF CATEGORY -->
<!--tr>
<th class="t">ºÐ·ù</td>
<td span class="contentstyle pd_l8"><script> _write( $INFO[category_info] , '$INFO[category_numid]' ) ; </script></td>
</tr-->
<!-- END OF CATEGORY -->
<!-- BEGIN OF MOVIE -->
<tr>
	<th class="t" rowspan="3">樨毢</th>
	<td class="c">¹Ì¸®º¸±â :
	<input type="file" name="mov_image" style="width:400px;" class="form" useext="gif,jpg,png" emg=" gif, jpg, png ÀÎ À̹ÌÁö ÆÄÀϸ¸ ¼±ÅÃÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù. ">
	$INFO[mov_image]</td>
</tr>
<tr>
	<td class="c">÷ºÎÆÄÀÏ :
	<input type="file" name="mov_video" style="width:400px;" class="form" >
	$INFO[mov_video]</td>
</tr>
<tr>
	<td class="c">¿ÜºÎ¸µÅ© :
	<input type="text" name="mov_video_link" style="width:400px;" class="form" value="$INFO[mov_video_link]">
	$HINT[use_movie] </td>
</tr>
<!-- END OF MOVIE -->

<!-- BEGIN OF NOW STATE -->
			<tr>
				<th class="t">ÁøÇà»çÇ×</th>
				<td class="c">
<script language="javascript">
var BOARDCFSTATE = new Array($INFO[BOARDCFSTATE]) ;
_radiobutton( 'bstate' , BOARDCFSTATE , '$INFO[bstate]') ;
</script>
				</td>
			</tr>
<!-- END OF NOW STATE -->

Copyright © 2017 || Recoded By Mr.Bumblebee