pvollenweider 2005/04/26 17:30:46 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/view/jsp blog_listing.jsp
src/view/jsp/include blog_entries.inc blog_entry.inc
Log:
typo
Revision Changes Path
1.1.2.29 +5 -1 corporate_portal_templates/src/view/jsp/blog_listing.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog_listing.jsp.diff?r1=1.1.2.28&r2=1.1.2.29&f=h
1.1.2.20 +4 -1
corporate_portal_templates/src/view/jsp/include/blog_entries.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/blog_entries.inc.diff?r1=1.1.2.19&r2=1.1.2.20&f=h
1.1.2.26 +4 -1
corporate_portal_templates/src/view/jsp/include/blog_entry.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/blog_entry.inc.diff?r1=1.1.2.25&r2=1.1.2.26&f=h
Index: blog_listing.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog_listing.jsp,v
retrieving revision 1.1.2.28
retrieving revision 1.1.2.29
diff -u -r1.1.2.28 -r1.1.2.29
--- blog_listing.jsp 26 Apr 2005 15:16:52 -0000 1.1.2.28
+++ blog_listing.jsp 26 Apr 2005 15:30:46 -0000 1.1.2.29
@@ -205,7 +205,11 @@
if (categoryTitle == null) {
categoryTitle = categoryKey;
}
- %><a
href="<%=bypassUrl%>?category=<%=categoryKey%>"><%=categoryTitle%></a> <%
+ %><a
href="<%=bypassUrl%>?category=<%=categoryKey%>"><%=categoryTitle%></a><%
+ if (catIter.hasNext()){
+ %>, <%
+ }
+
}
JahiaContainerList comments =
entry.getContainerList( "comments" );
Index: blog_entries.inc
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/Attic/blog_entries.inc,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -r1.1.2.19 -r1.1.2.20
--- blog_entries.inc 26 Apr 2005 15:26:55 -0000 1.1.2.19
+++ blog_entries.inc 26 Apr 2005 15:30:46 -0000 1.1.2.20
@@ -113,7 +113,10 @@
if (categoryTitle == null) {
categoryTitle = categoryKey;
}
- %><a
href="<%=bypassUrl%>?category=<%=categoryKey%>"><%=categoryTitle%></a> <%
+ %><a
href="<%=bypassUrl%>?category=<%=categoryKey%>"><%=categoryTitle%></a><%
+ if (catIter.hasNext()){
+ %>, <%
+ }
}
JahiaContainerList comments = entry.getContainerList( "comments"
);
int commentsCount = 0;
Index: blog_entry.inc
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/Attic/blog_entry.inc,v
retrieving revision 1.1.2.25
retrieving revision 1.1.2.26
diff -u -r1.1.2.25 -r1.1.2.26
--- blog_entry.inc 26 Apr 2005 15:16:52 -0000 1.1.2.25
+++ blog_entry.inc 26 Apr 2005 15:30:46 -0000 1.1.2.26
@@ -141,7 +141,10 @@
if (categoryTitle == null) {
categoryTitle = categoryKey;
}
- %><a
href="<%=bypassUrl%>?category=<%=categoryKey%>"><%=categoryTitle%></a> <%
+ %><a
href="<%=bypassUrl%>?category=<%=categoryKey%>"><%=categoryTitle%></a><%
+ if (catIter.hasNext()){
+ %>, <%
+ }
}
%>