headTitle($this->config->title->site); $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); $this->headScript()->appendFile('/js/jquery-1.7.min.js'); $this->headLink()->appendStylesheet('/css/author.css'); $this->headLink()->appendStylesheet('/css/admin.css'); $this->headScript()->appendFile('/js/jquery.colorbox-min.js'); $this->headLink()->appendStylesheet('/css/colorbox.css'); $this->breadcrumb('首页'); $this->breadcrumb('后台首页'); $this->breadcrumb('数据管理'); $this->breadcrumb('新建元数据'); $this->breadcrumb()->setSeparator(' > '); ?>

根据已有数据创建元数据

paginator)): echo "
    "; $autoindex=0; foreach ($this->paginator as $item): $autoindex++; ?>
  • 以此为模板新建 | 查看数据

    400?$this->escape(mb_substr($item['description'],0,400,'UTF-8').'...'):$this->escape($item['description']); ?>

  • "; endif; ?>