headTitle($this->config->title->site);
$this->headTitle('后台管理');
$this->headTitle()->setSeparator(' - ');
$this->breadcrumb('首页');
$this->breadcrumb('数据管理');
$this->breadcrumb('文献管理');
$this->breadcrumb()->setSeparator(' > ');
$this->theme->AppendPlus($this,'colorbox');
$this->theme->AppendPlus($this,"uploadify");
$this->theme->AppendPlus($this,'admin_plugin');
?>
= $this->partial('data/left.phtml'); ?>
= $this->partial('data/ref-nav.phtml',array('ac'=>$this->ac)); ?>
error)) { ?>
= $this->error ?>
msg)) { ?>
= $this->msg ?>
= empty($this->referenceData['title']) ? $this->referenceData['reference'] : $this->referenceData['title'] ?>
data)) { ?>
data as $k=>$ref)
{
echo '
';
foreach($ref as $index=>$value)
{
$v = is_array($value) ? join("|",$value) : $value;
echo '- '.$index .":". $v .'
';
}
echo "
";
}
?>