| Line 7... |
Line 7... |
| 7 |
'=====================================================
|
7 |
'=====================================================
|
| 8 |
%>
|
8 |
%>
|
| 9 |
<%
|
9 |
<%
|
| 10 |
Option explicit
|
10 |
Option explicit
|
| 11 |
' Good idea to set when using redirect
|
11 |
' Good idea to set when using redirect
|
| 12 |
Response.Expires = 0 ' always load the page, dont store
|
12 |
Response.Expires = 0 ' always load the page, dont store
|
| - |
|
13 |
Const allowNoPackage = TRUE ' Allow page display without pvid being present
|
| 13 |
%>
|
14 |
%>
|
| 14 |
<!--#include file="common/conf.asp"-->
|
15 |
<!--#include file="common/conf.asp"-->
|
| 15 |
<!--#include file="common/globals.asp"-->
|
16 |
<!--#include file="common/globals.asp"-->
|
| 16 |
<!--#include file="common/formating.asp"-->
|
17 |
<!--#include file="common/formating.asp"-->
|
| 17 |
<!--#include file="common/qstr.asp"-->
|
18 |
<!--#include file="common/qstr.asp"-->
|
| Line 60... |
Line 61... |
| 60 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
61 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 61 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
62 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 62 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
63 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 63 |
<script language="JavaScript" src="images/common.js"></script>
|
64 |
<script language="JavaScript" src="images/common.js"></script>
|
| 64 |
<!--#include file="_jquery_includes.asp"-->
|
65 |
<!--#include file="_jquery_includes.asp"-->
|
| - |
|
66 |
<!-- TIPS -->
|
| - |
|
67 |
<script language="JavaScript" src="images/tipster.js"></script>
|
| - |
|
68 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
| 65 |
<!-- DROPDOWN MENUS -->
|
69 |
<!-- DROPDOWN MENUS -->
|
| 66 |
<!--#include file="_menu_def.asp"-->
|
70 |
<!--#include file="_menu_def.asp"-->
|
| 67 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
71 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 68 |
</head>
|
72 |
</head>
|
| 69 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
73 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
| Line 143... |
Line 147... |
| 143 |
|
147 |
|
| 144 |
<%If parSearchType = "1" Then%>
|
148 |
<%If parSearchType = "1" Then%>
|
| 145 |
<!-- PACKAGE SEARCH ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
149 |
<!-- PACKAGE SEARCH ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 146 |
<table width="100%" border="0" cellspacing="1" cellpadding="5">
|
150 |
<table width="100%" border="0" cellspacing="1" cellpadding="5">
|
| 147 |
<form name="frm" method="get" action="<%=ScriptName%>">
|
151 |
<form name="frm" method="get" action="<%=ScriptName%>">
|
| - |
|
152 |
<!-- Heading -->
|
| 148 |
<tr>
|
153 |
<tr>
|
| 149 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC"></td>
|
154 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC"></td>
|
| 150 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC">Package Name</td>
|
155 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC">Package Name</td>
|
| 151 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC">Version</td>
|
156 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC">Version</td>
|
| 152 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC">Location</td>
|
157 |
<td width="1" nowrap class="body_col" bgcolor="#E4E9EC">Location</td>
|
| Line 179... |
Line 184... |
| 179 |
If (rsRep("dlocked") = "Y") OR (rsRep("dlocked") = "A") Then
|
184 |
If (rsRep("dlocked") = "Y") OR (rsRep("dlocked") = "A") Then
|
| 180 |
imgLock = IMG_OFFICIAL
|
185 |
imgLock = IMG_OFFICIAL
|
| 181 |
End If%>
|
186 |
End If%>
|
| 182 |
<tr>
|
187 |
<tr>
|
| 183 |
<td valign="top" bgcolor="#F5F5F5"><%=imgLock%></td>
|
188 |
<td valign="top" bgcolor="#F5F5F5"><%=imgLock%></td>
|
| 184 |
<td class="body_txt" valign="top" bgcolor="#F5F5F5"><%=Highlight_Substring( rsRep("pkg_name"), Trim(parKeyword) )%></td>
|
189 |
<td nowrap class="body_txt" valign="top" bgcolor="#F5F5F5"><%=Highlight_Substring( rsRep("pkg_name"), Trim(parKeyword) )%></td>
|
| 185 |
<td nowrap valign="top" bgcolor="#F5F5F5"><a href="dependencies.asp?pv_id=<%=rsRep("pv_id")%>&rtag_id=<%=parRtagId%>" class="body_link"><%=rsRep("pkg_version")%></a></td>
|
190 |
<td nowrap valign="top" bgcolor="#F5F5F5"><a href="dependencies.asp?pv_id=<%=rsRep("pv_id")%>&rtag_id=<%=parRtagId%>" class="body_link"><%=rsRep("pkg_version")%></a></td>
|
| 186 |
<td class="body_txt" valign="top" bgcolor="#F5F5F5"><%= GetEnvName(rsRep("env_area")) &" / "& rsRep("view_name")%></td>
|
191 |
<td nowrap class="body_txt" valign="top" bgcolor="#F5F5F5"><%= GetEnvName(rsRep("env_area")) &" / "& rsRep("view_name")%></td>
|
| 187 |
<td valign="top" bgcolor="#F5F5F5" >
|
192 |
<td valign="top" bgcolor="#F5F5F5" >
|
| 188 |
<DIV style="display:block;" id="SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" name="SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" onclick="ToggleDisplay('SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>','FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>');">
|
193 |
<DIV style="display:block;" id="SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" name="SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" onclick="ToggleDisplay('SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>','FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>');">
|
| 189 |
<a href="#" class="row_txt_area" title="Click to see more...">Click to see more...</a>
|
194 |
<a href="#" class="row_txt_area" title="Click to see more...">Click to see more...</a>
|
| 190 |
</DIV>
|
195 |
</DIV>
|
| 191 |
<DIV id="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" name="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" style="display:none;" onclick="ToggleDisplay('SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>','FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>');">
|
196 |
<DIV id="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" name="FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>" style="display:none;" onclick="ToggleDisplay('SHORT_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>','FULL_RFO<%= rsRep("env_area") &"_"& rsRep("pv_id")%>');">
|