From 99f8ecf3916833f85189f5d32e9b8385832395e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=96=E4=B8=AD=E6=B2=89?= <341936031@qq.com> Date: Sun, 2 Apr 2023 11:12:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=89=88=E9=97=A8=E6=88=B7?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E6=96=B0=E5=A2=9E=E8=AF=84=E8=AE=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=94=AF=E6=8C=81=E4=BB=A5=E5=8F=8A=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 湖中沉 <341936031@qq.com> --- .../template/default/touch/portal/comment.htm | 50 +++++++++++++++++++ .../default/touch/portal/comment_li.htm | 35 +++++++++++++ .../default/touch/portal/portal_comment.htm | 49 ++++++++++++++++++ .../default/touch/portal/portalcp_comment.htm | 31 ++++++++++++ upload/template/default/touch/portal/view.htm | 5 ++ 5 files changed, 170 insertions(+) create mode 100644 upload/template/default/touch/portal/comment.htm create mode 100644 upload/template/default/touch/portal/comment_li.htm create mode 100644 upload/template/default/touch/portal/portal_comment.htm create mode 100644 upload/template/default/touch/portal/portalcp_comment.htm diff --git a/upload/template/default/touch/portal/comment.htm b/upload/template/default/touch/portal/comment.htm new file mode 100644 index 000000000..2162435c0 --- /dev/null +++ b/upload/template/default/touch/portal/comment.htm @@ -0,0 +1,50 @@ + +
+
+

{lang comment_view}

+
+
+ +
+
+

$csubject['title']

+

{lang comment} ($csubject['commentnum'])

+
+
+ +
+ + + {lang hide_portal_comment} + + +
$multi
+ +
+
+ + + + + + +
    +
  • + +
  • + + + +
+
+
+ +
+
+ +
+ \ No newline at end of file diff --git a/upload/template/default/touch/portal/comment_li.htm b/upload/template/default/touch/portal/comment_li.htm new file mode 100644 index 000000000..cd18e5224 --- /dev/null +++ b/upload/template/default/touch/portal/comment_li.htm @@ -0,0 +1,35 @@ + +
  • +
    + + + + + + + hidden + + +
    +

    + + {$comment['username']} + + {lang guest} + +

    +
    + ({lang moderate_need}) + +
    +
    +
    +
    + $comment['message'] {lang moderate_not_validate} +
    +
  • \ No newline at end of file diff --git a/upload/template/default/touch/portal/portal_comment.htm b/upload/template/default/touch/portal/portal_comment.htm new file mode 100644 index 000000000..45f30749c --- /dev/null +++ b/upload/template/default/touch/portal/portal_comment.htm @@ -0,0 +1,49 @@ +
    +
    +
    +
    + + {lang hide_portal_comment} + + {lang latest_comment} +
    + +
    + +
    {lang view_all_comments}($data['commentnum'])
    + + +
    +
    + + + + + + + + + + + + + +
      +
    • + +
    • + + + +
    +
    +
    + +
    +
    + +
    \ No newline at end of file diff --git a/upload/template/default/touch/portal/portalcp_comment.htm b/upload/template/default/touch/portal/portalcp_comment.htm new file mode 100644 index 000000000..91d362673 --- /dev/null +++ b/upload/template/default/touch/portal/portalcp_comment.htm @@ -0,0 +1,31 @@ + + + + [quote]{$comment[username]}: {$comment[message]}[/quote] + +
    +

    {lang comment_edit_content}

    +
    + + + +
    + +
    +
    {lang cancel}
    +
    + + +
    +

    {lang comment_delete}

    +
    + + + +
    {lang comment_delete_confirm}
    +
    {lang cancel}
    +
    +
    + + + \ No newline at end of file diff --git a/upload/template/default/touch/portal/view.htm b/upload/template/default/touch/portal/view.htm index b4aff9199..37cbc2de8 100644 --- a/upload/template/default/touch/portal/view.htm +++ b/upload/template/default/touch/portal/view.htm @@ -37,4 +37,9 @@
    + + + + + \ No newline at end of file -- Gitee