| Line 69... |
Line 69... |
| 69 |
<tr>
|
69 |
<tr>
|
| 70 |
<td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="300"></td>
|
70 |
<td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="300"></td>
|
| 71 |
<td valign="top">
|
71 |
<td valign="top">
|
| 72 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
72 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 73 |
<tr>
|
73 |
<tr>
|
| 74 |
<td align="right" background="images/bg_lght_gray.gif"><br>
|
74 |
<td align="left" background="images/bg_lght_gray.gif"><br>
|
| 75 |
<!-- TABS ------------------------------------------->
|
75 |
<!-- TABS ------------------------------------------->
|
| 76 |
<%
|
76 |
<%
|
| 77 |
If IsEmpty( Request("pv_id") ) Then
|
77 |
If IsEmpty( Request("pv_id") ) Then
|
| 78 |
Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
|
78 |
Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
|
| 79 |
Else
|
79 |
Else
|
| Line 91... |
Line 91... |
| 91 |
<%If NOT IsEmpty( Request("pv_id") ) Then%>
|
91 |
<%If NOT IsEmpty( Request("pv_id") ) Then%>
|
| 92 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
92 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
| 93 |
<tr>
|
93 |
<tr>
|
| 94 |
<td>
|
94 |
<td>
|
| 95 |
<div id="LayerDetails" style="height: 350px; overflow: auto;" name="LayerDetails">
|
95 |
<div id="LayerDetails" style="height: 350px; overflow: auto;" name="LayerDetails">
|
| 96 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
96 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='stdGrey'>
|
| - |
|
97 |
<thead>
|
| 97 |
<tr>
|
98 |
<tr>
|
| 98 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"> Download </td>
|
99 |
<th nowrap width="1%">Download</th>
|
| 99 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Title </td>
|
100 |
<th nowrap width="1%">Title</th>
|
| 100 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Document Number </td>
|
101 |
<th nowrap width="1%">Document Number</th>
|
| 101 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Version </td>
|
102 |
<th nowrap width="1%">Version</th>
|
| 102 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field">Created </td>
|
103 |
<th nowrap width="100%">Created</th>
|
| 103 |
</tr>
|
104 |
</tr>
|
| - |
|
105 |
</thead>
|
| 104 |
<%
|
106 |
<%
|
| 105 |
Dim sDocTitle, sDoc_version, dDoc_created
|
107 |
Dim sDocTitle, sDoc_version, dDoc_created
|
| 106 |
OraDatabase.Parameters.Add "PV_ID", parPv_id, ORAPARM_INPUT, ORATYPE_NUMBER
|
108 |
OraDatabase.Parameters.Add "PV_ID", parPv_id, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 107 |
|
109 |
|
| 108 |
Set rsSQL = OraDatabase.DbCreateDynaset( GetQuery("PackageDocumentation.sql"), cint(0))
|
110 |
Set rsSQL = OraDatabase.DbCreateDynaset( GetQuery("PackageDocumentation.sql"), cint(0))
|
| 109 |
%>
|
111 |
%>
|
| 110 |
<%If rsSQL.RecordCount < 1 Then%>
|
112 |
<%If rsSQL.RecordCount < 1 Then%>
|
| 111 |
<tr>
|
113 |
<tr>
|
| 112 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
114 |
<td nowrap> </td>
|
| 113 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
115 |
<td> </td>
|
| 114 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
116 |
<td> </td>
|
| 115 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
117 |
<td> </td>
|
| 116 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
118 |
<td> </td>
|
| 117 |
</tr>
|
119 |
</tr>
|
| 118 |
<%End If%>
|
120 |
<%End If%>
|
| 119 |
<%Do While ((NOT rsSQL.BOF) AND (NOT rsSQL.EOF))%>
|
121 |
<%Do While ((NOT rsSQL.BOF) AND (NOT rsSQL.EOF))%>
|
| 120 |
<%
|
122 |
<%
|
| 121 |
If IsNull(rsSQL("is_latest")) Then
|
123 |
If IsNull(rsSQL("is_latest")) Then
|
| Line 126... |
Line 128... |
| 126 |
End If
|
128 |
End If
|
| 127 |
|
129 |
|
| 128 |
If retVal <> 0 Then Exit Do
|
130 |
If retVal <> 0 Then Exit Do
|
| 129 |
%>
|
131 |
%>
|
| 130 |
<tr>
|
132 |
<tr>
|
| 131 |
<td align="center" background="images/bg_form_lightgray.gif" class="form_item" valign="top"><a href="<%=DocRepositiryLink%><%=rsSQL("doc_num")%>" target="_blank"><img src="images/i_download_small.gif" width="16" height="16" border="0" title="Download document from repository"></a></td>
|
133 |
<td align="center" valign="top"><a href="<%=DocRepositiryLink%><%=rsSQL("doc_num")%>" target="_blank"><img src="images/i_download_small.gif" width="16" height="16" border="0" title="Download document from repository"></a></td>
|
| 132 |
<td nowrap background="images/bg_form_lightgray.gif" valign="top" class="form_item"><a href="<%=DocRepositiryLink%><%=rsSQL("doc_num")%>" class="txt_linked" target="_blank"><%=sDocTitle%></a> </td>
|
134 |
<td nowrap valign="top"><a href="<%=DocRepositiryLink%><%=rsSQL("doc_num")%>" class="txt_linked" target="_blank"><%=sDocTitle%></a> </td>
|
| 133 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsSQL("doc_num")%></td>
|
135 |
<td nowrap valign="top"><%=rsSQL("doc_num")%></td>
|
| 134 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=FormatVersion( sDoc_version )%></td>
|
136 |
<td nowrap valign="top"><%=FormatVersion( sDoc_version )%></td>
|
| 135 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=DisplayDateTime ( dDoc_created ) %></td>
|
137 |
<td nowrap valign="top"><%=DisplayDateTime ( dDoc_created ) %></td>
|
| 136 |
</tr>
|
138 |
</tr>
|
| 137 |
<%rsSQL.MoveNext
|
139 |
<%rsSQL.MoveNext
|
| 138 |
Loop
|
140 |
Loop
|
| 139 |
rsSQL.Close
|
141 |
rsSQL.Close
|
| 140 |
Set rsSQL = nothing
|
142 |
Set rsSQL = nothing
|