From 1624ca1a7ddd91aecc7ef41acd7a807f1902d6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=BE?= Date: Thu, 18 Oct 2012 15:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E5=B1=95=E7=A4=BA=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=94=B6=E7=BC=A9=E5=8A=9F=E8=83=BD=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E9=A1=B5=E9=9D=A2=E8=BF=87=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archiver.php | 6 +++--- archiver_show.php | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/archiver.php b/archiver.php index 5a15d74..87f6a30 100644 --- a/archiver.php +++ b/archiver.php @@ -1,7 +1,7 @@ readCache('record'); $output = ''; foreach($record_cache as $value){ - $output .= '
  • '.$value['record'].'('.$value['lognum'].')'.displayRecordItem($value['date']).'
  • '; + $output .= '
  • '.$value['record'].'('.$value['lognum'].')

    '.displayRecordItem($value['date']).'
  • '; } $output = ''; return $output; @@ -39,7 +39,7 @@ function displaySort(){ $sort_cache = $CACHE->readCache('sort'); $output = ''; foreach($sort_cache as $value){ - $output .= '
  • '.$value['sortname'].'('.$value['lognum'].')'.displaySortItem($value['sid']).'
  • '; + $output .= '
  • '.$value['sortname'].'('.$value['lognum'].')

    '.displaySortItem($value['sid']).'
  • '; } $output = ''; return $output; diff --git a/archiver_show.php b/archiver_show.php index d031e39..6506301 100644 --- a/archiver_show.php +++ b/archiver_show.php @@ -16,6 +16,7 @@ $ckname = $ckmail = $ckurl = $verifyCode = false; $icp = Option::get('icp'); $footer_info = Option::get('footer_info'); if($res['hide'] == 'y' || !function_exists('displaySort') || !function_exists('displayRecord')) emMsg('不存在的页面!'); +emLoadJQuery(); include View::getView('header'); $log_content = '