| Line 1... |
Line 1... |
| 1 |
<%@LANGUAGE="VBSCRIPT"%>
|
1 |
<%@LANGUAGE="VBSCRIPT"%>
|
| 2 |
<%
|
2 |
<%
|
| 3 |
Option explicit
|
3 |
Option explicit
|
| 4 |
Response.Expires = 0 ' always load the page, dont store
|
4 |
Response.Expires = 0 ' always load the page, dont store
|
| 5 |
%>
|
5 |
%>
|
| 6 |
<%
|
6 |
<%
|
| 7 |
'=====================================================
|
7 |
'=====================================================
|
| 8 |
' Upload PDF
|
8 |
' Upload PDF
|
| 9 |
'=====================================================
|
9 |
'=====================================================
|
| 10 |
%>
|
10 |
%>
|
| 11 |
<!--#include file="common/config.asp"-->
|
11 |
<!--#include file="common/config.asp"-->
|
| 12 |
<!--#include file="common/globals.asp"-->
|
12 |
<!--#include file="common/globals.asp"-->
|
| 13 |
<!--#include file="common/formating.asp"-->
|
13 |
<!--#include file="common/formating.asp"-->
|
| 14 |
<!--#include file="common/qstr.asp"-->
|
14 |
<!--#include file="common/qstr.asp"-->
|
| 15 |
<!--#include file="common/common_subs.asp"-->
|
15 |
<!--#include file="common/common_subs.asp"-->
|
| 16 |
<!--#include file="common/common_dbedit.asp"-->
|
16 |
<!--#include file="common/common_dbedit.asp"-->
|
| 17 |
<!--#include file="_tabs.asp"-->
|
17 |
<!--#include file="_tabs.asp"-->
|
| 18 |
<!--#include file="common/_popup_window_common.asp"-->
|
18 |
<!--#include file="common/_popup_window_common.asp"-->
|
| 19 |
<%
|
19 |
<%
|
| 20 |
' Set rfile parameter. This is a return page after Login
|
20 |
' Set rfile parameter. This is a return page after Login
|
| 21 |
Call objPMod.StoreParameter ( "rfile", "bom_home.asp" )
|
21 |
Call objPMod.StoreParameter ( "rfile", "bom_home.asp" )
|
| 22 |
'------------ ACCESS CONTROL ------------------
|
22 |
'------------ ACCESS CONTROL ------------------
|
| 23 |
%>
|
23 |
%>
|
| 24 |
|
24 |
|
| 25 |
<!--#include file="_access_control_general.asp"-->
|
25 |
<!--#include file="_access_control_general.asp"-->
|
| 26 |
|
26 |
|
| 27 |
<%
|
27 |
<%
|
| 28 |
'------------ Variable Definition -------------
|
28 |
'------------ Variable Definition -------------
|
| 29 |
Dim rsQry
|
29 |
Dim rsQry
|
| 30 |
'------------ Constants Declaration -----------
|
30 |
'------------ Constants Declaration -----------
|
| 31 |
'------------ Variable Init -------------------
|
31 |
'------------ Variable Init -------------------
|
| 32 |
parBom_id = Request("bom_id")
|
32 |
parBom_id = Request("bom_id")
|
| 33 |
'----------------------------------------------
|
33 |
'----------------------------------------------
|
| 34 |
%>
|
34 |
%>
|
| 35 |
<html>
|
35 |
<html>
|
| 36 |
<head>
|
36 |
<head>
|
| 37 |
<title>Deployment Manager - Upload New PDF</title>
|
37 |
<title>Deployment Manager - Upload New PDF</title>
|
| 38 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
38 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 39 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
39 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 40 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
40 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 41 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
41 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 42 |
<script language="JavaScript" src="scripts/common.js"></script>
|
42 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 43 |
<!-- TIPS -->
|
43 |
<script language="JavaScript" src="scripts/common.js"></script>
|
| 44 |
<script language="JavaScript" src="images/tipster.js"></script>
|
44 |
<!-- TIPS -->
|
| 45 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
45 |
<script language="JavaScript" src="images/tipster.js"></script>
|
| 46 |
</head>
|
46 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
| 47 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
47 |
</head>
|
| 48 |
<!-- TIPS LAYERS -------------------------------------->
|
48 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
| 49 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
49 |
<!-- TIPS LAYERS -------------------------------------->
|
| 50 |
<!----------------------------------------------------->
|
50 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
| 51 |
<form action="_upload_pdf.asp" method="post" enctype="multipart/form-data" name="uploadpdf">
|
51 |
<!----------------------------------------------------->
|
| 52 |
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
|
52 |
<form action="_upload_pdf.asp" method="post" enctype="multipart/form-data" name="uploadpdf">
|
| 53 |
<tr>
|
53 |
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
|
| 54 |
<td width="1%" background="images/lbox_bg_orange.gif"><img src="images/i_unit_test_off.gif" width="18" height="25" hspace="5" border="0"></td>
|
54 |
<tr>
|
| 55 |
<td width="1%" background="images/lbox_bg_blue.gif" nowrap class="wform_ttl"> Upload PDF</td>
|
55 |
<td width="1%" background="images/lbox_bg_orange.gif"><img src="images/i_unit_test_off.gif" width="18" height="25" hspace="5" border="0"></td>
|
| 56 |
<td width="100%" background="images/lbox_bg_blue.gif" align="right" nowrap class="wform_ttl"><SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Uploading... Please Wait!</SPAN>
|
56 |
<td width="1%" background="images/lbox_bg_blue.gif" nowrap class="wform_ttl"> Upload PDF</td>
|
| 57 |
<input type="submit" name="btn" value="Submit" class="form_btn_comp">
|
57 |
<td width="100%" background="images/lbox_bg_blue.gif" align="right" nowrap class="wform_ttl"><SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Uploading... Please Wait!</SPAN>
|
| 58 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
|
58 |
<input type="submit" name="btn" value="Submit" class="form_btn_comp">
|
| 59 |
</td>
|
59 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
|
| 60 |
<td background="images/lbox_bg_blue.gif" align="right" width="1%" nowrap><img src="images/h_trsp_dot.gif" width="5" height="22"></td>
|
60 |
</td>
|
| 61 |
</tr>
|
61 |
<td background="images/lbox_bg_blue.gif" align="right" width="1%" nowrap><img src="images/h_trsp_dot.gif" width="5" height="22"></td>
|
| 62 |
<tr>
|
62 |
</tr>
|
| 63 |
<td height="100%" width="1%"> </td>
|
63 |
<tr>
|
| 64 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
64 |
<td height="100%" width="1%"> </td>
|
| 65 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
65 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
| 66 |
<tr>
|
66 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 67 |
<td width="1%" nowrap class="sublbox_hitem"><img src="images/h_trsp_dot.gif" width="10" height="30">
|
67 |
<tr>
|
| 68 |
<%If Request("save_stat") <> "" Then%>
|
68 |
<td width="1%" nowrap class="sublbox_hitem"><img src="images/h_trsp_dot.gif" width="10" height="30">
|
| 69 |
Saving complete.
|
69 |
<%If Request("save_stat") <> "" Then%>
|
| 70 |
<%End If%></td>
|
70 |
Saving complete.
|
| 71 |
</tr>
|
71 |
<%End If%></td>
|
| 72 |
<tr>
|
72 |
</tr>
|
| 73 |
<td background="images/lbox_bg_blue.gif"></td>
|
73 |
<tr>
|
| 74 |
<td background="images/lbox_bg_blue.gif"> </td>
|
74 |
<td background="images/lbox_bg_blue.gif"></td>
|
| 75 |
</tr>
|
75 |
<td background="images/lbox_bg_blue.gif"> </td>
|
| 76 |
</table>
|
76 |
</tr>
|
| 77 |
|
77 |
</table>
|
| 78 |
|
78 |
|
| 79 |
<br>
|
79 |
|
| 80 |
|
80 |
<br>
|
| 81 |
|
81 |
|
| 82 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
82 |
|
| 83 |
<tr>
|
83 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 84 |
<td width="1%"> </td>
|
84 |
<tr>
|
| 85 |
<td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field"></td>
|
85 |
<td width="1%"> </td>
|
| 86 |
<td width="100%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">
|
86 |
<td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field"></td>
|
| 87 |
<SPAN name="spanResultsAttachment" id="spanResultsAttachment">
|
87 |
<td width="100%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">
|
| 88 |
PDF File Attachment <br><input name="results_file" type="file" class="form_item" size="50" class="form_txt">
|
88 |
<SPAN name="spanResultsAttachment" id="spanResultsAttachment">
|
| 89 |
</SPAN>
|
89 |
PDF File Attachment <br><input name="results_file" type="file" class="form_item" size="50" class="form_txt">
|
| 90 |
</td>
|
90 |
</SPAN>
|
| 91 |
</tr>
|
91 |
</td>
|
| 92 |
|
92 |
</tr>
|
| 93 |
<tr>
|
93 |
|
| 94 |
<td width="1%"> </td>
|
94 |
<tr>
|
| 95 |
<td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
|
95 |
<td width="1%"> </td>
|
| 96 |
<td nowrap width="100%"> <p> </p></td>
|
96 |
<td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
|
| 97 |
</tr>
|
97 |
<td nowrap width="100%"> <p> </p></td>
|
| 98 |
</table>
|
98 |
</tr>
|
| 99 |
</td>
|
99 |
</table>
|
| 100 |
</tr>
|
100 |
</td>
|
| 101 |
<tr>
|
101 |
</tr>
|
| 102 |
<td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
|
102 |
<tr>
|
| 103 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
|
103 |
<td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
|
| 104 |
</tr>
|
104 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
|
| 105 |
</table>
|
105 |
</tr>
|
| 106 |
<input type="hidden" name="bom_id" value="<%=parBom_id%>">
|
106 |
</table>
|
| 107 |
</form>
|
107 |
<input type="hidden" name="bom_id" value="<%=parBom_id%>">
|
| 108 |
</body>
|
108 |
</form>
|
| 109 |
</html>
|
109 |
</body>
|
| 110 |
|
110 |
</html>
|
| 111 |
|
111 |
|
| 112 |
<!-- DESTRUCTOR ------->
|
112 |
|
| - |
|
113 |
<!-- DESTRUCTOR ------->
|
| 113 |
<!--#include file="common/globals_destructor.asp"-->
|
114 |
<!--#include file="common/globals_destructor.asp"-->
|
| 114 |
|
115 |
|