mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8698 201d5d3c-b55e-5fd7-737f-ddc643e51545
47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
<div class="xe">
|
|
<p class="skipNav"><a href="#content">Skip Navigation</a></p>
|
|
<div class="header">
|
|
<h1><a href="{getUrl('','module','admin')}"><img src="img/xe.h1.png" width="33" height="32" alt="XE" /> Super Admin</a></h1>
|
|
<div class="siteTool">
|
|
<a href="#moveSiteList" class="i tgAnchor" data-effect="slide" data-duration="100">Move to Site</a>
|
|
<div class="tgContent" id="moveSiteList">
|
|
<ul class="lined">
|
|
<li>XpressEngine - <a href="#">http://xe.xpressengine.net/</a></li>
|
|
<li>XpressEngine - <a href="#">http://xe.xpressengine.net/</a></li>
|
|
<li>XpressEngine - <a href="#">http://xe.xpressengine.net/</a></li>
|
|
</ul>
|
|
<p class="btnArea">
|
|
<a href="#" class="more"><span>›</span> more</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="account">
|
|
<ul>
|
|
<li><a href="#">정찬명</a></li>
|
|
<li><a href="{getUrl('module','admin','act','procAdminLogout')}">Log-out</a></li>
|
|
<li><a href="#language" class="tgAnchor language" data-effect="slide" data-duration="100">Language</a>
|
|
<ul class="tgContent" id="language">
|
|
<!--@foreach($lang_supported as $key => $val)-->
|
|
<li class="selected"|cond="$key==$lang_type"><a href="{getUrl('l',$key)}" data-langcode="{$key}" onclick="doChangeLangType('{$key}'); return false;">{$val}</a></li>
|
|
<!--@end-->
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="gnb jx">
|
|
<ul>
|
|
<!--@foreach($gnbUrlList AS $key=>$value)-->
|
|
<li <!--@if($parentSrl == $key)-->class="activeOn"<!--@end-->><a href="{html_entity_decode($value['href'])}">{$value['text']}</a>
|
|
<!--@if(count($gnbUrlList[$key]['list']) > 0)-->
|
|
<ul>
|
|
<!--@foreach($gnbUrlList[$key]['list'] AS $key2=>$value2)-->
|
|
<li><a href="{html_entity_decode($value2['href'])}">{$value2['text']}</a></li>
|
|
<!--@end-->
|
|
</ul>
|
|
<!--@end-->
|
|
</li>
|
|
<!--@end-->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="body">
|