Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv6749
Modified Files:
page.jspx
Log Message:
listens to new attribuut
See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates
Index: page.jspx
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/page.jspx,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- page.jspx 9 Nov 2008 20:22:03 -0000 1.24
+++ page.jspx 10 Nov 2008 10:40:59 -0000 1.25
@@ -9,7 +9,7 @@
Presents a table with one page of query results. Plus paging to other
pages (in tfoot).
Used in ajax-calls, but can also be directly included with mm:include
(for initial results).
@todo Searching only happens in actual mmbase queries now. How about
lucene queries?
- @version $Id: page.jspx,v 1.24 2008/11/09 20:22:03 andre Exp $
+ @version $Id: page.jspx,v 1.25 2008/11/10 10:40:59 andre Exp $
-->
<jsp:output omit-xml-declaration="true" />
<mm:import externid="id" required="true" />
@@ -119,9 +119,11 @@
<tbody>
<mm:listnodes varStatus="status" jspvar="n">
<mm:include page="node.tr.jspx" attributes="status,[EMAIL
PROTECTED],customizedir?,fields?" />
+ <c:if test="${relations == true}">
<mm:compare referid="id" regexp="\w*current">
<mm:include page="relations.tr.jspx" attributes="[EMAIL
PROTECTED],query,customizedir?,fields?" />
</mm:compare>
+ </c:if>
</mm:listnodes>
</tbody>
</table>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs