|
70 | 70 | <!--################################################### |
71 | 71 | Headers and Footers |
72 | 72 | ################################################### --> |
73 | | - <!-- let's have a Spring and I21 banner across the top of each page --> |
| 73 | + <!-- let's have a Spring and SpringSource banner across the top of each page --> |
74 | 74 | <xsl:template name="user.header.navigation"> |
75 | 75 | <div style="background-color:white;border:none;height:73px;border:1px solid black;"> |
76 | 76 | <a style="border:none;" href="http://static.springframework.org/spring-ws/site/" |
77 | 77 | title="The Spring Framework - Spring Web Services"> |
78 | 78 | <img style="border:none;" src="images/xdev-spring_logo.jpg"/> |
79 | 79 | </a> |
80 | 80 | <a style="border:none;" href="http://www.springsource.com/" title="SpringSource"> |
81 | | - <img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/i21-banner-rhs.jpg"/> |
| 81 | + <img style="border:none;position:absolute;padding-top:5px;right:42px;" src="images/s2_box_logo.png"/> |
82 | 82 | </a> |
83 | 83 | </div> |
84 | 84 | </xsl:template> |
85 | 85 | <!-- no other header navigation (prev, next, etc.) --> |
86 | 86 | <xsl:template name="header.navigation"/> |
87 | 87 | <xsl:param name="navig.showtitles">1</xsl:param> |
88 | | - <!-- let's have a 'Sponsored by Interface21' strapline (or somesuch) across the bottom of each page --> |
| 88 | + <!-- let's have a 'Sponsored by SpringSource' strapline (or somesuch) across the bottom of each page --> |
89 | 89 | <xsl:template name="footer.navigation"> |
90 | 90 | <xsl:param name="prev" select="/foo"/> |
91 | 91 | <xsl:param name="next" select="/foo"/> |
|
187 | 187 | </td> |
188 | 188 | <td width="20%" align="center"> |
189 | 189 | <span style="color:white;font-size:90%;"> |
190 | | - <a href="http://www.interface21.com/" |
191 | | - title="Interface21 - Spring from the Source">Sponsored by Interface21 |
| 190 | + <a href="http://www.springsource.com/" |
| 191 | + title="SpringSource">Sponsored by SpringSource |
192 | 192 | </a> |
193 | 193 | </span> |
194 | 194 | </td> |
|
0 commit comments