Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 129098 | Differences between
and this patch

Collapse All | Expand All

(-)main.php (-5 / +5 lines)
Lines 36-42 Link Here
36
//		return $rss;
36
//		return $rss;
37
		foreach ($rss->channel as $channel) 
37
		foreach ($rss->channel as $channel) 
38
		{
38
		{
39
			$html .= "<h6>";
39
			$html .= "<h3>";
40
		
40
		
41
			// Add the RSS image on the right
41
			// Add the RSS image on the right
42
			$html .= "<a href=\"$rssurl\"><img src=\"/images/rss.gif\" align=\"right\" alt=\"More...\" /></a>";
42
			$html .= "<a href=\"$rssurl\"><img src=\"/images/rss.gif\" align=\"right\" alt=\"More...\" /></a>";
Lines 47-53 Link Here
47
			// show news in long format.
47
			// show news in long format.
48
			$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
48
			$html .= "&nbsp;<a href=\"/webtools/news.html\"><img src=\"/images/more.gif\" title=\"More...\" alt=\"More...\" /></a>";
49
49
50
			$html .= "</h6>";
50
			$html .= "</h3>";
51
		
51
		
52
//		$description = $channel->description;
52
//		$description = $channel->description;
53
//		if (strlen($description) > 0) {
53
//		if (strlen($description) > 0) {
Lines 114-119 Link Here
114
				</tr>
114
				</tr>
115
			</table>
115
			</table>
116
		<div class="homeitem3col">
116
		<div class="homeitem3col">
117
			$wtpnews
118
		</div>
119
		<div class="homeitem3col">
117
			<h3>Subprojects</h3>
120
			<h3>Subprojects</h3>
118
			<ul>
121
			<ul>
119
				<li>
122
				<li>
Lines 163-171 Link Here
163
				<li><a href="/newsgroups/main.html#wtp">Newsgroup</a></li>
166
				<li><a href="/newsgroups/main.html#wtp">Newsgroup</a></li>
164
			</ul>
167
			</ul>
165
		</div>
168
		</div>
166
		<div class="sideitem">
167
			$wtpnews
168
		</div>
169
	</div>
169
	</div>
170
</div>
170
</div>
171
EOHTML;
171
EOHTML;

Return to bug 129098