Update of /var/cvs/contributions/natmm/templates/natmm/includes/zoek/results
In directory
james.mmbase.org:/tmp/cvs-serv743/templates/natmm/includes/zoek/results
Modified Files:
natuurgebieden_nodes.jsp articles_nodes.jsp items_nodes.jsp
evenement_nodes.jsp
Log Message:
NMCMS-447
See also:
http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/natmm/includes/zoek/results
See also: http://www.mmbase.org/jira/browse/NMCMS-447
Index: natuurgebieden_nodes.jsp
===================================================================
RCS file:
/var/cvs/contributions/natmm/templates/natmm/includes/zoek/results/natuurgebieden_nodes.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- natuurgebieden_nodes.jsp 22 Aug 2007 12:31:24 -0000 1.1
+++ natuurgebieden_nodes.jsp 23 Apr 2008 09:14:28 -0000 1.2
@@ -20,11 +20,10 @@
templateUrl =
ph.createPaginaUrl(sPageId,request.getContextPath());
templateUrl += (templateUrl.indexOf("?") ==-1 ? "?" : "&");
- searchResults.add("<span class=\"colortitle\">" + sRubriek +
"</span><br/>"
- + "<b>" + sPagina + "</b>"
- + "<ul style=\"margin:0px;margin-left:16px;\">"
- + "<li><a href=\"" + templateUrl + "n=" + sNatuurGebiedId
+ "\">" + sTitel + "</a></li>"
- + "</ul><br/>");
+ searchResults.add("<ul><li>"
+ + "<a href=\"" + templateUrl + "n=" + sNatuurGebiedId +
"\">" + sTitel + "</a><br/>"
+ + "<span class=\"colortitle\">" + sRubriek + "</span> -
<b>" + sPagina + "</b>"
+ + "</li></ul><br/>");
%>
</mm:field>
</mm:related>
Index: articles_nodes.jsp
===================================================================
RCS file:
/var/cvs/contributions/natmm/templates/natmm/includes/zoek/results/articles_nodes.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- articles_nodes.jsp 22 Aug 2007 12:31:24 -0000 1.1
+++ articles_nodes.jsp 23 Apr 2008 09:14:28 -0000 1.2
@@ -20,11 +20,10 @@
templateUrl =
ph.createPaginaUrl(sPageId,request.getContextPath());
templateUrl += (templateUrl.indexOf("?") ==-1 ? "?" : "&");
- searchResults.add("<span class=\"colortitle\">" + sRubriek +
"</span><br/>"
- + "<b>" + sPagina + "</b>"
- + "<ul style=\"margin:0px;margin-left:16px;\">"
- + "<li><a href=\"" + templateUrl + "id=" + sArticleId +
"\">" + sTitel + "</a></li>"
- + "</ul><br/>");
+ searchResults.add("<ul><li>"
+ + "<a href=\"" + templateUrl + "id=" + sArticleId + "\">" +
sTitel + "</a><br/>"
+ + "<span class=\"colortitle\">" + sRubriek + "</span> - <b>"
+ sPagina + "</b>"
+ + "</li></ul><br/>");
%>
</mm:field>
</mm:related>
Index: items_nodes.jsp
===================================================================
RCS file:
/var/cvs/contributions/natmm/templates/natmm/includes/zoek/results/items_nodes.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- items_nodes.jsp 22 Aug 2007 12:31:24 -0000 1.1
+++ items_nodes.jsp 23 Apr 2008 09:14:28 -0000 1.2
@@ -20,11 +20,10 @@
templateUrl =
ph.createPaginaUrl(sPageId,request.getContextPath());
templateUrl += (templateUrl.indexOf("?") ==-1 ? "?" : "&");
- searchResults.add("<span class=\"colortitle\">" + sRubriek +
"</span><br/>"
- + "<b>" + sPagina + "</b>"
- + "<ul style=\"margin:0px;margin-left:16px;\">"
- + "<li><a href=\"" + templateUrl + "u=" + sItemId +
"\">" + sTitel + "</a></li>"
- + "</ul><br/>");
+ searchResults.add("<ul><li>"
+ + "<a href=\"" + templateUrl + "u=" + sItemId + "\">"
+ sTitel + "</a><br/>"
+ + "<span class=\"colortitle\">" + sRubriek + "</span>
- <b>" + sPagina + "</b>"
+ + "</li></ul><br/>");
%>
</mm:field>
</mm:related>
Index: evenement_nodes.jsp
===================================================================
RCS file:
/var/cvs/contributions/natmm/templates/natmm/includes/zoek/results/evenement_nodes.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- evenement_nodes.jsp 22 Aug 2007 12:31:24 -0000 1.1
+++ evenement_nodes.jsp 23 Apr 2008 09:14:28 -0000 1.2
@@ -25,11 +25,10 @@
%><mm:node number="<%= sEvenementId %>">
<mm:field name="titel" jspvar="stitel" vartype="String"
write="false"><%sTitel2 = stitel;%></mm:field>
<%
- searchResults.add("<span class=\"colortitle\">" + sRubriek2 +
"</span><br/>"
- + "<b>" + sPagina2 + "</b>"
- + "<ul style=\"margin:0px;margin-left:16px;\">"
- + "<li><a href=\"" + templateUrl + "e=" +
Evenement.getNextOccurence(sEvenementId) + "\">" + sTitel2 + "</a></li>"
- + "</ul><br/>");
+ searchResults.add("<ul><li>"
+ + "<a href=\"" + templateUrl + "e=" +
Evenement.getNextOccurence(sEvenementId) + "\">" + sTitel2 + "</a><br/>"
+ + "<span class=\"colortitle\">" + sRubriek2 + "</span> -
<b>" + sPagina2 + "</b>"
+ + "</li></ul><br/>");
%>
</mm:node><%
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs