~chrisccoulson/ubuntu-start-page/bug755028

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" ?> 

<Module>
  <ModulePrefs 
	title="Ubuntu Links"
	title_url="http://www.ubuntu.com"
	height="210"
	author="Matthew Nuzum"
	author_email="matthew.nuzum@canonical.com"
	/> 
  <Content type="html">
  <![CDATA[
	<div id="content_div" style="font-size: 9pt;">
	<table border="0" cellspacing="0" cellpadding="2">
	<tr>
		<td valign="top"><a target="_top" href="http://www.ubuntu.com/support"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/icon-users.png" alt="" width="48" height="48" border="0"></a></td>
		<td style="font-size: 7pt;"><strong><a target="_top" href="http://www.ubuntu.com/support">Get Support</a></strong><br />
		Stumped by a problem? Find out how to get help.</td>
	</tr><!--
	<tr>
		<td valign="top"><a target="_top" href="#"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/apps.png" alt="" width="48" height="48" border="0"></a></td>
		<td style="font-size: 7pt;"><strong><a target="_top" href="#">Find Software</a></strong><br />
		Find the program you need, choose from the broad catalog of free and commercial packages.</td>
	</tr>-->
	<tr>
		<td valign="top"><a target="_top" href="https://shop.canonical.com/"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/mug.png" alt="" width="48" height="48" border="0"></a></td>
		<td style="font-size: 7pt;"><strong><a target="_top" href="https://shop.canonical.com">Merchandise</a></strong><br />
		Make your friends jealous! Show off the latest Ubuntu gear.</td>
	</tr>
	<tr>
		<td valign="top"><a target="_top" href="http://www.ubuntu.com/community/participate"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/icon-getinvolved.png" alt="" width="48" height="48" border="0"></a></td>
		<td style="font-size: 7pt;"><strong><a target="_top" href="http://www.ubuntu.com/community/">Get Involved</a></strong><br />
		Ubuntu is also a community with limitless opportunities to join in.</td>
	</tr>
	<tr>
		<td valign="top"><a target="_top" href="http://forums.ubuntu.com"><img src="http://start.ubuntu.com/gadgets/images/sixlinks/news.png" alt="" width="48" height="48" border="0"></a></td>
		<td style="font-size: 7pt;"><strong><a target="_top" href="http://forums.ubuntu.com/">Forums</a></strong><br />
		Get help, learn what's new and join the discussions</td>
	</tr>
	</table>
	</div>
  ]]>
  </Content>
</Module>