| Line 51... |
Line 51... |
| 51 |
<head>
|
51 |
<head>
|
| 52 |
<title>Deployment Manager</title>
|
52 |
<title>Deployment Manager</title>
|
| 53 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
53 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 54 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
54 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 55 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
55 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 56 |
<link rel="stylesheet" href="scripts/deployment_manager.css" type="text/css">
|
56 |
<link href="scripts/deployment_manager.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
| 57 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
57 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 58 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
58 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 59 |
<link rel=alternate media=print href="<%
|
59 |
<link rel=alternate media=print href="<%
|
| 60 |
Response.write _
|
60 |
Response.write _
|
| 61 |
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
|
61 |
"print_report.asp?group="& parGroup &"&repnum="& parRepNum &"&print=true"&_
|
| 62 |
"&action=true"&_
|
62 |
"&action=true"&_
|
| 63 |
"&FRproj_id="& Request("FRproj_id") &_
|
63 |
"&FRproj_id="& Request("FRproj_id") &_
|
| 64 |
"&FRvtree_id="& Request("FRvtree_id") &_
|
64 |
"&FRvtree_id="& Request("FRvtree_id") &_
|
| 65 |
"&FRrtag_id="& Request("FRrtag_id")
|
65 |
"&FRrtag_id="& Request("FRrtag_id")
|
| 66 |
%>">
|
66 |
%>">
|
| 67 |
<script language="JavaScript" src="scripts/common.js"></script>
|
67 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
| 68 |
</head>
|
68 |
</head>
|
| 69 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
69 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
|
| 70 |
<!-- HEADER ++++++++++++++++ -->
|
70 |
<!-- HEADER ++++++++++++++++ -->
|
| 71 |
<!--#include file="_header.asp"-->
|
71 |
<!--#include file="_header.asp"-->
|
| 72 |
<!-- +++++++++++++++++++++++ -->
|
72 |
<!-- +++++++++++++++++++++++ -->
|