From 7a4f561e851fdc7246d804c3abb6748b8a4199a6 Mon Sep 17 00:00:00 2001 From: gnowgi Date: Thu, 15 Mar 2012 16:19:20 +0530 Subject: master trunk of gnowsys-studio --- gstudio/templates/feeds/comment_description.html | 1 + gstudio/templates/feeds/comment_title.html | 2 ++ gstudio/templates/feeds/discussion_description.html | 1 + gstudio/templates/feeds/discussion_title.html | 2 ++ gstudio/templates/feeds/nodetype_description.html | 1 + gstudio/templates/feeds/nodetype_title.html | 1 + gstudio/templates/feeds/pingback_description.html | 1 + gstudio/templates/feeds/pingback_title.html | 2 ++ gstudio/templates/feeds/trackback_description.html | 1 + gstudio/templates/feeds/trackback_title.html | 2 ++ 10 files changed, 14 insertions(+) create mode 100644 gstudio/templates/feeds/comment_description.html create mode 100644 gstudio/templates/feeds/comment_title.html create mode 100644 gstudio/templates/feeds/discussion_description.html create mode 100644 gstudio/templates/feeds/discussion_title.html create mode 100644 gstudio/templates/feeds/nodetype_description.html create mode 100644 gstudio/templates/feeds/nodetype_title.html create mode 100644 gstudio/templates/feeds/pingback_description.html create mode 100644 gstudio/templates/feeds/pingback_title.html create mode 100644 gstudio/templates/feeds/trackback_description.html create mode 100644 gstudio/templates/feeds/trackback_title.html (limited to 'gstudio/templates/feeds') diff --git a/gstudio/templates/feeds/comment_description.html b/gstudio/templates/feeds/comment_description.html new file mode 100644 index 0000000..8141388 --- /dev/null +++ b/gstudio/templates/feeds/comment_description.html @@ -0,0 +1 @@ +{{ obj.comment }} diff --git a/gstudio/templates/feeds/comment_title.html b/gstudio/templates/feeds/comment_title.html new file mode 100644 index 0000000..f9ee8ab --- /dev/null +++ b/gstudio/templates/feeds/comment_title.html @@ -0,0 +1,2 @@ +{% load i18n %} +{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }} diff --git a/gstudio/templates/feeds/discussion_description.html b/gstudio/templates/feeds/discussion_description.html new file mode 100644 index 0000000..8141388 --- /dev/null +++ b/gstudio/templates/feeds/discussion_description.html @@ -0,0 +1 @@ +{{ obj.comment }} diff --git a/gstudio/templates/feeds/discussion_title.html b/gstudio/templates/feeds/discussion_title.html new file mode 100644 index 0000000..f9ee8ab --- /dev/null +++ b/gstudio/templates/feeds/discussion_title.html @@ -0,0 +1,2 @@ +{% load i18n %} +{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }} diff --git a/gstudio/templates/feeds/nodetype_description.html b/gstudio/templates/feeds/nodetype_description.html new file mode 100644 index 0000000..7afb28a --- /dev/null +++ b/gstudio/templates/feeds/nodetype_description.html @@ -0,0 +1 @@ +{{ obj.html_content|safe }} diff --git a/gstudio/templates/feeds/nodetype_title.html b/gstudio/templates/feeds/nodetype_title.html new file mode 100644 index 0000000..91b32ca --- /dev/null +++ b/gstudio/templates/feeds/nodetype_title.html @@ -0,0 +1 @@ +{{ obj.title|safe }} diff --git a/gstudio/templates/feeds/pingback_description.html b/gstudio/templates/feeds/pingback_description.html new file mode 100644 index 0000000..8141388 --- /dev/null +++ b/gstudio/templates/feeds/pingback_description.html @@ -0,0 +1 @@ +{{ obj.comment }} diff --git a/gstudio/templates/feeds/pingback_title.html b/gstudio/templates/feeds/pingback_title.html new file mode 100644 index 0000000..f9ee8ab --- /dev/null +++ b/gstudio/templates/feeds/pingback_title.html @@ -0,0 +1,2 @@ +{% load i18n %} +{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }} diff --git a/gstudio/templates/feeds/trackback_description.html b/gstudio/templates/feeds/trackback_description.html new file mode 100644 index 0000000..8141388 --- /dev/null +++ b/gstudio/templates/feeds/trackback_description.html @@ -0,0 +1 @@ +{{ obj.comment }} diff --git a/gstudio/templates/feeds/trackback_title.html b/gstudio/templates/feeds/trackback_title.html new file mode 100644 index 0000000..f9ee8ab --- /dev/null +++ b/gstudio/templates/feeds/trackback_title.html @@ -0,0 +1,2 @@ +{% load i18n %} +{{ obj.user_name }} {% trans "on" %} {{ obj.submit_date|date:"DATETIME_FORMAT" }} -- cgit v1.1