From 36b44f371bd240fe448d7a22f7295581c9b35633 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Mon, 5 Jan 2009 15:59:59 -0500 Subject: Move package comments to a template. Change layout in the process. Signed-off-by: Loui Chang --- web/template/pkg_comments.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 web/template/pkg_comments.php (limited to 'web/template') diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php new file mode 100644 index 00000000..7bcf708b --- /dev/null +++ b/web/template/pkg_comments.php @@ -0,0 +1,38 @@ +
+ + + + + + + + + +
+ + '; + + echo $durl; + } + if ($SID) { + echo __("Comment by: %h%s%h on %s", + "", + $carr["UserName"], "", gmdate("Y m d [H:i:s]", $carr["CommentTS"])); + } else { + echo __("Comment by: %h%s%h on %s", + "", $carr["UserName"], "", + gmdate("Y m d [H:i:s]", $carr["CommentTS"])); + } +?> + +
+
+
+
-- cgit v1.2.3-24-g4f1b