diff --git a/app/views/Admin/comments.asp b/app/views/Admin/comments.asp new file mode 100644 index 0000000..391589a --- /dev/null +++ b/app/views/Admin/comments.asp @@ -0,0 +1,88 @@ +
Approve comments before they appear on posts.
+| Comment | +Post | +Status | +Created | +Actions | +
|---|---|---|---|---|
|
+ <%= H(adminCommentItem.AuthorName) %>
+ <% If Len(Trim(CStr(adminCommentItem.AuthorEmail))) > 0 Then %>
+ <%= H(adminCommentItem.AuthorEmail) %>
+ <% End If %>
+ <%= H(adminCommentItem.Body) %>
+ |
+ + <% If Len(adminCommentPostUrl) > 0 Then %> + <%= H(adminCommentPostTitle) %> + <% Else %> + <%= H(adminCommentPostTitle) %> + <% End If %> + | ++ <% If adminCommentItem.IsApproved = 1 Then %> + Approved + <% Else %> + Pending + <% End If %> + | ++ <%= H(FormatDateTime(adminCommentItem.CreatedDate, vbShortDate)) %> + | ++ <% If adminCommentItem.IsApproved = 1 Then %> + + <% Else %> + + <% End If %> + + | +