| Line 50... |
Line 50... |
| 50 |
<html>
|
50 |
<html>
|
| 51 |
<head>
|
51 |
<head>
|
| 52 |
<title>Deployment Manager</title>
|
52 |
<title>Deployment Manager</title>
|
| 53 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
53 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 54 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
54 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| - |
|
55 |
<link rel="stylesheet" href="scripts/deployment_manager.css" type="text/css">
|
| 55 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
56 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 56 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
57 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 57 |
<link rel=alternate media=print href="<%
|
58 |
<link rel=alternate media=print href="<%
|
| 58 |
Response.write _
|
59 |
Response.write _
|
| 59 |
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
|
60 |
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
|
| 60 |
"&action=true"&_
|
61 |
"&action=true"&_
|
| 61 |
"&FRpkg_name="& Request("FRpkg_name") &_
|
62 |
"&FRpkg_name="& Request("FRpkg_name") &_
|
| 62 |
"&FRv_ext="& Request("FRv_ext")
|
63 |
"&FRv_ext="& Request("FRv_ext")
|
| 63 |
%>">
|
64 |
%>">
|
| 64 |
<script language="JavaScript" src="images/common.js"></script>
|
65 |
<script language="JavaScript" src="scripts/common.js"></script>
|
| 65 |
</head>
|
66 |
</head>
|
| 66 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
67 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
| 67 |
<!-- HEADER -->
|
68 |
<!-- HEADER -->
|
| 68 |
<%If objAccessControl.UserLogedIn Then%>
|
69 |
<%If objAccessControl.UserLogedIn Then%>
|
| 69 |
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:1"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%> disabled" title="Logout from <%=objAccessControl.UserName%> disabled"></div>
|
70 |
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:1"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%> disabled" title="Logout from <%=objAccessControl.UserName%> disabled"></div>
|