From 812bbb55c294372524d2124fd3e4158c2a2bf478 Mon Sep 17 00:00:00 2001 From: devlike Date: Thu, 8 Feb 2018 11:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E7=AB=99=E7=82=B9CMS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/view/posts/archives/add.html | 148 ++++++++++++++++ .../admin/view/posts/archives/edit.html | 137 +++++++++++++++ .../admin/view/posts/archives/index.html | 48 ++++++ .../admin/view/posts/archives/recyclebin.html | 25 +++ application/admin/view/posts/channel/add.html | 161 +++++++++++++++++ .../admin/view/posts/channel/edit.html | 162 ++++++++++++++++++ .../admin/view/posts/channel/index.html | 28 +++ application/admin/view/posts/modelx/add.html | 24 +++ application/admin/view/posts/modelx/edit.html | 92 ++++++++++ .../admin/view/posts/modelx/fieldset.html | 105 ++++++++++++ .../admin/view/posts/modelx/index.html | 21 +++ application/admin/view/posts/page/add.html | 112 ++++++++++++ application/admin/view/posts/page/edit.html | 112 ++++++++++++ application/admin/view/posts/page/index.html | 28 +++ application/admin/view/posts/sites/add.html | 132 ++++++++++++++ application/admin/view/posts/sites/edit.html | 154 +++++++++++++++++ application/admin/view/posts/sites/index.html | 28 +++ 17 files changed, 1517 insertions(+) create mode 100644 application/admin/view/posts/archives/add.html create mode 100644 application/admin/view/posts/archives/edit.html create mode 100644 application/admin/view/posts/archives/index.html create mode 100644 application/admin/view/posts/archives/recyclebin.html create mode 100644 application/admin/view/posts/channel/add.html create mode 100644 application/admin/view/posts/channel/edit.html create mode 100644 application/admin/view/posts/channel/index.html create mode 100644 application/admin/view/posts/modelx/add.html create mode 100644 application/admin/view/posts/modelx/edit.html create mode 100644 application/admin/view/posts/modelx/fieldset.html create mode 100644 application/admin/view/posts/modelx/index.html create mode 100644 application/admin/view/posts/page/add.html create mode 100644 application/admin/view/posts/page/edit.html create mode 100644 application/admin/view/posts/page/index.html create mode 100644 application/admin/view/posts/sites/add.html create mode 100644 application/admin/view/posts/sites/edit.html create mode 100644 application/admin/view/posts/sites/index.html diff --git a/application/admin/view/posts/archives/add.html b/application/admin/view/posts/archives/add.html new file mode 100644 index 00000000..b71591f3 --- /dev/null +++ b/application/admin/view/posts/archives/add.html @@ -0,0 +1,148 @@ + +
+
+
+
+ +
+ +
+
+ {notempty name="siteList"} +
+ +
+ +
+
+ {/notempty} +
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    + +
    + + +
    +
    + +
    +
    +
    +
    +
    {:__('Other')}
    +
    +
    +
    +
    +
    + +
    +
    + + + +
    +
    +
    +
    + +
    + {:build_radios('row[status]', ['new'=>__('New'), 'normal'=>__('Normal'), 'hidden'=>__('Hidden')], 'new','radio-info')} +
    +
    +
    + +
    + {:build_radios('row[comment_status]', ['0'=>__('Open'), '1'=>__('Close')],0,'radio-info')} +
    +
    +
    + +
    + {$multilanguage} +
    +
    +
    + +
    +
    + + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    diff --git a/application/admin/view/posts/archives/edit.html b/application/admin/view/posts/archives/edit.html new file mode 100644 index 00000000..7e2885ca --- /dev/null +++ b/application/admin/view/posts/archives/edit.html @@ -0,0 +1,137 @@ + +
    +
    +
    +
    + +
    + +
    +
    + +
    + +
    + +
    + +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    +
    + + + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      + +
      + {$extra} +
      +
      + + +
      +
      + +
      +
      +
      +
      +
      {:__('Other')}
      +
      +
      +
      +
      +
      + +
      +
      + + + +
      +
      +
      +
      + +
      + {:build_radios('row[status]', ['new'=>__('New'), 'normal'=>__('normal'), 'hidden'=>__('hidden')], $row['status'],'radio-info')} +
      +
      +
      + +
      + {:build_radios('row[comment_status]', ['open'=>__('Open'), 'close'=>__('Close')], $row['comment_status'],'radio-info')} +
      +
      +
      + +
      + {$multilanguage} +
      +
      +
      + +
      +
      + + + + + +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      diff --git a/application/admin/view/posts/archives/index.html b/application/admin/view/posts/archives/index.html new file mode 100644 index 00000000..abf96369 --- /dev/null +++ b/application/admin/view/posts/archives/index.html @@ -0,0 +1,48 @@ +
      + {:build_heading()} + +
      +
      +
      +
      +
      + {:build_toolbar(['refresh','add','move','del'], ['add'=>[url('posts/archives/add'), 'btn btn-success btn-addtabs', 'fa fa-plus', __('Add'), __('Add')], 'move'=>['javascript:;', 'btn btn-info btn-move btn-disabled', 'fa fa-arrow-right', __('Move'), __('Move')]])} + + + {:__('Recyclebin')} +
      + +
      +
      +
      + +
      +
      +
      + + \ No newline at end of file diff --git a/application/admin/view/posts/archives/recyclebin.html b/application/admin/view/posts/archives/recyclebin.html new file mode 100644 index 00000000..223c6809 --- /dev/null +++ b/application/admin/view/posts/archives/recyclebin.html @@ -0,0 +1,25 @@ +
      + {:build_heading()} + +
      +
      +
      + +
      + +
      +
      +
      diff --git a/application/admin/view/posts/channel/add.html b/application/admin/view/posts/channel/add.html new file mode 100644 index 00000000..d718c396 --- /dev/null +++ b/application/admin/view/posts/channel/add.html @@ -0,0 +1,161 @@ +
      +
      +
      +
      + +
      + +
      +
      +
      + +
      +
      + {foreach name="typeList" item="vo"} + + {/foreach} +
      +
      +
      + + 栏目: 栏目类型下不可以发布文章,但可以添加子栏目、列表、链接
      + 列表: 列表类型下可以发布文章,但不能添加子栏目
      + 链接: 链接类型下不可以发布文章和子级栏目
      +
      +
      +
      +
      +
      + +
      +
      + {foreach name="modelList" item="vo"} + + + {/foreach} +
      +
      +
      + + {notempty name="siteList"} +
      + +
      + +
      +
      + {/notempty} +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
      + +
      + +
      +
      +
      + +
      + {:build_radios('row[status]', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')],null,'radio-inline radio-success')} +
      +
      +
      + +
      + +
      + +
      +
      + + + +
        +
        +
        +
        +
        + +
        + +
        +
        + +
        + +
        + +
        +
        +
        + +
        + +
        +
        +
        + +
        + {$multilanguage} +
        +
        +
        + +
        +
        +
        +
        +
        + +
        diff --git a/application/admin/view/posts/channel/edit.html b/application/admin/view/posts/channel/edit.html new file mode 100644 index 00000000..75ae4fac --- /dev/null +++ b/application/admin/view/posts/channel/edit.html @@ -0,0 +1,162 @@ + +
        +
        +
        +
        + +
        + +
        +
        +
        + +
        +
        + {foreach name="typeList" item="vo"} + + {/foreach} +
        +
        +
        + + 栏目: 栏目类型下不可以发布文章,但可以添加子栏目、列表、链接
        + 列表: 列表类型下可以发布文章,但不能添加子栏目
        + 链接: 链接类型下不可以发布文章和子级栏目
        +
        +
        +
        +
        +
        + +
        +
        + {foreach name="modelList" item="vo"} + + + {/foreach} +
        +
        +
        + {notempty name="siteList"} +
        + +
        + +
        +
        + {/notempty} +
        + +
        + + + +
        +
        +
        + +
        + +
        +
        +
        + +
        + +
        +
        +
        + +
        + +
        +
        +
        + +
        + +
        +
        +
        + +
        + +
        +
        +
        + +
        + {:build_radios('row[status]', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')], $row['status'])} +
        +
        +
        + +
        +
        + +
        +
        + + + +
          +
          +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + {$multilanguage} +
          +
          +
          + +
          +
          +
          +
          +
          + + +
          diff --git a/application/admin/view/posts/channel/index.html b/application/admin/view/posts/channel/index.html new file mode 100644 index 00000000..7c836813 --- /dev/null +++ b/application/admin/view/posts/channel/index.html @@ -0,0 +1,28 @@ +
          + {:build_heading()} + +
          +
          +
          +
          + + +
          +
          +
          + +
          +
          +
          diff --git a/application/admin/view/posts/modelx/add.html b/application/admin/view/posts/modelx/add.html new file mode 100644 index 00000000..bf6634d5 --- /dev/null +++ b/application/admin/view/posts/modelx/add.html @@ -0,0 +1,24 @@ +
          + +
          + +
          + +
          +
          +
          + +
          + +
          +
          + +
          diff --git a/application/admin/view/posts/modelx/edit.html b/application/admin/view/posts/modelx/edit.html new file mode 100644 index 00000000..e380469f --- /dev/null +++ b/application/admin/view/posts/modelx/edit.html @@ -0,0 +1,92 @@ + +
          +
          +
          +

          {$row.title}{:__('Name')} ({$row.name})

          +
          +
          + + 重要提示:添加删除 字段后,需要点击"保存及应用"才会生效! +
          +
          + + +
          +
          + {:__('field')} + {:__('fieldname')} + {:__('type')} + {:__('status')} + {:__('operate')} +
          +
            + {notempty name="$row.extra"} + {foreach $row.extra as $index=>$vo} +
          • $field} + data-{$key}="{$field}" + {/foreach} + > + + {$vo.field} + {$vo.fieldname} + {:__($vo.type)} + + + + + + + + + +
          • + {/foreach} + {/notempty} + +
          +
          +
          + + +
          + + diff --git a/application/admin/view/posts/modelx/fieldset.html b/application/admin/view/posts/modelx/fieldset.html new file mode 100644 index 00000000..38760a5b --- /dev/null +++ b/application/admin/view/posts/modelx/fieldset.html @@ -0,0 +1,105 @@ +
          + +
          + +
          + +
          +
          +
          + +
          + + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          + {:build_radios('status', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')], 'normal')} +
          +
          + +
          \ No newline at end of file diff --git a/application/admin/view/posts/modelx/index.html b/application/admin/view/posts/modelx/index.html new file mode 100644 index 00000000..f36d2956 --- /dev/null +++ b/application/admin/view/posts/modelx/index.html @@ -0,0 +1,21 @@ +
          + {:build_heading()} + +
          +
          +
          +
          +
          + {:build_toolbar()} +
          + +
          +
          +
          + +
          +
          +
          \ No newline at end of file diff --git a/application/admin/view/posts/page/add.html b/application/admin/view/posts/page/add.html new file mode 100644 index 00000000..825c9077 --- /dev/null +++ b/application/admin/view/posts/page/add.html @@ -0,0 +1,112 @@ +
          + {notempty name="siteList"} +
          + +
          + +
          +
          + {/notempty} + +
          + +
          + +
          +
          +
          + +
          +
          + /a/ + +
          +
          +
          +
          + +
          + +
          +
          +
          + +
          + +
          +
          +
          + +
          +
          + + + +
            +
            +
            +
            +
            + +
            + +
            +
            +
            + +
            + +
            +
            +
            + +
            + +
            +
            +
            + +
            + +
            +
            +
            + +
            + +
            +
            +
            + +
            + +
            +
            +
            + +
            + {:build_radios('row[status]', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')])} +
            +
            +
            + +
            + {$multilanguage} +
            +
            + +
            diff --git a/application/admin/view/posts/page/edit.html b/application/admin/view/posts/page/edit.html new file mode 100644 index 00000000..6b0bbd29 --- /dev/null +++ b/application/admin/view/posts/page/edit.html @@ -0,0 +1,112 @@ +
            + {notempty name="siteList"} +
            + +
            + +
            +
            + {/notempty} + +
            + +
            + +
            +
            +
            + +
            +
            + /a/ + +
            +
            +
            +
            + +
            + +
            +
            +
            + +
            + +
            +
            +
            + +
            +
            + + + +
              +
              +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + {:build_radios('row[status]', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')], $row['status'])} +
              +
              +
              + +
              + {$multilanguage} +
              +
              + +
              diff --git a/application/admin/view/posts/page/index.html b/application/admin/view/posts/page/index.html new file mode 100644 index 00000000..6d631031 --- /dev/null +++ b/application/admin/view/posts/page/index.html @@ -0,0 +1,28 @@ +
              + {:build_heading()} + +
              +
              +
              +
              + + +
              +
              +
              + +
              +
              +
              diff --git a/application/admin/view/posts/sites/add.html b/application/admin/view/posts/sites/add.html new file mode 100644 index 00000000..ea6d70dd --- /dev/null +++ b/application/admin/view/posts/sites/add.html @@ -0,0 +1,132 @@ +
              +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + {$multilanguage} +
              +
              +
              + +
              + {:build_radios('row[status]', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')], 'normal', 'radio-success')} +
              +
              +
              + +
              + +
              + {volist id="vo" name="moduleList"} +
              + + {$vo.descript} +
              + {/volist} +
              +
              +
              +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              +
              + +
              +
              + +
              +
              +
              + 变量名 + 变量值 +
              +
              {:__('Append')}
              +
              +
              +
              +
              +
              +
              +
              + + +
              + + \ No newline at end of file diff --git a/application/admin/view/posts/sites/edit.html b/application/admin/view/posts/sites/edit.html new file mode 100644 index 00000000..9f1428bb --- /dev/null +++ b/application/admin/view/posts/sites/edit.html @@ -0,0 +1,154 @@ +
              +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              + +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + {$multilanguage} +
              +
              +
              + +
              + {:build_radios('row[status]', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')], $row['status'])} +
              +
              +
              + +
              +
              +
              +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              +
              + {foreach name="settings['seo']" item="lang" key="language"} + {notin name="language" value="zh-cn"} +

              {:__('Lang')} - {:config('site.multilanguages')[$language]}({$language})

              +
              + +
              + +
              +
              +
              + +
              + +
              +
              +
              + +
              + +
              +
              + {/notin} + {/foreach} +
              +
              + +
              +
              +
              + 变量名 + 变量值 +
              + {foreach name="$settings['custom']" item="vo" key="key"} +
              + + + +
              + {/foreach} +
              {:__('Append')}
              +
              +
              +
              +
              +
              +
              +
              + + +
              + + + \ No newline at end of file diff --git a/application/admin/view/posts/sites/index.html b/application/admin/view/posts/sites/index.html new file mode 100644 index 00000000..613270af --- /dev/null +++ b/application/admin/view/posts/sites/index.html @@ -0,0 +1,28 @@ +
              + {:build_heading()} + +
              +
              +
              +
              + + +
              +
              +
              + +
              +
              +