From 8d794d0939dfea4062a1374a1750a52ee137115c Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Thu, 22 Mar 2012 09:58:16 +0000 Subject: [PATCH] =?UTF-8?q?#303=20=E5=A2=9E=E5=8A=A0=E4=BA=86=E6=8C=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9F=A5=E7=9C=8B=E7=9A=84=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scripts/author/view-dataoreder.phtml | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 application/default/views/scripts/author/view-dataoreder.phtml 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 "
    "; + $autoindex=0; + foreach ($this->paginator as $item): + $autoindex++; + if(!empty($item['offa_id'])) : + ?> +
  • +

    【离线申请】 ()

    +

    单位:

    +

    项目:

    +

    +

    +
  • + +
  • +

    【在线下载记录】 ()

    +

    单位:

    +

    项目:

    +
  • + "; + endif; ?> +
+ +
+ + \ No newline at end of file