mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1981 201d5d3c-b55e-5fd7-737f-ddc643e51545
26 lines
809 B
HTML
26 lines
809 B
HTML
<!--%import("js/member.js")-->
|
|
|
|
<!--@if($colorset=="normal"||!$colorset)-->
|
|
{@ $colorset = "normal"; }
|
|
<!--%import("css/normal.css")-->
|
|
<!--@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-->
|