Subversion Repositories DevTools

Rev

Rev 6612 | Rev 6827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6612 Rev 6790
Line 246... Line 246...
246
				
246
				
247
			End If
247
			End If
248
			%>
248
			%>
249
			<span class="body_colb">Patches</span><br>
249
			<span class="body_colb">Patches</span><br>
250
			
250
			
251
                        <table width="100%" border="0" cellspacing="1" cellpadding="3">
251
                        <table width="100%" border="0" cellspacing="1" cellpadding="3" class='stdGrey'>
-
 
252
                            <thead>
252
                          <tr> 
253
                              <tr> 
253
						    <td align="center" background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Installation<br>Order</td>
254
                                <th align="center" nowrap width="1%">Installation<br>Order</th>
254
                            <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
255
                                <th nowrap width="1%"></th>
255
                            <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Patch Version&nbsp;</td>
256
                                <th nowrap width="1%">Patch Version&nbsp;</th>
256
                			<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field">Reason for this version</td>
257
                                <th nowrap width="100%">Reason for this version</th>
257
							<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Release Date</td>
258
                                <th nowrap width="1%">Release Date</th>
258
                            <td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
259
                                <th nowrap width="1%"></th>
259
                          </tr>
260
                              </tr>
-
 
261
                            </thead>
260
                          
262
                          
261
                          <%If patchRecCount < 1 Then%>
263
                          <%If patchRecCount < 1 Then%>
262
                          <tr> 
264
                          <tr> 
263
						  	<td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
265
						  	<td>&nbsp;</td>
264
                            <td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
266
                            <td>&nbsp;</td>
265
                            <td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
267
                            <td>&nbsp;</td>
266
                            <td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
268
                            <td>&nbsp;</td>
267
                            <td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
269
                            <td>&nbsp;</td>
268
							<td background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
270
							<td>&nbsp;</td>
269
                          </tr>
271
                          </tr>
270
                          <%End If%>
272
                          <%End If%>
271
                          <%
273
                          <%
272
						  While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))
274
						  While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))
273
						  %>
275
						  %>
Line 275... Line 277...
275
						  <%
277
						  <%
276
						  ' ---------- PATCH ---------- 
278
						  ' ---------- PATCH ---------- 
277
						  If Cstr(rsTemp("patch_id")) = "0" Then
279
						  If Cstr(rsTemp("patch_id")) = "0" Then
278
						  %>
280
						  %>
279
                          <tr>
281
                          <tr>
280
						    <td align="center" nowrap background="images/bg_form_lightgray.gif" valign="top"><a href='javascript:;' onClick="MM_openVixIFrame('_wform_patch_install_order.asp?patch_id=<%=rsTemp("ppatch_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Change Install Order')" class="txt_linked" title="Change Install Order"><%=rsTemp("install_order")%></a></td>
282
						    <td align="center" nowrap valign="top"><a href='javascript:;' onClick="MM_openVixIFrame('_wform_patch_install_order.asp?patch_id=<%=rsTemp("ppatch_id")%>&pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','Change Install Order')" class="txt_linked" title="Change Install Order"><%=rsTemp("install_order")%></a></td>
281
							<td align="center" nowrap background="images/bg_form_lightgray.gif" valign="top"><%If rsTemp("dlocked") = "Y" Then%><%=imgLocked%><%End If%></td>
283
							<td align="center" nowrap valign="top"><%If rsTemp("dlocked") = "Y" Then%><%=imgLocked%><%End If%></td>
282
                            <td background="images/bg_form_lightgray.gif" nowrap valign="top"><a href="fixed_issues.asp?pv_id=<%=rsTemp("ppatch_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=PatchIcon ( rsTemp("is_patch"), rsTemp("is_obsolete") )%><%=rsTemp("pkg_version")%></a></td>
284
                            <td nowrap valign="top"><a href="fixed_issues.asp?pv_id=<%=rsTemp("ppatch_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=PatchIcon ( rsTemp("is_patch"), rsTemp("is_obsolete") )%><%=rsTemp("pkg_version")%></a></td>
283
                            <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR( To_HTML ( rsTemp("comments") ) )%><br><%=NewLine_To_BR( To_HTML ( rsTemp("obsolete_comments") ) )%></td>
285
                            <td valign="top"><%=NewLine_To_BR( To_HTML ( rsTemp("comments") ) )%><br><%=NewLine_To_BR( To_HTML ( rsTemp("obsolete_comments") ) )%></td>
284
                            <td background="images/bg_form_lightgray.gif" class="form_item" nowrap valign="top"><%=DisplayDateTime(rsTemp("release_stamp"))%><%If NOT IsNull(rsTemp("release_stamp"))Then%> by <%=emailField(rsTemp("full_name"),rsTemp("user_email"))%><%End If%></td>
286
                            <td nowrap valign="top"><%=DisplayDateTime(rsTemp("release_stamp"))%><%If NOT IsNull(rsTemp("release_stamp"))Then%> by <%=emailField(rsTemp("full_name"),rsTemp("user_email"))%><%End If%></td>
285
							<%If rsTemp("dlocked") = "N" Then%>
287
							<%If rsTemp("dlocked") = "N" Then%>
286
                            	<td align="center" background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="_remove_patch.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&patch_id=<%=rsTemp("ppatch_id")%>" onClick="return vixConfirmDelete('this patch');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a></td>
288
                            	<td align="center" valign="top"><a href="_remove_patch.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&patch_id=<%=rsTemp("ppatch_id")%>" onClick="return vixConfirmDelete('this patch');"><img src="images/i_delete.gif" alt="Remove from list." width="13" height="12" hspace="3" border="0"></a></td>
287
							<%Else%>
289
							<%Else%>
288
								<td align="center" background="images/bg_form_lightgray.gif" class="form_item" valign="top"><img src="images/i_delete_disable.gif" alt="Remove disabled." width="13" height="12" hspace="3" border="0"></td>
290
								<td align="center" valign="top"><img src="images/i_delete_disable.gif" alt="Remove disabled." width="13" height="12" hspace="3" border="0"></td>
289
							<%End If%>
291
							<%End If%>
290
                          </tr>
292
                          </tr>
291
						  
293
						  
292
						  <%
294
						  <%
293
						  Else
295
						  Else
294
						  ' ---------  DEPENDENCY ---------
296
						  ' ---------  DEPENDENCY ---------
295
						  %>
297
						  %>
296
						  <tr>
298
						  <tr>
297
						    <td align="center" nowrap background="images/bg_form_lightgray.gif"></td>
299
						    <td align="center" nowrap></td>
298
							<td align="center" nowrap background="images/bg_form_lightgray.gif"><%If rsTemp("dlocked") = "Y" Then%><%=imgLocked%><%End If%></td>
300
							<td align="center" nowrap><%If rsTemp("dlocked") = "Y" Then%><%=imgLocked%><%End If%></td>
299
                            <td background="images/bg_form_lightgray.gif" nowrap valign="top"><IMG src="images/spacer.gif" width="20" align="absmiddle"><a href="fixed_issues.asp?pv_id=<%=rsTemp("patch_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=PatchIcon ( rsTemp("is_patch"), rsTemp("is_obsolete") )%><%=rsTemp("pkg_name") &" "& rsTemp("pkg_version")%></a></td>
301
                            <td nowrap valign="top"><IMG src="images/spacer.gif" width="20" align="absmiddle"><a href="fixed_issues.asp?pv_id=<%=rsTemp("patch_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=PatchIcon ( rsTemp("is_patch"), rsTemp("is_obsolete") )%><%=rsTemp("pkg_name") &" "& rsTemp("pkg_version")%></a></td>
300
                            <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR( To_HTML ( rsTemp("comments") ) )%><br><%=NewLine_To_BR( To_HTML ( rsTemp("obsolete_comments") ) )%></td>
302
                            <td valign="top"><%=NewLine_To_BR( To_HTML ( rsTemp("comments") ) )%><br><%=NewLine_To_BR( To_HTML ( rsTemp("obsolete_comments") ) )%></td>
301
                            <td background="images/bg_form_lightgray.gif" class="form_item" nowrap valign="top"><%=DisplayDateTime(rsTemp("release_stamp"))%><%If NOT IsNull(rsTemp("release_stamp"))Then%> by <%=emailField(rsTemp("full_name"),rsTemp("user_email"))%><%End If%></td>
303
                            <td nowrap valign="top"><%=DisplayDateTime(rsTemp("release_stamp"))%><%If NOT IsNull(rsTemp("release_stamp"))Then%> by <%=emailField(rsTemp("full_name"),rsTemp("user_email"))%><%End If%></td>
302
                            <td align="center" background="images/bg_form_lightgray.gif" class="form_item" valign="top"></td>
304
                            <td align="center" valign="top"></td>
303
                          </tr>
305
                          </tr>
304
						  
306
						  
305
						  <%End If%>
307
						  <%End If%>
306
						  
308
						  
307
						  
309