mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
469 B
HTML
15 lines
469 B
HTML
<!--@if($colorset == "black")-->
|
|
<!--%import("./css/black.css")-->
|
|
<!--@elseif($colorset == "white" || $colorset == "normal")-->
|
|
<!--%import("./css/white.css")-->
|
|
<!--@end-->
|
|
|
|
<div class="widgetContainer">
|
|
|
|
<ul class="widgetUlistA">
|
|
<!--@foreach($widget_info->member_list as $key => $val)-->
|
|
<li><a href="#" onclick="return false;" class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</a></li>
|
|
<!--@end-->
|
|
</ul>
|
|
|
|
</div>
|