minor fix
This commit is contained in:
parent
78ba6bd571
commit
bbbb0b0f6e
|
@ -54,7 +54,7 @@ $('#divFooter').css('position','absolute');
|
||||||
|
|
||||||
<a href="/admin/news/newslist">所有新闻列表</a>
|
<a href="/admin/news/newslist">所有新闻列表</a>
|
||||||
</div>
|
</div>
|
||||||
<table id="report" class="stylized full" style="width:650px;">
|
<table id="report" class="stylized full">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="50%">新闻标题</th>
|
<th width="50%">新闻标题</th>
|
||||||
|
|
|
@ -2,9 +2,8 @@
|
||||||
$this->headTitle($this->config->title->site);
|
$this->headTitle($this->config->title->site);
|
||||||
$this->headTitle($this->config->title->author);
|
$this->headTitle($this->config->title->author);
|
||||||
$this->headTitle()->setSeparator(' - ');
|
$this->headTitle()->setSeparator(' - ');
|
||||||
//$this->headLink()->appendStylesheet('/css/admin.css');
|
|
||||||
$this->breadcrumb('<a href="/">首页</a>');
|
$this->breadcrumb('<a href="/">首页</a>');
|
||||||
$this->breadcrumb('<a href="/admin/data">数据管理</a>');
|
$this->breadcrumb('<a href="/author">数据作者</a>');
|
||||||
$this->breadcrumb('DOI');
|
$this->breadcrumb('DOI');
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
$this->breadcrumb()->setSeparator(' > ');
|
||||||
$this->theme->AppendPlus($this,'colorbox');
|
$this->theme->AppendPlus($this,'colorbox');
|
||||||
|
|
Loading…
Reference in New Issue