| Line 51... |
Line 51... |
| 51 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
51 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 52 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
52 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 53 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
53 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 54 |
<script language="JavaScript" src="images/common.js"></script>
|
54 |
<script language="JavaScript" src="images/common.js"></script>
|
| 55 |
<!--#include file="_jquery_includes.asp"-->
|
55 |
<!--#include file="_jquery_includes.asp"-->
|
| 56 |
<script language="JavaScript" type="text/JavaScript">
|
- |
|
| 57 |
<!--
|
- |
|
| 58 |
function setLayerHeight () {
|
- |
|
| 59 |
var h = screen.height;
|
- |
|
| 60 |
MM_findObj("LayerDetails").style.height = (h-300)/2 +"px";
|
- |
|
| 61 |
MM_findObj("LayerVersions").style.height = (h-300)/2 +"px";
|
- |
|
| 62 |
}
|
- |
|
| 63 |
//-->
|
- |
|
| 64 |
</script>
|
- |
|
| 65 |
</head>
|
56 |
</head>
|
| 66 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();">
|
57 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();scrollToPvId();">
|
| 67 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
58 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
| 68 |
<tr>
|
59 |
<tr>
|
| 69 |
<td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
|
60 |
<td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
|
| 70 |
<td width="100%" valign="top" background="images/bg_lght_gray.gif">
|
61 |
<td width="100%" valign="top" background="images/bg_lght_gray.gif">
|
| 71 |
<!--#include file="_version_browser.asp"-->
|
62 |
<!--#include file="_version_browser.asp"-->
|
| Line 114... |
Line 105... |
| 114 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
105 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 115 |
</tr>
|
106 |
</tr>
|
| 116 |
<%End If%>
|
107 |
<%End If%>
|
| 117 |
<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
|
108 |
<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
|
| 118 |
<%
|
109 |
<%
|
| 119 |
anchorName = "ANC_"& rsSQL("pv_id")
|
- |
|
| 120 |
URLstring = scriptName &"?"& Persists_Query_String( "pv_id="& rsSQL("pv_id") &"&pkg_id="& rsSQL("pkg_id") &"&filter_reset=true" ) &"#"& anchorName
|
110 |
URLstring = scriptName &"?"& Persists_Query_String( "pv_id="& rsSQL("pv_id") &"&pkg_id="& rsSQL("pkg_id") &"&filter_reset=true" )
|
| 121 |
%>
|
111 |
%>
|
| 122 |
<tr>
|
112 |
<tr>
|
| 123 |
<td background="images/bg_form_lightgray.gif"><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
|
113 |
<td background="images/bg_form_lightgray.gif"><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
|
| 124 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_name")%></a></td>
|
114 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_name")%></a></td>
|
| 125 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsSQL("pkg_version")%></td>
|
115 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsSQL("pkg_version")%></td>
|