| Line 67... |
Line 67... |
| 67 |
<tr>
|
67 |
<tr>
|
| 68 |
<td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="300"></td>
|
68 |
<td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="300"></td>
|
| 69 |
<td valign="top">
|
69 |
<td valign="top">
|
| 70 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
70 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 71 |
<tr>
|
71 |
<tr>
|
| 72 |
<td align="right" background="images/bg_lght_gray.gif"><br>
|
72 |
<td align="left" background="images/bg_lght_gray.gif"><br>
|
| 73 |
<!-- TABS ------------------------------------------->
|
73 |
<!-- TABS ------------------------------------------->
|
| 74 |
<%
|
74 |
<%
|
| 75 |
If IsEmpty( Request("pv_id") ) Then
|
75 |
If IsEmpty( Request("pv_id") ) Then
|
| 76 |
Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
|
76 |
Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
|
| 77 |
Else
|
77 |
Else
|
| Line 89... |
Line 89... |
| 89 |
<%If NOT IsEmpty( Request("pv_id") ) Then%>
|
89 |
<%If NOT IsEmpty( Request("pv_id") ) Then%>
|
| 90 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
90 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
| 91 |
<tr>
|
91 |
<tr>
|
| 92 |
<td>
|
92 |
<td>
|
| 93 |
<div id="LayerDetails" style="height: 350px; overflow: auto;" name="LayerDetails">
|
93 |
<div id="LayerDetails" style="height: 350px; overflow: auto;" name="LayerDetails">
|
| 94 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
94 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='stdGrey'>
|
| - |
|
95 |
<thead>
|
| 95 |
<tr>
|
96 |
<tr>
|
| 96 |
<td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Product </td>
|
97 |
<th width="1%" >Product</th>
|
| 97 |
<td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Versions </td>
|
98 |
<th width="1%" >Versions</th>
|
| 98 |
<td width="100%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Comments </td>
|
99 |
<th width="100%">Comments</th>
|
| 99 |
<td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">URL</td>
|
100 |
<th width="1%" >URL</th>
|
| 100 |
<td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Added</td>
|
101 |
<th width="1%" >Added</th>
|
| 101 |
</tr>
|
102 |
</tr>
|
| - |
|
103 |
</thead>
|
| 102 |
<%Set rsSQL = OraDatabase.DbCreateDynaset( DBGet_Runtime_Dependencies ( parPv_id ), cint(0))%>
|
104 |
<%Set rsSQL = OraDatabase.DbCreateDynaset( DBGet_Runtime_Dependencies ( parPv_id ), cint(0))%>
|
| 103 |
<%If rsSQL.RecordCount < 1 Then%>
|
105 |
<%If rsSQL.RecordCount < 1 Then%>
|
| 104 |
<tr>
|
106 |
<tr>
|
| 105 |
<td background="images/bg_form_lightgray.gif"> </td>
|
107 |
<td>
|
| 106 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
108 |
<td nowrap> </td>
|
| 107 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
109 |
<td nowrap> </td>
|
| 108 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
110 |
<td nowrap> </td>
|
| 109 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
111 |
<td nowrap> </td>
|
| 110 |
</tr>
|
112 |
</tr>
|
| 111 |
<%End If%>
|
113 |
<%End If%>
|
| 112 |
<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
|
114 |
<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
|
| 113 |
<tr>
|
115 |
<tr>
|
| 114 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsSQL("pkg_name")%></td>
|
116 |
<td nowrap valign="top"><%=rsSQL("pkg_name")%></td>
|
| 115 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsSQL("pkg_version")%></td>
|
117 |
<td nowrap valign="top"><%=rsSQL("pkg_version")%></td>
|
| 116 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("rtd_comments") ) )%></td>
|
118 |
<td valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("rtd_comments") ) )%></td>
|
| 117 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If NOT IsNull(rsSQL("rtd_url")) Then Response.write "<a href='http://"& rsSQL("rtd_url") &"' target='_blank'><img src='images/i_url.gif' width='15' height='15' hspace='3' vspace='3' border='0' alt='"& rsSQL("rtd_url") &"'></a>"%></td>
|
119 |
<td nowrap valign="top"><%If NOT IsNull(rsSQL("rtd_url")) Then Response.write "<a href='http://"& rsSQL("rtd_url") &"' target='_blank'><img src='images/i_url.gif' width='15' height='15' hspace='3' vspace='3' border='0' alt='"& rsSQL("rtd_url") &"'></a>"%></td>
|
| 118 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=DisplayDate ( rsSQL("mod_date") )%> by <%=emailField(rsSQL("full_name"),rsSQL("user_email"))%></td>
|
120 |
<td nowrap valign="top"><%=DisplayDate ( rsSQL("mod_date") )%> by <%=emailField(rsSQL("full_name"),rsSQL("user_email"))%></td>
|
| 119 |
</tr>
|
121 |
</tr>
|
| 120 |
<%rsSQL.MoveNext
|
122 |
<%rsSQL.MoveNext
|
| 121 |
WEnd%>
|
123 |
WEnd%>
|
| 122 |
</table>
|
124 |
</table>
|
| 123 |
</div>
|
125 |
</div>
|