From f9eaa8c220630578664fb6b46d082fce42726ca5 Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Sat, 15 Nov 2008 16:52:23 +0000 Subject: Initial add comment implementation. --- modules/comment/views/comment_form.html.php | 61 +++++++++++++++++----------- modules/comment/views/comment_list.html.php | 26 ++++++------ modules/comment/views/show_comments.html.php | 4 +- 3 files changed, 53 insertions(+), 38 deletions(-) (limited to 'modules/comment/views') diff --git a/modules/comment/views/comment_form.html.php b/modules/comment/views/comment_form.html.php index 1561035f..cc2c4028 100644 --- a/modules/comment/views/comment_form.html.php +++ b/modules/comment/views/comment_form.html.php @@ -1,25 +1,40 @@ -
-
- Add comment -
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - " /> -
  • -
-
-
+ + + ')"> + + + +
diff --git a/modules/comment/views/comment_list.html.php b/modules/comment/views/comment_list.html.php index ea824597..81c5691e 100644 --- a/modules/comment/views/comment_list.html.php +++ b/modules/comment/views/comment_list.html.php @@ -1,15 +1,13 @@ - + $comment): ?> +
  • +

    + author ?> + datetime) ?>, + datetime) ?> +

    +
    + text ?> +
    +
  • + diff --git a/modules/comment/views/show_comments.html.php b/modules/comment/views/show_comments.html.php index 5ba45883..35b2c67a 100644 --- a/modules/comment/views/show_comments.html.php +++ b/modules/comment/views/show_comments.html.php @@ -2,7 +2,9 @@

    - + -- cgit v1.2.3