mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
회원정보 보기시에 쪽지함보기/친구보기/작성글 보기를 title에 select box로 모음. 작성글 보기 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1981 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68f7f1a30f
commit
4593918f77
16 changed files with 211 additions and 87 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{@ $member_title = $lang->msg_update_member}
|
||||
<!--#include("./common_header.html")-->
|
||||
|
||||
<!--%import("filter/modify_info.xml")-->
|
||||
<!--@if($member_config->image_name == 'Y')-->
|
||||
<!--%import("filter/delete_image_name.xml")-->
|
||||
|
|
@ -9,10 +11,6 @@
|
|||
|
||||
<!--%import("../../tpl/js/krzip_search.js")-->
|
||||
|
||||
<div class="boardHeader">
|
||||
<h3>{$lang->msg_update_member}</h3>
|
||||
</div>
|
||||
|
||||
<form id="fo_insert_member" action="./" method="post" onsubmit="return procFilter(this, modify_info)" <!--@if($member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->>
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue