| Line 750... |
Line 750... |
| 750 |
<td align="center" class="form_item"><img src='images/spacer.gif' width='7' height='10' hspace='6'></td>
|
750 |
<td align="center" class="form_item"><img src='images/spacer.gif' width='7' height='10' hspace='6'></td>
|
| 751 |
<%End If%>
|
751 |
<%End If%>
|
| 752 |
<td nowrap class="body_row"><%=rsRep("pkg_name") &" "& rsRep("pkg_version")%></td>
|
752 |
<td nowrap class="body_row"><%=rsRep("pkg_name") &" "& rsRep("pkg_version")%></td>
|
| 753 |
<td nowrap><a href="mailto:<%=rsRep("owner_email")%>" class="txt_linked"><%=rsRep("owner")%></a> </td>
|
753 |
<td nowrap><a href="mailto:<%=rsRep("owner_email")%>" class="txt_linked"><%=rsRep("owner")%></a> </td>
|
| 754 |
<td nowrap><a href="mailto:<%=rsRep("modifier_email")%>" class="txt_linked"><%=rsRep("modifier")%></a> </td>
|
754 |
<td nowrap><a href="mailto:<%=rsRep("modifier_email")%>" class="txt_linked"><%=rsRep("modifier")%></a> </td>
|
| 755 |
<td class="body_row"><%=EuroDate( rsRep("insert_stamp") )%></td>
|
755 |
<td class="body_row"><%=DisplayDate( rsRep("insert_stamp") )%></td>
|
| 756 |
<td class="body_row"></td>
|
756 |
<td class="body_row"></td>
|
| 757 |
</tr>
|
757 |
</tr>
|
| 758 |
<% rsRep.MoveNext
|
758 |
<% rsRep.MoveNext
|
| 759 |
WEnd
|
759 |
WEnd
|
| 760 |
%>
|
760 |
%>
|
| Line 1369... |
Line 1369... |
| 1369 |
' -------- END GROUP ------------------------
|
1369 |
' -------- END GROUP ------------------------
|
| 1370 |
%>
|
1370 |
%>
|
| 1371 |
<tr>
|
1371 |
<tr>
|
| 1372 |
<td class="body_row"></td>
|
1372 |
<td class="body_row"></td>
|
| 1373 |
<td nowrap class="body_row"><a href="used_by.asp?pv_id=<%=rsRep("pv_id")%>&rtag_id=<%=NNrtag_id%>" class="txt_linked"><%=rsRep("pkg_name") &" "& rsRep("pkg_version")%></a></td>
|
1373 |
<td nowrap class="body_row"><a href="used_by.asp?pv_id=<%=rsRep("pv_id")%>&rtag_id=<%=NNrtag_id%>" class="txt_linked"><%=rsRep("pkg_name") &" "& rsRep("pkg_version")%></a></td>
|
| 1374 |
<td nowrap class="body_row"><%=EuroDate( rsRep("modified_stamp") )%> by <a href="mailto:<%=rsRep("modifier_email")%>" class="txt_linked"><%=rsRep("modifier")%></a> </td>
|
1374 |
<td nowrap class="body_row"><%=DisplayDate( rsRep("modified_stamp") )%> by <a href="mailto:<%=rsRep("modifier_email")%>" class="txt_linked"><%=rsRep("modifier")%></a> </td>
|
| 1375 |
<td nowrap class="body_row"><%=EuroDate( rsRep("insert_stamp") )%> by <a href="mailto:<%=rsRep("insertor_email")%>" class="txt_linked"><%=rsRep("insertor")%></a> </td>
|
1375 |
<td nowrap class="body_row"><%=DisplayDate( rsRep("insert_stamp") )%> by <a href="mailto:<%=rsRep("insertor_email")%>" class="txt_linked"><%=rsRep("insertor")%></a> </td>
|
| 1376 |
<td class="body_row"></td>
|
1376 |
<td class="body_row"></td>
|
| 1377 |
</tr>
|
1377 |
</tr>
|
| 1378 |
<% rsRep.MoveNext
|
1378 |
<% rsRep.MoveNext
|
| 1379 |
WEnd
|
1379 |
WEnd
|
| 1380 |
%>
|
1380 |
%>
|
| Line 2600... |
Line 2600... |
| 2600 |
<td> </td>
|
2600 |
<td> </td>
|
| 2601 |
<td> </td>
|
2601 |
<td> </td>
|
| 2602 |
<td bgcolor="#F5F5F5" valign="top" nowrap class="body_row"><img src="images/i_test.gif" width="16" height="16" hspace="1" align="absmiddle"><%=rsRep("test_name")%></td>
|
2602 |
<td bgcolor="#F5F5F5" valign="top" nowrap class="body_row"><img src="images/i_test.gif" width="16" height="16" hspace="1" align="absmiddle"><%=rsRep("test_name")%></td>
|
| 2603 |
<td bgcolor="#F5F5F5" valign="top" class="body_row"><%=NewLine_To_BR ( To_HTML ( rsRep("test_summary") ) )%></td>
|
2603 |
<td bgcolor="#F5F5F5" valign="top" class="body_row"><%=NewLine_To_BR ( To_HTML ( rsRep("test_summary") ) )%></td>
|
| 2604 |
<td bgcolor="#F5F5F5" align="center" valign="top"> </td>
|
2604 |
<td bgcolor="#F5F5F5" align="center" valign="top"> </td>
|
| 2605 |
<td bgcolor="#F5F5F5" valign="top" nowrap class="body_txt"><%=EuroDate ( rsRep("completion_date") )%> <a href="mailto:<%=rsRep("user_email")%>" class="txt_linked"><%=rsRep("completed_by")%></a> </td>
|
2605 |
<td bgcolor="#F5F5F5" valign="top" nowrap class="body_txt"><%=DisplayDate ( rsRep("completion_date") )%> <a href="mailto:<%=rsRep("user_email")%>" class="txt_linked"><%=rsRep("completed_by")%></a> </td>
|
| 2606 |
<td> </td>
|
2606 |
<td> </td>
|
| 2607 |
</tr>
|
2607 |
</tr>
|
| 2608 |
<tr>
|
2608 |
<tr>
|
| 2609 |
<td><img src="images/spacer.gif" width="1" height="1"></td>
|
2609 |
<td><img src="images/spacer.gif" width="1" height="1"></td>
|
| 2610 |
<td><img src="images/spacer.gif" width="1" height="1"></td>
|
2610 |
<td><img src="images/spacer.gif" width="1" height="1"></td>
|
| Line 3542... |
Line 3542... |
| 3542 |
<td background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
3542 |
<td background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 3543 |
<td background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
3543 |
<td background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 3544 |
</tr>
|
3544 |
</tr>
|
| 3545 |
</table>
|
3545 |
</table>
|
| 3546 |
<H5><a name="C3">Statistics</a></H5>
|
3546 |
<H5><a name="C3">Statistics</a></H5>
|
| 3547 |
Report generated on <%=EuroDate(Date)%> at <%=Time%><BR>
|
3547 |
Report generated on <%=DisplayDate(Date)%> at <%=Time%><BR>
|
| 3548 |
<%=NumPkgsListed %> Package(s) Listed<BR>
|
3548 |
<%=NumPkgsListed %> Package(s) Listed<BR>
|
| 3549 |
<%=NumIssuesListed %> Issue(s) Listed<BR>
|
3549 |
<%=NumIssuesListed %> Issue(s) Listed<BR>
|
| 3550 |
<!-- PRINT, SAVE, ETC. ------------>
|
3550 |
<!-- PRINT, SAVE, ETC. ------------>
|
| 3551 |
<%If parPrint = "" Then%>
|
3551 |
<%If parPrint = "" Then%>
|
| 3552 |
<br>
|
3552 |
<br>
|