diff --git a/application/default/views/scripts/author/view-dataoreder.phtml b/application/default/views/scripts/author/view-dataoreder.phtml new file mode 100644 index 00000000..cb3a26ba --- /dev/null +++ b/application/default/views/scripts/author/view-dataoreder.phtml @@ -0,0 +1,89 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->author); +$this->headTitle()->setSeparator(' - '); +$this->headScript()->appendFile('/js/jquery-1.7.min.js'); +$this->headLink()->appendStylesheet('/css/author.css'); +$this->breadcrumb('首页'); +$this->breadcrumb('数据作者'); +$this->breadcrumb('查看数据作者'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + + + +
+ error)) + { + echo $this->error; + } + ?> +
+ paginator)): + echo "
+ +
+ + \ No newline at end of file