| Line 13... |
Line 13... |
| 13 |
<!--#include file="common/qstr.asp"-->
|
13 |
<!--#include file="common/qstr.asp"-->
|
| 14 |
<!--#include file="common/common_subs.asp"-->
|
14 |
<!--#include file="common/common_subs.asp"-->
|
| 15 |
<!--#include file="common/common_dbedit.asp"-->
|
15 |
<!--#include file="common/common_dbedit.asp"-->
|
| 16 |
<!--#include file="controls/ERGFormComponent/classFormComponent.asp"-->
|
16 |
<!--#include file="controls/ERGFormComponent/classFormComponent.asp"-->
|
| 17 |
<!--#include file="common/_popup_window_common.asp"-->
|
17 |
<!--#include file="common/_popup_window_common.asp"-->
|
| - |
|
18 |
<!--#include file="common/_form_window_common.asp"-->
|
| 18 |
<%
|
19 |
<%
|
| 19 |
'------------ ACCESS CONTROL ------------------
|
20 |
'------------ ACCESS CONTROL ------------------
|
| 20 |
%>
|
21 |
%>
|
| 21 |
<!--#include file="_access_control_login.asp"-->
|
22 |
<!--#include file="_access_control_login.asp"-->
|
| 22 |
<!--#include file="_access_control_general.asp"-->
|
23 |
<!--#include file="_access_control_general.asp"-->
|
| 23 |
<!--#include file="_access_control_project.asp"-->
|
24 |
<!--#include file="_access_control_project.asp"-->
|
| 24 |
<%
|
25 |
<%
|
| 25 |
'------------ Variable Definition -------------
|
26 |
'------------ Variable Definition -------------
|
| 26 |
Dim parPv_id
|
27 |
Dim parPv_id
|
| 27 |
Dim parPatchId
|
28 |
Dim parPatchId
|
| 28 |
Dim objFormComponent
|
- |
|
| 29 |
'------------ Constants Declaration -----------
|
29 |
'------------ Constants Declaration -----------
|
| 30 |
'------------ Variable Init -------------------
|
30 |
'------------ Variable Init -------------------
|
| 31 |
parPatchId = Request("patch_id")
|
31 |
parPatchId = Request("patch_id")
|
| 32 |
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
|
32 |
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
|
| 33 |
parPv_id = QStrPar("pv_id")
|
33 |
parPv_id = QStrPar("pv_id")
|
| 34 |
Set objFormComponent = New FormComponent
|
- |
|
| 35 |
'----------------------------------------------
|
34 |
'----------------------------------------------
|
| 36 |
%>
|
35 |
%>
|
| 37 |
<%
|
36 |
<%
|
| 38 |
'--------------------------------------------------------------------------------------------------------------------------
|
37 |
'--------------------------------------------------------------------------------------------------------------------------
|
| 39 |
Function GetInstallOrderList ( nPatchId )
|
38 |
Function GetInstallOrderList ( nPatchId )
|