mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7944 201d5d3c-b55e-5fd7-737f-ddc643e51545
314 lines
15 KiB
HTML
314 lines
15 KiB
HTML
<!--#include("_header.html")-->
|
|
|
|
<!--%import("./css/dashboard.css")-->
|
|
<!--%import("../../install/lang")-->
|
|
<!--%import("../../module/tpl/js/module_admin.js")-->
|
|
<!--%import("../../session/tpl/js/session.js")-->
|
|
<!--%import("../../addon/tpl/js/addon.js")-->
|
|
<!--%import("../../addon/tpl/filter/toggle_activate_addon.xml")-->
|
|
|
|
<div class="content">
|
|
<!-- Dashboard Header -->
|
|
<div class="dashboardHeader">
|
|
<h3 class="h3">{$lang->admin_index}</h3>
|
|
</div>
|
|
<!-- /Dashboard Header -->
|
|
|
|
<!-- Dashboard Statistic -->
|
|
<div class="section dashboardStatistic">
|
|
<div class="statistic">
|
|
<h4><span>TODAY <em>{date('Y.m.d')}</em></span></h4>
|
|
<dl class="visit">
|
|
<dt>{$lang->today_visitor}</dt>
|
|
|
|
<dd>
|
|
<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"/>
|
|
<param value="always" name="allowScriptAccess"/>
|
|
<param value="transparent" name="wmode"/>
|
|
<param value="false" name="menu"/>
|
|
<param value="true" name="allowFullScreen"/>
|
|
<param value="colorType=red&viewNum={$status->visitor}" name="flashVars"/>
|
|
<!--[if !IE]> <-->
|
|
<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}
|
|
</object>
|
|
<!--> <![endif]-->
|
|
</object>
|
|
</dd>
|
|
</dl>
|
|
<dl class="reply">
|
|
<dt>{$lang->today_comments}</dt>
|
|
<dd>
|
|
<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"/>
|
|
<param value="always" name="allowScriptAccess"/>
|
|
<param value="transparent" name="wmode"/>
|
|
<param value="false" name="menu"/>
|
|
<param value="true" name="allowFullScreen"/>
|
|
<param value="colorType=blue&viewNum={$status->comment_count}" name="flashVars"/>
|
|
<!--[if !IE]> <-->
|
|
<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}
|
|
</object>
|
|
<!--> <![endif]-->
|
|
</object>
|
|
</dd>
|
|
</dl>
|
|
<dl class="trackback">
|
|
<dt>{$lang->today_trackbacks}</dt>
|
|
<dd>
|
|
<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"/>
|
|
<param value="always" name="allowScriptAccess"/>
|
|
<param value="transparent" name="wmode"/>
|
|
<param value="false" name="menu"/>
|
|
<param value="true" name="allowFullScreen"/>
|
|
<param value="colorType=gray&viewNum={$status->trackback_count}" name="flashVars"/>
|
|
<!--[if !IE]> <-->
|
|
<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}
|
|
</object>
|
|
<!--> <![endif]-->
|
|
</object>
|
|
</dd>
|
|
</dl>
|
|
<div class="summary">
|
|
<table border="1" cellspacing="0">
|
|
<tr>
|
|
<th scope="row"><a href="{getUrl('','module','admin','act','dispMemberAdminList')}">{$lang->member}</a></th>
|
|
<td><strong>{number_format($status->member->total)}</strong> <span class="description">(+<a href="{getUrl('','module','admin','act','dispMemberAdminList','search_target','regdate','search_keyword',date("Ymd"))}"><strong>{number_format($status->member->today)}</strong></a>)</span></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><a href="{getUrl('','module','admin','act','dispDocumentAdminList')}">{$lang->document}</a></th>
|
|
<td><strong>{number_format($status->document->total)}</strong> <span class="description">(+<a href="{getUrl('','module','admin','act','dispDocumentAdminList','search_target','regdate','search_keyword',date("Ymd"))}"><strong>{number_format($status->document->today)}</strong></a>,-<a href="{getUrl('','module','admin','act','dispDocumentAdminDeclared')}"><strong>{number_format($status->documentDeclared->total)}</strong></a>)</span></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><a href="{getUrl('','module','admin','act','dispCommentAdminList')}">{$lang->comment}</a></th>
|
|
<td><strong>{number_format($status->comment->total)}</strong> <span class="description">(+<a href="{getUrl('','module','admin','act','dispCommentAdminList','search_target','regdate','search_keyword',date("Ymd"))}"><strong>{number_format($status->comment->today)}</strong></a>,-<a href="{getUrl('','module','admin','act','dispCommentAdminDeclared')}"><strong>{number_format($status->commentDeclared->total)}</strong></a>)</span></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><a href="{getUrl('','module','admin','act','dispTrackbackAdminList')}">{$lang->trackback}</a></th>
|
|
<td><strong>{number_format($status->trackback->total)}</strong> <span class="description">(+<a href="{getUrl('','module','admin','act','dispTrackbackAdminList','search_target','regdate','search_keyword',date("Ymd"))}"><strong>{number_format($status->trackback->today)}</strong></a>)</span></td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row"><a href="{getUrl('','module','admin','act','dispFileAdminList')}">{$lang->file}</a></th>
|
|
<td><strong>{number_format($status->file->total)}</strong> <span class="description">(+<a href="{getUrl('','module','admin','act','dispFileAdminList','search_target','regdate','search_keyword',date("Ymd"))}"><strong>{number_format($status->file->today)}</strong></a>)</span></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<span class="outline ml"></span>
|
|
<span class="outline mr"></span>
|
|
<span class="outline tc"></span>
|
|
<span class="outline bc"></span>
|
|
<span class="outline tl"></span>
|
|
<span class="outline tr"></span>
|
|
|
|
<span class="outline bl"></span>
|
|
<span class="outline br"></span>
|
|
</div>
|
|
<!-- /Dashboard Statistic -->
|
|
|
|
<!-- Visotors Graph -->
|
|
<div class="section">
|
|
|
|
<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>
|
|
<dd>{$lang->last_week}</dd>
|
|
<dt class="today"><img src="img/graphToday.gif" width="5" height="5" alt="{$lang->today}" /></dt>
|
|
<dd>{$lang->this_week}</dd>
|
|
|
|
</dl>
|
|
<dl class="summary">
|
|
<dt>{$lang->today}</dt>
|
|
<dd>{number_format($status->visitor)}</dd>
|
|
<dt>{$lang->this_week}</dt>
|
|
<dd>{number_format($status->thisWeekSum)}</dd>
|
|
<dt>{$lang->total}</dt>
|
|
<dd>{number_format($status->total_visitor)}</dd>
|
|
</dl>
|
|
<div class="graph">
|
|
<!--@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>
|
|
|
|
</dl>
|
|
<!--@end-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /Visotors Graph -->
|
|
|
|
<div class="section">
|
|
<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>
|
|
<td class="wide">
|
|
<strong>{$current_version}</strong><!--@if($current_version == $released_version)--> [<a href="{$download_link}" onclick="window.open(this.href);return false;">{$lang->cmd_view}</a>]<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->current_path}</div></th>
|
|
<td>{$installed_path}/</td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->start_module}</div></th>
|
|
<td><a href="{getSiteUrl('','','mid',$start_module->mid)}" onclick="window.open(this.href);return false;">{$start_module->browser_title}</a></td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->time_zone}</div></th>
|
|
<td><!--@foreach($time_zone_list as $key => $val)--><!--@if($time_zone==$key)-->{substr($val,1,10)}<!--@end--><!--@endforeach--></td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->use_rewrite}</div></th>
|
|
<td><!--@if($use_rewrite=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->use_sso}</div></th>
|
|
<td><!--@if($use_sso=='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>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->qmail_compatibility}</div></th>
|
|
<td><!--@if($qmail_compatibility=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->use_db_session}</div></th>
|
|
<td><!--@if($use_db_session =='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="extension e2">
|
|
<div class="section">
|
|
<div class="contentBox">
|
|
<span class="button"><input type="button" value="{$lang->cmd_remake_cache}" onclick="doRecompileCacheFile(); return false;"/></span>
|
|
<span class="button"><input type="button" value="{$lang->cmd_clear_session}" onclick="doClearSession(); return false; "/></span>
|
|
</div>
|
|
</div>
|
|
|
|
{@$_show_modules = false; }
|
|
<!--@foreach($module_list as $key => $val)-->
|
|
<!--@if($val->need_install || $val->need_update)-->
|
|
{@$_show_modules = true; }
|
|
<!--@end-->
|
|
<!--@end-->
|
|
<!--@if($_show_modules)-->
|
|
<div class="section">
|
|
<table>
|
|
<thead>
|
|
<th colspan="2">{$lang->module}</th>
|
|
</thead>
|
|
<tbody>
|
|
<!--@foreach($module_list as $key => $val)-->
|
|
<!--@if($val->need_install || $val->need_update)-->
|
|
<tr>
|
|
<th><a href="{getUrl('','module','admin','act',$val->admin_index_act)}" title="{trim(htmlspecialchars($val->description))}">{$val->title}</a> ({$val->module})</th>
|
|
<td class="alert">
|
|
<!--@if($val->need_install)-->
|
|
<a href="#" onclick="doInstallModule('{$val->module}');return false;" title="{htmlspecialchars($lang->cmd_install)}">{$lang->cmd_install}</a>
|
|
<!--@elseif($val->need_update)-->
|
|
<a href="#" onclick="doUpdateModule('{$val->module}'); return false;" title="{htmlspecialchars($lang->cmd_update)}">{$lang->cmd_update}</a>
|
|
<!--@else-->
|
|
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<!--@end-->
|
|
<!--@end-->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!--@end-->
|
|
|
|
<!--@if($news)-->
|
|
<div class="section">
|
|
<table>
|
|
<thead>
|
|
<th colspan="2">{$lang->newest_news}</th>
|
|
</thead>
|
|
<tbody>
|
|
<!--@foreach($news as $key => $val)-->
|
|
<tr>
|
|
<th><a href="{$val->url}" onclick="window.open(this.href);return false;" class="fl">{cut_str($val->title,36)}</a></th>
|
|
<td><span class="date fr">{zdate($val->date,"y-m-d")}</span></td>
|
|
</tr>
|
|
<!--@endforeach-->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!--@endif-->
|
|
|
|
<div class="section">
|
|
<form id="fo_addon" action="./" method="get">
|
|
<input type="hidden" name="addon" value="" />
|
|
</form>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>{$lang->addon}</th>
|
|
<th>{$lang->cmd_setup}</th>
|
|
<th>PC</th>
|
|
<th>Mobile</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!--@foreach($addon_list as $key => $val)-->
|
|
<tr>
|
|
<th><a href="{getUrl('','module','addon','act','dispAddonAdminInfo','selected_addon',$val->addon)}" onclick="popopen(this.href,'addon_info');return false">{cut_str($val->title,24)}</a></th>
|
|
<td class="center"><a href="{getUrl('','module','addon','act','dispAddonAdminSetup','selected_addon',$val->addon)}" onclick="popopen(this.href,'addon_info');return false" class="buttonSet buttonSetting"><span>{$lang->cmd_setup}</span></a></td>
|
|
<td class="center">
|
|
<!--@if($val->activated)-->
|
|
<a href="#" onclick="doToggleAddonInAdmin(this, '{$val->addon}');return false;" title="{htmlspecialchars($lang->use)}" class="buttonSet buttonActive"><span>{$lang->use}</span></a>
|
|
<!--@else-->
|
|
<a href="#" onclick="doToggleAddonInAdmin(this, '{$val->addon}');return false;" title="{htmlspecialchars($lang->notuse)}" class="buttonSet buttonDisable"><span>{$lang->notuse}</span></a>
|
|
<!--@end-->
|
|
</td>
|
|
<td class="center">
|
|
<!--@if($val->mactivated)-->
|
|
<a href="#" onclick="doToggleAddonInAdmin(this, '{$val->addon}', 'mobile');return false;" title="{htmlspecialchars($lang->use)}" class="buttonSet buttonActive"><span>{$lang->use}</span></a>
|
|
<!--@else-->
|
|
<a href="#" onclick="doToggleAddonInAdmin(this, '{$val->addon}', 'mobile');return false;" title="{htmlspecialchars($lang->notuse)}" class="buttonSet buttonDisable"><span>{$lang->notuse}</span></a>
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<!--@end-->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<!--#include("_footer.html")-->
|