summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/nodes_search.html
diff options
context:
space:
mode:
authorsupriya <supriya@dragbox.(none)>2012-09-26 15:49:52 +0530
committersupriya <supriya@dragbox.(none)>2012-09-26 15:49:52 +0530
commit94535d4adc3a4960795d22e3b229a8375de10b74 (patch)
tree8d77de86b443495d67360dcd40786f2b8208d334 /gstudio/templates/gstudio/nodes_search.html
parentcad11e2f7ed848cdfd7779451bb0f4f931e062c3 (diff)
downloadgnowsys-94535d4adc3a4960795d22e3b229a8375de10b74.tar.gz
all modules integrated
Diffstat (limited to 'gstudio/templates/gstudio/nodes_search.html')
-rw-r--r--gstudio/templates/gstudio/nodes_search.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/nodes_search.html b/gstudio/templates/gstudio/nodes_search.html
index 7fbc53d..87c9e16 100644
--- a/gstudio/templates/gstudio/nodes_search.html
+++ b/gstudio/templates/gstudio/nodes_search.html
@@ -24,9 +24,16 @@
{% endif %}
{% for object in object_list %}
+ {% ifequal object.title|truncatewords:"3" 'page box of ...' %}
+
+ {% else %}
+ {% ifequal object.title|truncatewords:"3" 'message box of ...' %}
+ {% else %}
{% with object.html_content|truncatewords_html:100|safe as object_content %}
{% include "gstudio/_nodetype_detail.html" %}
{% endwith %}
+{% endifequal %}
+{% endifequal %}
{% empty %}
<p class="notice">{% trans "Nothing found." %}</p>
{% endfor %}