git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11817 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-10-23 01:35:23 +00:00
parent 66082d299e
commit 863cdb563c

View file

@ -260,7 +260,6 @@ callback : javascript callback 함수명
-->
<form action="?module=menu&act=procMenuAdminButtonUpload" class="_btn_normal" target="_submitTarget" method="post" enctype="multipart/form-data">
<input name="menu_item_srl" type="hidden" value=""/>
<input name="menu_normal_btn" type="hidden" value="new_img"/>
<input name="callback" type="hidden" value="top.onBtnImgUploaded"/>
<figure>
<figcaption>일반</figcaption>
@ -271,12 +270,11 @@ callback : javascript callback 함수명
<button type="button" class="_yesImg fileRemover x_btn x_pull-left">삭제</button>
<input type="file" class="_yesImg overlap x_btn x_btn-primary x_pull-right" title="변경">
<input type="file" name="new_img" class="_noImg overlap x_btn x_btn-primary x_pull-right" title="이미지 올리기">
<input type="file" name="menu_normal_btn" class="_noImg overlap x_btn x_btn-primary x_pull-right" title="이미지 올리기">
</div>
</form>
<form action="?module=menu&act=procMenuAdminButtonUpload" class="_btn_hover" target="_submitTarget" method="post" enctype="multipart/form-data">
<input name="menu_item_srl" type="hidden" value=""/>
<input name="menu_hover_btn" type="hidden" value="new_img"/>
<input name="callback" type="hidden" value="top.onBtnImgUploaded"/>
<figure>
<figcaption>마우스 오버</figcaption>
@ -288,12 +286,11 @@ callback : javascript callback 함수명
<button type="button" class="_yesImg fileRemover x_btn x_pull-left">삭제</button>
<input type="file" class="_yesImg overlap x_btn x_btn-primary x_pull-right" title="변경">
<input type="file" name="new_img" class="_noImg overlap x_btn x_btn-primary x_pull-right" title="이미지 올리기">
<input type="file" name="menu_hover_btn" class="_noImg overlap x_btn x_btn-primary x_pull-right" title="이미지 올리기">
</div>
</form>
<form action="?module=menu&act=procMenuAdminButtonUpload" class="_btn_selected" target="_submitTarget" method="post" enctype="multipart/form-data">
<input name="menu_item_srl" type="hidden" value=""/>
<input name="menu_active_btn" type="hidden" value="new_img"/>
<input name="callback" type="hidden" value="top.onBtnImgUploaded"/>
<figure>
<figcaption>선택 됨</figcaption>
@ -305,7 +302,7 @@ callback : javascript callback 함수명
<button type="button" class="_yesImg fileRemover x_btn x_pull-left">삭제</button>
<input type="file" class="_yesImg overlap x_btn x_btn-primary x_pull-right" title="변경">
<input type="file" name="new_img" class="_noImg overlap x_btn x_btn-primary x_pull-right" title="이미지 올리기">
<input type="file" name="menu_active_btn" class="_noImg overlap x_btn x_btn-primary x_pull-right" title="이미지 올리기">
</div>
</form>
</div>