mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +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
|
|
@ -6,3 +6,21 @@
|
|||
<!--@end-->
|
||||
|
||||
<div id="memberModule">
|
||||
|
||||
<!--@if($member_title)-->
|
||||
<div class="boardHeader">
|
||||
<h3>{$member_title}</h3>
|
||||
|
||||
<!--@if($is_logged && $my_menu)-->
|
||||
<form action="./" method="get" class="member_option">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<select name="act">
|
||||
<!--@foreach($my_menu as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($key == $act)-->selected="selected"<!--@end-->>{$val}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="image" src="./images/button_go.gif" />
|
||||
</form>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue