mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
관리자 페이지 언어 추가 및 CSS 조절
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7641 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1675d4c8d9
commit
97bc43ee55
11 changed files with 35 additions and 8 deletions
|
|
@ -49,7 +49,7 @@
|
|||
.dashboardStatistic dl.reply dd{ background-position:center -195px; color:#28313d;}
|
||||
.dashboardStatistic dl.trackback dd{ background-position:center -395px; color:#4e4f54;}
|
||||
|
||||
.dashboardStatistic .summary{ float:right; width:31%; margin-top:-27px;}
|
||||
.dashboardStatistic .summary{ float:right; width:30%; margin-top:-27px;}
|
||||
.dashboardStatistic .summary caption{ position:relative; padding-bottom:20px; text-align:left; font-size:12px; line-height:1; font-weight:bold; color:#626972;}
|
||||
.dashboardStatistic .summary table,
|
||||
.dashboardStatistic .summary th,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<dt>{$lang->today_visitor}</dt>
|
||||
|
||||
<dd>
|
||||
<object title="visitor" height="50" width="260" align="middle" id="count_red" 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="visitor" height="50" width="100%" align="middle" id="count_red" 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"/>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<param value="true" name="allowFullScreen"/>
|
||||
<param value="colorType=red&viewNum={$status->visitor}" name="flashVars"/>
|
||||
<!--[if !IE]> <-->
|
||||
<object title="{$status->visitor}" height="50" width="260" align="middle" name="count_red" class="F1239845427590201480_undefined" data="{getUrl()}modules/admin/tpl/swf/count.swf" type="application/x-shockwave-flash">
|
||||
<object title="{$status->visitor}" height="50" width="100%" align="middle" name="count_red" class="F1239845427590201480_undefined" data="{getUrl()}modules/admin/tpl/swf/count.swf" type="application/x-shockwave-flash">
|
||||
<param value="colorType=red&viewNum={$status->visitor}" name="flashVars"/>
|
||||
<param value="transparent" name="wmode"/>
|
||||
{$status->visitor}
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<dl class="reply">
|
||||
<dt>{$lang->today_comments}</dt>
|
||||
<dd>
|
||||
<object title="{$status->comment_count}" height="50" width="260" 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_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">
|
||||
<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="260" 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_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">
|
||||
<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="260" 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_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">
|
||||
<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="260" 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_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">
|
||||
<param value="colorType=gray&viewNum={$status->trackback_count}" name="flashVars"/>
|
||||
<param value="transparent" name="wmode"/>
|
||||
{$status->trackback->today}
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
<!-- Visotors Graph -->
|
||||
<div class="section">
|
||||
|
||||
<h4 class="dashboardH4">{$lang->visitor_count} <em>{date("Y.m.d")}</em></h4>
|
||||
<h4 class="dashboardH4">{$lang->counter} <em>{date("Y.m.d")}</em></h4>
|
||||
<div class="dashboardWire">
|
||||
<dl class="legend">
|
||||
<dt class="past"><img src="img/graphYesterday.gif" width="5" height="5" alt="{$lang->yesterday}" /></dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue