xlawrence 2005/04/27 12:09:02 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/view/jsp blog.jsp blog_listing.jsp web_css.jsp
Log:
Nice new RSS buttons
Revision Changes Path
1.1.2.20 +2 -2 corporate_portal_templates/src/view/jsp/blog.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog.jsp.diff?r1=1.1.2.19&r2=1.1.2.20&f=h
1.1.2.36 +2 -3 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.35&r2=1.1.2.36&f=h
1.28.4.12 +31 -9 corporate_portal_templates/src/view/jsp/web_css.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/web_css.jsp.diff?r1=1.28.4.11&r2=1.28.4.12&f=h
Index: blog.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog.jsp,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -r1.1.2.19 -r1.1.2.20
--- blog.jsp 27 Apr 2005 09:13:21 -0000 1.1.2.19
+++ blog.jsp 27 Apr 2005 10:09:01 -0000 1.1.2.20
@@ -10,7 +10,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><h1><a href="<%=bypassUrl%>"><%@ include
file="include/page_title.inc"%></a</h1></td>
- <td align="right" width="36"><a
href="<%=bypassUrl%>/template/blog_rss_2_0.rss"><img
src="http://cyber.law.harvard.edu/blogs/system/xml.gif" alt="Subscribe via RSS
to this blog" border="0"/></a></td>
+ <td align="right" width="36"><div class="xmlWrap"><div
class="xmlButton"><a class="xmlButton" title="Subscribe via RSS to this blog"
href="<%=bypassUrl%>/template/blog_rss_2_0.rss">RSS</a></div><div
class="spacer"> </div></div></td>
</tr>
</table>
<div class="blog">
@@ -42,7 +42,7 @@
}
%>
</dl>
- <a href="<%=bypassUrl%>/template/blog_rss_2_0.rss"><img
src="http://cyber.law.harvard.edu/blogs/system/xml.gif" alt="Subscribe via RSS
to this blog" border="0"/></a>
+ <div class="xmlWrap"><div class="xmlButton"><a class="xmlButton"
title="Subscribe via RSS to this blog"
href="<%=bypassUrl%>/template/blog_rss_2_0.rss">RSS</a></div><div
class="spacer"> </div></div>
</div>
</td>
<td><img src="<jahia:contextURL/>/images/pix.gif" width="25" height="12"
alt=""/></td>
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.35
retrieving revision 1.1.2.36
diff -u -r1.1.2.35 -r1.1.2.36
--- blog_listing.jsp 27 Apr 2005 09:18:27 -0000 1.1.2.35
+++ blog_listing.jsp 27 Apr 2005 10:09:01 -0000 1.1.2.36
@@ -9,7 +9,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><h1><a href="<%=bypassUrl%>"><%@ include
file="include/page_title.inc"%></a</h1></td>
- <td align="right" width="36"><a
href="<%=bypassUrl%>/template/blog_listing_rss_2_0.rss"><img
src="http://cyber.law.harvard.edu/blogs/system/xml.gif" alt="Combined RSS feed
for all blogs" border="0"/></a></td>
+ <td align="right" width="36"><div class="xmlWrap"><div
class="xmlButton"><a class="xmlButton" title="Combined RSS feed for all blogs"
href="<%=bypassUrl%>/template/blog_listing_rss_2_0.rss">RSS</a></div><div
class="spacer"> </div></div></td>
</tr>
</table>
<div class="blog">
@@ -520,6 +520,5 @@
</tr>
</table>
-<a href="<%=bypassUrl%>/template/blog_listing_rss_2_0.rss"><img
src="http://cyber.law.harvard.edu/blogs/system/xml.gif" alt="Combined RSS feed
for all blogs" border="0"/></a>
-
+<div class="xmlWrap"><div class="xmlButton"><a class="xmlButton"
title="Combined RSS feed for all blogs"
href="<%=bypassUrl%>/template/blog_listing_rss_2_0.rss">RSS</a></div><div
class="spacer"> </div></div>
<%@ include file="include/footer.inc"%>
Index: web_css.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/web_css.jsp,v
retrieving revision 1.28.4.11
retrieving revision 1.28.4.12
diff -u -r1.28.4.11 -r1.28.4.12
--- web_css.jsp 26 Apr 2005 12:55:44 -0000 1.28.4.11
+++ web_css.jsp 27 Apr 2005 10:09:02 -0000 1.28.4.12
@@ -910,14 +910,36 @@
font-weight: bold;
padding: 0 2px 0 2px;
}
-a.rss {
- background: #FF6600;
- padding: 0 5px 0 5px;
+
+div.xmlButton {
+ font-family: verdana,helvetica,arial,sans-serif;
+ font-size: 10px;
+ background-color: #ff6600;
color: #FFFFFF;
- font-size: 10px;
- border-top: 1px solid #cccccc;
- border-left: 1px solid #cccccc;
- border-top: 1px solid #FF6633;
- border-left: 1px solid #FF6633;
- text-decoration: none;
+ text-decoration: none;
+ padding: 0px 1px 0px 1px;
}
+
+a.xmlButton {
+ font-family: verdana,helvetica,arial,sans-serif;
+ font-size: 10px;
+ font-weight: bold;
+ color: #FFFFFF;
+ text-decoration: none;
+}
+
+div.xmlWrap {
+ border: 1px solid #666;
+ padding: 1px;
+ text-decoration: none;
+ background-color: transparent;
+ margin: 0px 0px 0px 0px;
+ width: 34px;
+ text-align: center;
+}
+
+div.spacer {
+ clear: both;
+ font-size: 1px;
+ line-height: 0px;
+}
\ No newline at end of file