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 = '