mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Content Navigation UI Created.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8811 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f8f42bbe6e
commit
3dcf8b4f49
6 changed files with 126 additions and 110 deletions
|
|
@ -33,7 +33,7 @@ p{line-height:1.5}
|
|||
/* Table */
|
||||
.table{margin:1em 0}
|
||||
.table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
|
||||
.table caption{padding:8px 0;font-weight:bold;text-align:left;line-height:20px}
|
||||
.table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0}
|
||||
.table caption:after{content:"";display:block;clear:both}
|
||||
.table caption a{font-weight:normal}
|
||||
.table caption em{float:right;font-style:normal;font-weight:normal;color:#e00;margin-left:1em}
|
||||
|
|
@ -48,14 +48,6 @@ p{line-height:1.5}
|
|||
.table img{vertical-align:middle}
|
||||
.table .title,
|
||||
.table .text{white-space:normal}
|
||||
.table .h1 + table,
|
||||
.table .h2 + table,
|
||||
.table .h3 + table,
|
||||
.table .h4 + table,
|
||||
.h1 + .table table,
|
||||
.h2 + .table table,
|
||||
.h3 + .table table,
|
||||
.h4 + .table table{border-top:0}
|
||||
/* Form */
|
||||
.form{margin:1em 0;padding:0}
|
||||
.form fieldset{margin:0 0 2em 0;padding:0;border:0}
|
||||
|
|
@ -124,6 +116,30 @@ p{line-height:1.5}
|
|||
.gnb li a:focus{background:none}
|
||||
.gnb li.activeOn>a{background:#ddd}
|
||||
}
|
||||
/* Local Navigation */
|
||||
.lnb{position:relative;float:left;width:200px;margin:1em 0 1em -230px;line-height:normal;zoom:1;display:inline}
|
||||
.lnb .h2{margin-top:0}
|
||||
.lnb ul{margin:0;padding:0;list-style:none}
|
||||
.lnb li{position:relative;margin:0 0 -1px 0;vertical-align:top;zoom:1}
|
||||
.lnb li a{display:block;position:relative;padding:8px 10px;text-decoration:none;color:#666;font-weight:bold;background:#fafafa;border:1px solid #eee;zoom:1}
|
||||
.lnb li a .i{position:absolute;top:50%;left:100%;margin:-4px 0 0 -16px;width:8px;height:8px;color:#ccc;background:url(../img/iconNavVr.gif) no-repeat left top}
|
||||
.lnb li ul{padding:5px 0;background:#fff}
|
||||
.lnb li li{margin:0;border-top:1px dotted #ddd}
|
||||
.lnb li li:first-child{border:0}
|
||||
.lnb li li a{font-weight:normal;background:#fff;padding:5px 10px;border:0}
|
||||
.lnb li li a span{color:#666}
|
||||
.lnb li.active{border:1px solid #ccc;z-index:2}
|
||||
.lnb li li.active{border:0}
|
||||
.lnb li.active a{color:#000;border:0}
|
||||
.lnb li.active .i{background-position:0 -44px}
|
||||
.lnb li.active li a{border:0}
|
||||
.lnb li.active ul{display:block;border-top:1px solid #eee}
|
||||
.lnb li.active li.active a span{color:#13b200;font-weight:bold;letter-spacing:-1px}
|
||||
/* Content Navigation */
|
||||
.cnb{margin:1em 0;position:relative;zoom:1}
|
||||
.cnb:after{content:"";display:block;clear:both}
|
||||
.cnb .active{font-weight:bold;color:#333;text-decoration:none}
|
||||
.cnb .side{float:right}
|
||||
/* Pagination */
|
||||
.pagination{margin:1em 0;text-align:center;line-height:normal}
|
||||
.pagination *{vertical-align:middle}
|
||||
|
|
@ -278,27 +294,8 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
|
|||
/* Dashboard */
|
||||
.dashboard{position:relative;float:none;width:auto;margin-left:-230px}
|
||||
.dashboard .portlet{float:left;width:48%;margin-right:1em}
|
||||
.dashboard .portlet:nth-of-type(even){ float:left;width:49%;margin-right:0}
|
||||
.dashboard .portlet:nth-of-type(odd){ float:left;width:49%;margin-right:0}
|
||||
.dashboard .portlet:nth-of-type(even){ float:right;width:49%;margin-right:0}
|
||||
/* Local Navigation */
|
||||
.lnb{position:relative;float:left;width:200px;margin:1em 0 1em -230px;line-height:normal;zoom:1;display:inline}
|
||||
.lnb .h2{margin-top:0}
|
||||
.lnb ul{margin:0;padding:0;list-style:none}
|
||||
.lnb li{position:relative;margin:0 0 -1px 0;vertical-align:top;zoom:1}
|
||||
.lnb li a{display:block;position:relative;padding:8px 10px;text-decoration:none;color:#666;font-weight:bold;background:#fafafa;border:1px solid #eee;zoom:1}
|
||||
.lnb li a .i{position:absolute;top:50%;left:100%;margin:-4px 0 0 -16px;width:8px;height:8px;color:#ccc;background:url(../img/iconNavVr.gif) no-repeat left top}
|
||||
.lnb li ul{padding:5px 0;background:#fff}
|
||||
.lnb li li{margin:0;border-top:1px dotted #ddd}
|
||||
.lnb li li:first-child{border:0}
|
||||
.lnb li li a{font-weight:normal;background:#fff;padding:5px 10px;border:0}
|
||||
.lnb li li a span{color:#666}
|
||||
.lnb li.active{border:1px solid #ccc;z-index:2}
|
||||
.lnb li li.active{border:0}
|
||||
.lnb li.active a{color:#000;border:0}
|
||||
.lnb li.active .i{background-position:0 -44px}
|
||||
.lnb li.active li a{border:0}
|
||||
.lnb li.active ul{display:block;border-top:1px solid #eee}
|
||||
.lnb li.active li.active a span{color:#13b200;font-weight:bold;letter-spacing:-1px}
|
||||
/* Search */
|
||||
.search{zoom:1}
|
||||
.search:after{content:"";display:block;clear:both}
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
<!--#include("./_spHeader.html")-->
|
||||
<div class="content dashboard" id="content">
|
||||
<!--@if(!$isEnviromentGatheringAgreement)-->
|
||||
<form action="./" method="post" class="noticeAlert">
|
||||
<form action="./" method="post" class="message info">
|
||||
<input type="hidden" name="act" value="procAdminEnviromentGatheringAgreement" />
|
||||
<h2>{$lang->install_env_agreement}</h2>
|
||||
<p>{$lang->install_env_agreement_desc}</p>
|
||||
|
|
@ -11,82 +11,92 @@
|
|||
</div>
|
||||
</form>
|
||||
<!--@end-->
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Current State</h2>
|
||||
<ul class="lined">
|
||||
<li><a href="#">Site</a> <span class="side">{number_format($status->site->totalCount)}(<!--@if($status->status->todayCount > 0)-->+<!--@end-->{number_format($status->site->todayCount)})</span></li>
|
||||
<li><a href="#">User</a> <span class="side">{number_format($status->member->totalCount)}(<!--@if($status->member->todayCount > 0)-->+<!--@end-->{number_format($status->member->todayCount)})</span></li>
|
||||
<li><a href="#">Document</a> <span class="side">{number_format($status->document->totalCount)}(<!--@if($status->document->todayCount > 0)-->+<!--@end-->{number_format($status->document->todayCount)})</span></li>
|
||||
<li><a href="#">Comment</a> <span class="side">{number_format($status->comment->totalCount)}(<!--@if($status->comment->todayCount > 0)-->+<!--@end-->{$status->comment->todayCount})</span></li>
|
||||
<li><a href="#">Trackback</a> <span class="side">{number_format($status->trackback->totalCount)}(<!--@if($status->trackback->todayCount > 0)-->+<!--@end-->{$status->trackback->todayCount})</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Latest Document</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestDocumentList AS $key=>$value)-->
|
||||
{@$document = $value->variables}
|
||||
<li>
|
||||
<a href="#" target="_blank">{$document['title']}</a> <span class="side">{$document['nick_name']}</span>
|
||||
<span class="action">
|
||||
<a href="#" target="_blank">Edit</a>
|
||||
<a href="#">Spam</a>
|
||||
<a href="#">Trash</a>
|
||||
</span>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Latest Comment</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestCommentList AS $key=>$value)-->
|
||||
<li>
|
||||
<a href="#" target="_blank">{$value->content}</a> <span class="side">{$value->nick_name}</span>
|
||||
<span class="action">
|
||||
<a href="#" target="_blank">Edit</a>
|
||||
<a href="#">Spam</a>
|
||||
<a href="#">Trash</a>
|
||||
</span>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Latest Trackback</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestTrackbackList AS $key=>$value)-->
|
||||
<li>
|
||||
<a href="#" target="_blank">{$value->title}</a> <span class="side">{$value->blog_name}</span>
|
||||
<span class="action">
|
||||
<a href="#" target="_blank">Edit</a>
|
||||
<a href="#">Spam</a>
|
||||
<a href="#">Trash</a>
|
||||
</span>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">XE Team Notice</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($news AS $key=>$value)-->
|
||||
<li><a href="#" target="_blank">{$value->title}</a> <span class="side">{zdate($value->date, 'Y-m-d')}</span></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Update Available</h2>
|
||||
<ul class="lined">
|
||||
<!--@if($isUpdated)-->
|
||||
<div class="message update">
|
||||
<h2>Update Available</h2>
|
||||
<ul>
|
||||
<!--@foreach($module_list AS $key => $value)-->
|
||||
<!--@if($value->need_install)-->
|
||||
<li><a href="{getUrl('','module','admin','act',$val->admin_index_act)}">{$value->module}</a> <span class="side"><a href="#" onclick="doInstallModule('{$value->module}');return false;">{$lang->cmd_install}</a></span></li>
|
||||
<li><a href="{getUrl('','module','admin','act',$val->admin_index_act)}">{$value->module}</a> - <a href="#" onclick="doInstallModule('{$value->module}');return false;">{$lang->cmd_install}</a></li>
|
||||
<!--@else if($value->need_update)-->
|
||||
<li><a href="{getUrl('','module','admin','act',$val->admin_index_act)}">{$value->module}</a> <span class="side"><a href="#" onclick="doUpdateModule('{$value->module}')">{$lang->cmd_update}</a></span></li>
|
||||
<li><a href="{getUrl('','module','admin','act',$val->admin_index_act)}">{$value->module}</a> - <a href="#" onclick="doUpdateModule('{$value->module}')">{$lang->cmd_update}</a></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<!--@if(!$isUpdated)--><li>사용 가능한 업데이트 항목이 없습니다.</li><!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<div class="section">
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Current State</h2>
|
||||
<ul class="lined">
|
||||
<li><a href="#">Site</a> <span class="side">{number_format($status->site->totalCount)}(<!--@if($status->status->todayCount > 0)-->+<!--@end-->{number_format($status->site->todayCount)})</span></li>
|
||||
<li><a href="#">User</a> <span class="side">{number_format($status->member->totalCount)}(<!--@if($status->member->todayCount > 0)-->+<!--@end-->{number_format($status->member->todayCount)})</span></li>
|
||||
<li><a href="#">Document</a> <span class="side">{number_format($status->document->totalCount)}(<!--@if($status->document->todayCount > 0)-->+<!--@end-->{number_format($status->document->todayCount)})</span></li>
|
||||
<li><a href="#">Comment</a> <span class="side">{number_format($status->comment->totalCount)}(<!--@if($status->comment->todayCount > 0)-->+<!--@end-->{$status->comment->todayCount})</span></li>
|
||||
<li><a href="#">Trackback</a> <span class="side">{number_format($status->trackback->totalCount)}(<!--@if($status->trackback->todayCount > 0)-->+<!--@end-->{$status->trackback->todayCount})</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Latest Document</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestDocumentList AS $key=>$value)-->
|
||||
{@$document = $value->variables}
|
||||
<li>
|
||||
<a href="#" target="_blank">{$document['title']}</a> <span class="side">{$document['nick_name']}</span>
|
||||
<span class="action">
|
||||
<a href="#" target="_blank">Edit</a>
|
||||
<a href="#">Spam</a>
|
||||
<a href="#">Trash</a>
|
||||
</span>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Latest Comment</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestCommentList AS $key=>$value)-->
|
||||
<li>
|
||||
<a href="#" target="_blank">{$value->content}</a> <span class="side">{$value->nick_name}</span>
|
||||
<span class="action">
|
||||
<a href="#" target="_blank">Edit</a>
|
||||
<a href="#">Spam</a>
|
||||
<a href="#">Trash</a>
|
||||
</span>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Latest Trackback</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($latestTrackbackList AS $key=>$value)-->
|
||||
<li>
|
||||
<a href="#" target="_blank">{$value->title}</a> <span class="side">{$value->blog_name}</span>
|
||||
<span class="action">
|
||||
<a href="#" target="_blank">Edit</a>
|
||||
<a href="#">Spam</a>
|
||||
<a href="#">Trash</a>
|
||||
</span>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">XE Team Notice</h2>
|
||||
<ul class="lined">
|
||||
<!--@foreach($news AS $key=>$value)-->
|
||||
<li><a href="#" target="_blank">{$value->title}</a> <span class="side">{zdate($value->date, 'Y-m-d')}</span></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portlet">
|
||||
<h2 class="h2">Your Favorite</h2>
|
||||
<ul class="lined">
|
||||
<li><a href="#">Extensions</a> > <a href="#">Installed Module</a> > <a href="#">Board</a></li>
|
||||
<li><a href="#">Extensions</a> > <a href="#">Installed Module</a> > <a href="#">Wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--#include("./_spFooter.html")-->
|
||||
|
|
|
|||
|
|
@ -5,12 +5,15 @@
|
|||
<form id="fo_list" action="./" method="post" class="form">
|
||||
<h1 class="h1">{$lang->comment}</h1>
|
||||
<div class="table even">
|
||||
<div class="cnb">
|
||||
All({number_format($total_count)})
|
||||
<!--@foreach($countOutput AS $key=>$value)-->
|
||||
| <a href="{getUrl('search_target','is_secret','search_keyword', $value->is_secret)}">{$secret_name_list[$value->is_secret]}({$value->count})</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<caption>
|
||||
All({number_format($total_count)})
|
||||
<!--@foreach($countOutput AS $key=>$value)-->
|
||||
| <a href="{getUrl('search_target','is_secret','search_keyword', $value->is_secret)}">{$secret_name_list[$value->is_secret]}({$value->count})</a>
|
||||
<!--@end-->
|
||||
<div class="side">
|
||||
<span class="btn"><a href="#listManager" class="modalAnchor" onclick="getCommentList();">{$lang->comment_manager}...</a></span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -6,12 +6,15 @@
|
|||
<input type="hidden" name="page" value="{$page}" />
|
||||
<h1 class="h1">{$lang->document}</h1>
|
||||
<div class="table even">
|
||||
<div class="cnb">
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}" class="active">All</a>
|
||||
| <a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'N')}">{$status_name_list['PUBLIC']}({$statusCount['PUBLIC']})</a>
|
||||
| <a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'Y')}">{$status_name_list['SECRET']}({$statusCount['SECRET']})</a>
|
||||
| <a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'temp')}">{$status_name_list['TEMP']}({$statusCount['TEMP']})</a>
|
||||
</div>
|
||||
<table width="100%" border="1" cellspacing="0" id="documentListTable">
|
||||
<caption>
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispDocumentAdminList')}">All</a>
|
||||
| <a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'N')}">{$status_name_list['PUBLIC']}({$statusCount['PUBLIC']})</a>
|
||||
| <a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'Y')}">{$status_name_list['SECRET']}({$statusCount['SECRET']})</a>
|
||||
| <a href="{getUrl('search_target', 'is_secret', 'search_keyword', 'temp')}">{$status_name_list['TEMP']}({$statusCount['TEMP']})</a>
|
||||
All({number_format($total_count)})
|
||||
<div class="side">
|
||||
<span class="btn"><a href="#listManager" class="modalAnchor" onclick="getDocumentList();">{$lang->document_manager}...</a></span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,14 @@
|
|||
<form id="fo_list" action="./" method="post" class="form">
|
||||
<h1 class="h1">{$lang->file}</h1>
|
||||
<div class="table">
|
||||
<div class="cnb">
|
||||
<a href="#">All</a>
|
||||
| <a href="{getUrl('search_target','isvalid','search_keyword','Y')}">{$lang->is_valid}({number_format((int)$valid_count['Y'])})</a>
|
||||
| <a href="{getUrl('search_target','isvalid','search_keyword','N')}">{$lang->is_stand_by}({number_format((int)$valid_count['N'])})</a>
|
||||
</div>
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<caption>
|
||||
All({number_format($total_count)})
|
||||
| <a href="{getUrl('search_target','isvalid','search_keyword','Y')}">{$lang->is_valid}({number_format((int)$valid_count['Y'])})</a>
|
||||
| <a href="{getUrl('search_target','isvalid','search_keyword','N')}">{$lang->is_stand_by}({number_format((int)$valid_count['N'])})</a>
|
||||
<span class="side"><span class="btn"><a href="#listManager" class="modalAnchor">{$lang->file_manager}...</a></span></span>
|
||||
</caption>
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue