mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<module version="0.1" category="accessory">
|
||||
<title xml:lang="ko">기본 카운터</title>
|
||||
<title xml:lang="zh-CN">访问统计</title>
|
||||
<title xml:lang="en">Basic Counter</title>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
* @brief 카운터 기록
|
||||
**/
|
||||
function procCounterExecute() {
|
||||
|
||||
$oDB = &DB::getInstance();
|
||||
$oDB->begin();
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<h3>{$lang->counter} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<div class="header4">
|
||||
<div class="header4 gap1">
|
||||
|
||||
<table cellspacing="0" class="summary">
|
||||
<col width="124" />
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
<!-- unique visitor 그래프 -->
|
||||
<table cellspacing="0" class="tableType4 counter">
|
||||
<table cellspacing="0" class="adminTable counter">
|
||||
<col width="124" />
|
||||
<col />
|
||||
<!--@foreach($detail_status->list as $key => $val)-->
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
<td>
|
||||
<div class="graph">
|
||||
<img src="./images/iconBar.gif" alt="" width="12" height="6" class="bar" />
|
||||
<div class="num" style="left:{$percent}%;">
|
||||
<div class="num" style="left:{$percent}%;width:{100-$percent}%;">
|
||||
<strong>{number_format($val)}</strong> ({$percent}%)
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue