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 195295 | Differences between
and this patch

Collapse All | Expand All

(-)C:/99/index_.php (-28 / +15 lines)
Lines 27-58 Link Here
27
		
27
		
28
$html = <<<EOHTML
28
$html = <<<EOHTML
29
29
30
<div id="midcolumn" style="width:93%">
30
<div id="midcolumn" style="float:none; width:auto;">
31
    <div align="left" style="width:95%">
31
    <div style="margin-left:10px; margin-top:10pt;">
32
        <table border="0"> 
32
        <div style="float:right; margin-right: 30pt; margin-left: 10pt;"><img src="/mylyn/images/install-overview.gif"/></div>
33
        	<tr>
33
        <img style="margin:20px;" src="/mylyn/images/downloads.gif" align="left"/>
34
        		<td valign="center">
34
	<div>
35
        			<br>&nbsp; 
35
        The minimal Mylyn install is a standalone Task List.  Optional Task Repository Connectors integrate the
36
        			<img src="/mylyn/images/downloads.gif">
36
        Task List with bug/task/issue trackers and project management tools.  
37
        		</td>
37
        Bridges focus the user interface on the active task and installing all available bridges is recommended. 
38
		        <td valign="center">
38
        The preferred way of installing is via the 
39
		        	<p>
39
		<a href="http://wiki.eclipse.org/index.php/Mylyn_User_Guide#Download">Update Manager (instructions available)</a>.
40
			        The minimal Mylyn install is a standalone Task List.  Optional Task Repository Connectors integrate the
40
		On Eclipse 3.2 use only the <i>Search for new features..</i> option.
41
			        Task List with bug/task/issue trackers and project management tools.  
41
        </div>			        
42
			        Bridges focus the user interface on the active task and installing all available bridges is recommended. 
42
    </div>
43
			        The preferred way of installing is via the 
44
					<a href="http://wiki.eclipse.org/index.php/Mylyn_User_Guide#Download">Update Manager (instructions available)</a>.
45
					On Eclipse 3.2 use only the <i>Search for new features..</i> option.
46
			        </p>			        
47
		        </td>
48
		        <td valign="top">
49
			        <img src="/mylyn/images/install-overview.gif">
50
			    </td>
51
		    </tr>
52
		</table>
53
	</div>	
54
43
55
    <div class="homeitem3col" style="width:95%">
44
    <div class="homeitem3col" style="width:95%; clear:right">
56
		<h3>Mylyn 2.1 Milestone Update Sites</h3> 
45
		<h3>Mylyn 2.1 Milestone Update Sites</h3> 
57
		<ul>
46
		<ul>
58
			<li>
47
			<li>
Lines 111-119 Link Here
111
		</ul>
100
		</ul>
112
	</div>
101
	</div>
113
102
114
	<div align="homeitem3col" style="width:95%">&nbsp;</div>  
103
	<div class="homeitem3col" style="width:95%; border:none; margin-left:0px">
115
116
	<div align="homeitem3col" style="width:95%"> 
117
		<table border="0" cellpadding="3"> 
104
		<table border="0" cellpadding="3"> 
118
			<tr>
105
			<tr>
119
				<td width=15></td>
106
				<td width=15></td>

Return to bug 195295