mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
69cd4c6c4c
commit
040b737f6e
3 changed files with 19 additions and 9 deletions
|
|
@ -39,14 +39,16 @@
|
|||
.dashboardStatistic .statistic h4 span{ display:block; height:18px; padding-top:4px; margin:0 1px; color:#747482; background:url(../img/bgDashboardStatisticHeader.gif) repeat-x;}
|
||||
.dashboardStatistic .statistic h4 em{ font-style:normal; font-size:9px; color:#b7b7c4; margin-left:5px;}
|
||||
|
||||
.dashboardStatistic dl{ position:relative; float:left; height:100px; width:23%; margin:0; background:url(../img/vrDashboardStatistic.gif) no-repeat left center;}
|
||||
.dashboardStatistic dl{ position:relative; float:left; height:100px; margin:0; background:url(../img/vrDashboardStatistic.gif) no-repeat left center;}
|
||||
.dashboardStatistic dt { position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;}
|
||||
.dashboardStatistic dd { position:absolute; margin:0; padding-top:40px; width:100%; text-align:center; background-image:url(../img/iconDashboardStatistic.gif); background-repeat:no-repeat; font-size:56px; font-weight:bold;}
|
||||
.dashboardStatistic dd object,
|
||||
.dashboardStatistic dd embed{ vertical-align:top;}
|
||||
.dashboardStatistic dl.visit{ background:none;}
|
||||
.dashboardStatistic dl.visit{ background:none; width:28%;}
|
||||
.dashboardStatistic dl.visit dd{ background-position:center 5px; color:#e3391d ;}
|
||||
.dashboardStatistic dl.reply { background:none; width:22%;}
|
||||
.dashboardStatistic dl.reply dd{ background-position:center -195px; color:#28313d;}
|
||||
.dashboardStatistic dl.trackback { background:none; width:15%;}
|
||||
.dashboardStatistic dl.trackback dd{ background-position:center -395px; color:#4e4f54;}
|
||||
|
||||
.dashboardStatistic .summary{ float:right; width:30%; margin-top:-27px;}
|
||||
|
|
@ -65,6 +67,7 @@
|
|||
|
||||
/* Dashboard Wire */
|
||||
.dashboardH4{ margin:0 0 7px 0; font-size:14px; color:#555;}
|
||||
.dashboardH4 a { font-size:11px; color:#b1b1b1; font-style:normal; margin-left:5px;}
|
||||
.dashboardH4 em{ font-size:11px; color:#b1b1b1; font-style:normal; margin-left:5px;}
|
||||
.dashboardMoreTop{ position:absolute; top:4px; right:0; padding-left:7px; font-size:11px; display:block; white-space:nowrap; color:#8a919a; text-decoration:none; background:url(../img/iconMoreTop.gif) no-repeat left center;}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
<dl class="reply">
|
||||
<dt>{$lang->today_comments}</dt>
|
||||
<dd>
|
||||
<object title="{$status->comment_count}" height="50" width="100%" align="middle" id="count_blue" class="F1239845427590201480_undefined" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
|
||||
<object title="{$status->comment->today}" height="50" width="100%" align="middle" id="count_blue" class="F1239845427590201480_undefined" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
|
||||
<param value="{getUrl()}modules/admin/tpl/swf/count.swf" name="movie"/>
|
||||
<param value="high" name="quality"/>
|
||||
<param value="#FFFFFF" name="bgColor"/>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
<param value="true" name="allowFullScreen"/>
|
||||
<param value="colorType=blue&viewNum={$status->comment_count}" name="flashVars"/>
|
||||
<!--[if !IE]> <-->
|
||||
<object title="{$status->comment_count}" height="50" width="100%" align="middle" name="count_blue" class="F1239845427590201480_undefined" data="{getUrl()}modules/admin/tpl/swf/count.swf" type="application/x-shockwave-flash">
|
||||
<object title="{$status->comment->today}" height="50" width="100%" align="middle" name="count_blue" class="F1239845427590201480_undefined" data="{getUrl()}modules/admin/tpl/swf/count.swf" type="application/x-shockwave-flash">
|
||||
<param value="colorType=blue&viewNum={$status->comment_count}" name="flashVars"/>
|
||||
<param value="transparent" name="wmode"/>
|
||||
{$status->comment->today}
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
<dl class="trackback">
|
||||
<dt>{$lang->today_trackbacks}</dt>
|
||||
<dd>
|
||||
<object title="{$status->trackback_count}" height="50" width="100%" align="middle" id="count_gray" class="F1239845427590201480_undefined" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
|
||||
<object title="{$status->trackback->today}" height="50" width="100%" align="middle" id="count_gray" class="F1239845427590201480_undefined" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
|
||||
<param value="{getUrl()}modules/admin/tpl/swf/count.swf" name="movie"/>
|
||||
<param value="high" name="quality"/>
|
||||
<param value="#FFFFFF" name="bgColor"/>
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
<param value="true" name="allowFullScreen"/>
|
||||
<param value="colorType=gray&viewNum={$status->trackback_count}" name="flashVars"/>
|
||||
<!--[if !IE]> <-->
|
||||
<object title="{$status->trackback_count}" height="50" width="100%" align="middle" name="count_gray" class="F1239845427590201480_undefined" data="{getUrl()}modules/admin/tpl/swf/count.swf" type="application/x-shockwave-flash">
|
||||
<object title="{$status->trackback->today}" height="50" width="100%" align="middle" name="count_gray" class="F1239845427590201480_undefined" data="{getUrl()}modules/admin/tpl/swf/count.swf" type="application/x-shockwave-flash">
|
||||
<param value="colorType=gray&viewNum={$status->trackback_count}" name="flashVars"/>
|
||||
<param value="transparent" name="wmode"/>
|
||||
{$status->trackback->today}
|
||||
|
|
@ -146,8 +146,8 @@
|
|||
<!--@foreach($status->week as $key => $val)-->
|
||||
<dl>
|
||||
<dt><!--@if($key==date("Ymd"))--><strong>{$key}</strong><!--@else-->{$key}<!--@end--></dt>
|
||||
<dd class="past" style="height:{$val->last/$status->week_max * 100}%" title="{$lang->last_week}:{number_format($val->last)}"><span>{$lang->last_week}:{number_format($val->last)}</span></dd>
|
||||
<dd class="today" style="height:{$val->this/$status->week_max * 100}%" title="{$lang->this_week}:{number_format($val->this)}"><span>{$lang->this_week}:{number_format($val->this)}</span></dd>
|
||||
<dd class="past" style="height:{$val->last/$status->week_max * 70}%" title="{$lang->last_week}:{number_format($val->last)}"><span>{$lang->last_week}:{number_format($val->last)}</span></dd>
|
||||
<dd class="today" style="height:{$val->this/$status->week_max * 70}%" title="{$lang->this_week}:{number_format($val->this)}"><span>{$lang->this_week}:{number_format($val->this)}</span></dd>
|
||||
|
||||
</dl>
|
||||
<!--@end-->
|
||||
|
|
@ -157,11 +157,13 @@
|
|||
<!-- /Visotors Graph -->
|
||||
|
||||
<div class="section">
|
||||
<h4 class="dashboardH4">{$lang->env_information}</h4>
|
||||
<h4 class="dashboardH4">{$lang->env_information} <a href="{getUrl('','module','admin','act','dispAdminConfig')}">{$lang->cmd_setup}</a></h4>
|
||||
<!--@if($current_version < $released_version)-->
|
||||
<p class="summary red">{nl2br($lang->about_download_link)} [<a href="{$download_link}" onclick="window.open(this.href);return false;">{$lang->cmd_download}</a>]</p>
|
||||
<!--@end-->
|
||||
<table>
|
||||
<col width="160" />
|
||||
<col width="*" />
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><div>{$lang->current_version}</div></th>
|
||||
|
|
@ -189,6 +191,10 @@
|
|||
<th><div>{$lang->use_optimizer}</div></th>
|
||||
<td><!--@if($use_optimizer=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->mobile_view}</div></th>
|
||||
<td><!--@if($use_mobile_view=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>Language</div></th>
|
||||
<td><!--@foreach($lang_supported as $key => $val)--><!--@if($key == $selected_lang)-->{$val}<!--@endif--><!--@endforeach--></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue