| Line 192... |
Line 192... |
| 192 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
192 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 193 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
193 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 194 |
<script language="JavaScript" src="images/common.js"></script>
|
194 |
<script language="JavaScript" src="images/common.js"></script>
|
| 195 |
</head>
|
195 |
</head>
|
| 196 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();FormName.doc_num.focus();">
|
196 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();FormName.doc_num.focus();">
|
| 197 |
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
|
197 |
<table border="0" cellspacing="0" cellpadding="2">
|
| 198 |
<form name="FormName" method="get" action="<%=scriptName%>">
|
198 |
<form class="form_tight" name="FormName" method="get" action="<%=scriptName%>">
|
| 199 |
<tr>
|
199 |
<tr>
|
| 200 |
<td background="images/lbox_bg_blue.gif" width="1%" height="1%"> </td>
|
- |
|
| 201 |
<td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl"> </td>
|
- |
|
| 202 |
<td background="images/lbox_bg_blue.gif" align="right" width="50%">
|
- |
|
| 203 |
<%If parEdit = "" Then%>
|
- |
|
| 204 |
<input tabindex="10" type="submit" name="btn" value="Import" class="form_btn_comp" <%If (parDRdoc_id = "") OR IsNull(parDRdoc_id) Then%>disabled<%End If%>>
|
- |
|
| 205 |
<%Else%>
|
- |
|
| 206 |
<input tabindex="10" type="submit" name="btn" value="Update" class="form_btn_comp">
|
- |
|
| 207 |
<%End If%>
|
- |
|
| 208 |
<input type="reset" name="btn" value="Close" class="form_btn_comp" onclick="self.close()">
|
- |
|
| 209 |
</td>
|
- |
|
| 210 |
<td background="images/lbox_bg_blue.gif" align="right" width="1%" nowrap>
|
- |
|
| 211 |
<img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
|
- |
|
| 212 |
</tr>
|
- |
|
| 213 |
<tr>
|
- |
|
| 214 |
<td height="100%" width="1%"> </td>
|
- |
|
| 215 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
200 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
| 216 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
201 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 217 |
<tr>
|
202 |
<tr>
|
| 218 |
<td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
|
- |
|
| 219 |
<td width="1%" nowrap class="form_group" valign="bottom"></td>
|
- |
|
| 220 |
<td nowrap width="100%"> </td>
|
- |
|
| 221 |
</tr>
|
- |
|
| 222 |
<tr>
|
- |
|
| 223 |
<td> </td>
|
- |
|
| 224 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Document Number </td>
|
203 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Document Number </td>
|
| 225 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
|
204 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
|
| 226 |
<input name="doc_num" type="text" class="form_item" value="<%=Request("doc_num")%>" size="20" maxlength="50" <%If parEdit <> "" Then%>readonly<%End If%>>
|
205 |
<input name="doc_num" type="text" class="form_item" value="<%=Request("doc_num")%>" size="20" maxlength="50" <%If parEdit <> "" Then%>readonly<%End If%>>
|
| 227 |
<input tabindex="1" name="btn" type="submit" class="form_btn_comp" value="Lookup" <%If parEdit <> "" Then%>disabled<%End If%>>
|
206 |
<input tabindex="1" name="btn" type="submit" class="form_btn_comp" value="Lookup" <%If parEdit <> "" Then%>disabled<%End If%>>
|
| 228 |
</td>
|
207 |
</td>
|
| 229 |
</tr>
|
208 |
</tr>
|
| 230 |
<%If parDRdoc_title <> "" Then%>
|
209 |
<%If parDRdoc_title <> "" Then%>
|
| 231 |
<tr>
|
210 |
<tr>
|
| 232 |
<td> </td>
|
- |
|
| 233 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Document Title</td>
|
211 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Document Title</td>
|
| 234 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><a href="<%=DocRepositiryLink%><%=Request("doc_num")%>" class="txt_linked" target="_blank"><%=parDRdoc_title%></a></td>
|
212 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt"><a href="<%=DocRepositiryLink%><%=Request("doc_num")%>" class="txt_linked" target="_blank"><%=parDRdoc_title%></a></td>
|
| 235 |
</tr>
|
213 |
</tr>
|
| 236 |
<tr>
|
214 |
<tr>
|
| 237 |
<td> </td>
|
- |
|
| 238 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Version</td>
|
215 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Version</td>
|
| 239 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
|
216 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
|
| 240 |
<%
|
217 |
<%
|
| 241 |
Set rsDocReg = Server.CreateObject("ADODB.Recordset")
|
218 |
Set rsDocReg = Server.CreateObject("ADODB.Recordset")
|
| 242 |
rsDocReg.ActiveConnection = DOCREP_conn
|
219 |
rsDocReg.ActiveConnection = DOCREP_conn
|
| Line 263... |
Line 240... |
| 263 |
%>
|
240 |
%>
|
| 264 |
</td>
|
241 |
</td>
|
| 265 |
</tr>
|
242 |
</tr>
|
| 266 |
<%End If%>
|
243 |
<%End If%>
|
| 267 |
<tr>
|
244 |
<tr>
|
| 268 |
<td width="1%"> </td>
|
- |
|
| 269 |
<td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
|
245 |
<td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
|
| 270 |
<td nowrap width="100%">
|
246 |
<td nowrap width="100%">
|
| 271 |
<%
|
247 |
<%
|
| 272 |
If retVal <> 0 Then
|
248 |
If retVal <> 0 Then
|
| 273 |
Response.write enumMSSQL_ERROR
|
249 |
Response.write enumMSSQL_ERROR
|
| Line 288... |
Line 264... |
| 288 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
264 |
<input name="pv_id" type="hidden" value="<%=parPv_id%>">
|
| 289 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
265 |
<input name="rtag_id" type="hidden" value="<%=parRtag_id%>">
|
| 290 |
<input name="edit" type="hidden" value="<%=parEdit%>">
|
266 |
<input name="edit" type="hidden" value="<%=parEdit%>">
|
| 291 |
<input name="lookup" type="hidden" value="true">
|
267 |
<input name="lookup" type="hidden" value="true">
|
| 292 |
<input name="action" type="hidden" value="true">
|
268 |
<input name="action" type="hidden" value="true">
|
| 293 |
</form>
|
- |
|
| 294 |
</table>
|
269 |
</table>
|
| 295 |
</td>
|
270 |
</td>
|
| 296 |
</tr>
|
271 |
</tr>
|
| 297 |
<tr>
|
272 |
<tr>
|
| - |
|
273 |
<td align="right" width="50%">
|
| - |
|
274 |
<%If parEdit = "" Then%>
|
| - |
|
275 |
<input tabindex="10" type="submit" name="btn" value="Import" class="form_btn_comp" <%If (parDRdoc_id = "") OR IsNull(parDRdoc_id) Then%>disabled<%End If%>>
|
| - |
|
276 |
<%Else%>
|
| 298 |
<td width="1%" height="1%" background="images/lbox_bg_blue.gif"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
|
277 |
<input tabindex="10" type="submit" name="btn" value="Update" class="form_btn_comp">
|
| - |
|
278 |
<%End If%>
|
| 299 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
|
279 |
<input type="reset" name="btn" value="Close" class="form_btn_comp" onclick="parent.closeIFrame();">
|
| - |
|
280 |
</td>
|
| 300 |
</tr>
|
281 |
</tr>
|
| - |
|
282 |
</form>
|
| 301 |
</table>
|
283 |
</table>
|
| 302 |
</body>
|
284 |
</body>
|
| 303 |
</html>
|
285 |
</html>
|
| 304 |
|
286 |
|
| 305 |
|
287 |
|