mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
35
modules/member/skins/cozy_simple/common_header.html
Normal file
35
modules/member/skins/cozy_simple/common_header.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<!--%import("js/member.js")-->
|
||||
<!-- 컬러셋 체크 -->
|
||||
<!--@if(!$member_config->colorset)-->
|
||||
{@$member_config->colorset = "red"}
|
||||
<!--@end-->
|
||||
|
||||
<!-- CSS 파일 로드 (컬러셋에 따라서) -->
|
||||
<!--%import("css/common.css")-->
|
||||
<!--@if($member_config->colorset == "bluish_green")--> <!--%import("css/bluish_green.css")-->
|
||||
<!--@elseif($member_config->colorset == "pink")--> <!--%import("css/pink.css")-->
|
||||
<!--@elseif($member_config->colorset == "blue")--> <!--%import("css/blue.css")-->
|
||||
<!--@elseif($member_config->colorset == "green")--> <!--%import("css/green.css")-->
|
||||
<!--@else--> <!--%import("css/red.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" class="buttonTypeGo"/>
|
||||
</form>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue