mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
#492 스크랩, 쪽지함 등에서 페이지 이동 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4350 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8cd2a8dfb1
commit
3d75af4870
4 changed files with 17 additions and 19 deletions
|
|
@ -18,19 +18,18 @@
|
|||
<div id="memberModule">
|
||||
|
||||
<!--@if($member_title)-->
|
||||
<div class="boardHeader">
|
||||
<h3>{$member_title}</h3>
|
||||
<div class="boardHeader">
|
||||
<h3>{$member_title}</h3>
|
||||
|
||||
<!--@if($is_logged && $logged_info->menu_list && (!$member_srl || $member_srl == $logged_info->member_srl) )-->
|
||||
<form action="./" method="get" class="member_option">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<select name="act">
|
||||
<div class="member_option">
|
||||
<select name="act" id="selected_act">
|
||||
<!--@foreach($logged_info->menu_list as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($key == $act)-->selected="selected"<!--@end-->>{Context::getLang($val)}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="image" src="./images/button_go.gif" />
|
||||
</form>
|
||||
<a href="#" onclick="location.href=current_url.setQuery('act', xGetElementById('selected_act').options[xGetElementById('selected_act').selectedIndex].value); return false;"><img src="./images/button_go.gif" border="0" alt="" class="button_go" /></a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
.boardInformation strong { font:bold 11px Tahoma; color:#ff6600;}
|
||||
|
||||
.boardHeader { position:relative; _width:100%; border-top:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.boardHeader .member_option { float:right; position:relative; top:1em; right:1em; }
|
||||
.boardHeader .member_option { float:right; position:relative; top:0.5em; right:1em; }
|
||||
.boardHeader select { vertical-align:bottom; }
|
||||
.boardHeader input { vertical-align:bottom; _padding-bottom:1px;}
|
||||
.boardHeader .essential { position:absolute; top:1.5em; right:1em; color:#54564b; font-size:.9em;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue