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

Collapse All | Expand All

(-)a/org.eclipse.help.webapp/advanced/advanced.jsp (-2 / +2 lines)
Lines 182-189 Link Here
182
<body dir="<%=direction%>" onload="onloadHandler()">
182
<body dir="<%=direction%>" onload="onloadHandler()">
183
183
184
<form name="searchForm" onsubmit="doAdvancedSearch()">
184
<form name="searchForm" onsubmit="doAdvancedSearch()">
185
<div style="overflow:auto;height:250px;">
185
<div style="overflow:auto;height:250px;" role="search">
186
	<table id="searchTable" width="100%" cellspacing=0 cellpading=0 border=0 align=center >
186
	<table id="searchTable" width="100%" cellspacing=0 cellpading=0 border=0 align=center role="presentation">
187
		<tr><td style="padding:0px 10px;"><label for="searchWord"><%=ServletResources.getString("SearchExpression", request)%></label>
187
		<tr><td style="padding:0px 10px;"><label for="searchWord"><%=ServletResources.getString("SearchExpression", request)%></label>
188
		</td></tr>
188
		</td></tr>
189
		<tr><td style="padding:0px 10px;"><input type="text" id="searchWord" name="searchWord" value="<%=UrlUtil.htmlEncode(data.getSearchWord())%>" maxlength=256 alt="<%=ServletResources.getString("SearchExpression", request)%>" title="<%=ServletResources.getString("SearchExpression", request)%>">
189
		<tr><td style="padding:0px 10px;"><input type="text" id="searchWord" name="searchWord" value="<%=UrlUtil.htmlEncode(data.getSearchWord())%>" maxlength=256 alt="<%=ServletResources.getString("SearchExpression", request)%>" title="<%=ServletResources.getString("SearchExpression", request)%>">
(-)a/org.eclipse.help.webapp/advanced/quickSearch.jsp (-1 / +1 lines)
Lines 129-135 Link Here
129
129
130
<body dir="<%=direction%>" onload="onloadHandler()" >
130
<body dir="<%=direction%>" onload="onloadHandler()" >
131
<form onsubmit="doQuickSearch();return false;">
131
<form onsubmit="doQuickSearch();return false;">
132
    <div id="typeinContainer" >
132
    <div id="typeinContainer" role="search">
133
        <label id="searchLabel"
133
        <label id="searchLabel"
134
		        for="searchWord"
134
		        for="searchWord"
135
		        accesskey="<%=ServletResources.getAccessKey("SearchExpressionColon", request)%>">
135
		        accesskey="<%=ServletResources.getAccessKey("SearchExpressionColon", request)%>">
(-)a/org.eclipse.help.webapp/advanced/searchScoped.jsp (-1 / +3 lines)
Lines 287-293 Link Here
287
<body dir="<%=direction%>" onload="onloadHandler()"  onunload="closeAdvanced()">
287
<body dir="<%=direction%>" onload="onloadHandler()"  onunload="closeAdvanced()">
288
288
289
	<form  name="searchForm"   onsubmit="doSearch()">
289
	<form  name="searchForm"   onsubmit="doSearch()">
290
		<table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0">
290
	<div role="search">
291
		<table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0" role="presentation">
291
			<tr nowrap  valign="middle">
292
			<tr nowrap  valign="middle">
292
				<td <%=isRTL?"nowrap":""%> id="searchTD">
293
				<td <%=isRTL?"nowrap":""%> id="searchTD">
293
					<label id="searchLabel" for="searchWord" accesskey="<%=ServletResources.getAccessKey("SearchLabel", request)%>">
294
					<label id="searchLabel" for="searchWord" accesskey="<%=ServletResources.getAccessKey("SearchLabel", request)%>">
Lines 313-318 Link Here
313
			</tr>
314
			</tr>
314
315
315
		</table>
316
		</table>
317
	</div>
316
	</form>		
318
	</form>		
317
319
318
</body>
320
</body>
(-)a/org.eclipse.help.webapp/advanced/searchSimple.jsp (-1 / +3 lines)
Lines 208-214 Link Here
208
<body dir="<%=direction%>" onload="onloadHandler()"  onunload="closeAdvanced()">
208
<body dir="<%=direction%>" onload="onloadHandler()"  onunload="closeAdvanced()">
209
209
210
	<form  name="searchForm"   onsubmit="doSearch()">
210
	<form  name="searchForm"   onsubmit="doSearch()">
211
		<table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0">
211
	<div role="search">
212
		<table id="searchTable" align="<%=isRTL?"right":"left"%>" valign="middle" cellspacing="0" cellpadding="0" border="0" role="presentation">
212
			<tr nowrap  valign="middle">
213
			<tr nowrap  valign="middle">
213
				<td <%=isRTL?"nowrap":""%>>
214
				<td <%=isRTL?"nowrap":""%>>
214
					<label id="searchLabel" for="searchWord" accesskey="<%=ServletResources.getAccessKey("SearchLabel", request)%>">
215
					<label id="searchLabel" for="searchWord" accesskey="<%=ServletResources.getAccessKey("SearchLabel", request)%>">
Lines 228-233 Link Here
228
			</tr>
229
			</tr>
229
230
230
		</table>
231
		</table>
232
	</div>
231
	</form>		
233
	</form>		
232
234
233
</body>
235
</body>

Return to bug 362364