mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 03:22:29 +09:00
communication UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9218 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
173ddca03e
commit
da1ef5ac65
10 changed files with 432 additions and 530 deletions
|
|
@ -1,11 +1,10 @@
|
|||
<!--%import("js/communication.js")-->
|
||||
<!--%import("css/default.css")-->
|
||||
|
||||
<div id="communicationModule">
|
||||
<!--@if($is_logged && $logged_info->menu_list && (!$member_srl || $member_srl == $logged_info->member_srl) )-->
|
||||
<ul class="localNavigation">
|
||||
<!--@foreach($logged_info->menu_list as $key => $val)-->
|
||||
<li <!--@if($key == $act)-->class="on"<!--@end-->><a href="{getUrl('act',$key)}">{Context::getLang($val)}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<!--@end-->
|
||||
<load target="css/communication.css" />
|
||||
<load target="js/communication.js" />
|
||||
<div class="xc">
|
||||
<div class="nav" cond="$is_logged && $logged_info->menu_list && (!$member_srl || $member_srl == $logged_info->member_srl)">
|
||||
<ul>
|
||||
<li loop="$logged_info->menu_list => $key,$val" class="active"|cond="$key==$act">
|
||||
<a href="{getUrl('act',$key)}"><span>{Context::getLang($val)}</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue