Subversion Repositories DevTools

Rev

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

Rev 5952 Rev 6370
Line 238... Line 238...
238
			If CInt(pkgInfoHash.Item("base_view_id")) = enumBASE_VIEW_PRODUCTS Then
238
			If CInt(pkgInfoHash.Item("base_view_id")) = enumBASE_VIEW_PRODUCTS Then
239
				isProduct = TRUE
239
				isProduct = TRUE
240
			End If
240
			End If
241
		Else
241
		Else
242
			' Try to be smart and decide if it is ERG product by name
242
			' Try to be smart and decide if it is ERG product by name
243
			If InStr( pkgInfoHash.Item("pkg_name"), "ERG", 0) = 1  Then
243
			If (InStr( pkgInfoHash.Item("pkg_name"), "ERG", 0) = 1) OR (InStr( pkgInfoHash.Item("pkg_name"), "VIX", 0) = 1) Then
244
				isProduct = TRUE
244
				isProduct = TRUE
245
			End If
245
			End If
246
        End If
246
        End If
247
	End If
247
	End If
248
 
248
 
Line 366... Line 366...
366
		    <%If rsQry.Recordcount > 0 Then%>
366
		    <%If rsQry.Recordcount > 0 Then%>
367
					  	
367
					  	
368
						
368
						
369
		    <table width="100%"  border="0" cellspacing="1" cellpadding="3">
369
		    <table width="100%"  border="0" cellspacing="1" cellpadding="3">
370
		    <tr>
370
		    <tr>
371
			    <td width="1" background="images/bg_form_lightbluedark.gif" class="form_item"></td>
371
		      <td width="1"   background="images/bg_form_lightbluedark.gif" class="form_item"></td>
372
		      <td width="50%" background="images/bg_form_lightbluedark.gif" class="form_item">Name</td>
372
		      <td width="50%" background="images/bg_form_lightbluedark.gif" class="form_item">Name</td>
373
		      <td width="50%" background="images/bg_form_lightbluedark.gif" class="form_item" align="right">Byte Size</td>
373
		      <td width="50%" background="images/bg_form_lightbluedark.gif" class="form_item" align="right">Byte Size</td>
374
		    </tr>
374
		    </tr>
375
		    <%
375
		    <%
376
		    While ((NOT rsQry.BOF) AND (NOT rsQry.EOF)) 
376
		    While ((NOT rsQry.BOF) AND (NOT rsQry.EOF))