| Line 176... |
Line 176... |
| 176 |
<meta http-equiv="Pragma" content="no-cache">
|
176 |
<meta http-equiv="Pragma" content="no-cache">
|
| 177 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
177 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 178 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
178 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
| 179 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
179 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
| 180 |
<script language="JavaScript" src="images/common.js"></script>
|
180 |
<script language="JavaScript" src="images/common.js"></script>
|
| - |
|
181 |
<!-- TIPS -->
|
| - |
|
182 |
<script language="JavaScript" src="images/tipster.js"></script>
|
| - |
|
183 |
<script language="JavaScript" src="images/_help_tips.js"></script>
|
| 181 |
<!-- DROPDOWN MENUS -->
|
184 |
<!-- DROPDOWN MENUS -->
|
| 182 |
<!--#include file="_menu_def.asp"-->
|
185 |
<!--#include file="_menu_def.asp"-->
|
| 183 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
186 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 184 |
</head>
|
187 |
</head>
|
| 185 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="isChecked('pv_id_list','submit');">
|
188 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="isChecked('pv_id_list','submit');">
|
| Line 239... |
Line 242... |
| 239 |
</span>
|
242 |
</span>
|
| 240 |
<tr>
|
243 |
<tr>
|
| 241 |
<td background="images/bg_table_col.gif" class="err_alert"><b>Directly</b></td>
|
244 |
<td background="images/bg_table_col.gif" class="err_alert"><b>Directly</b></td>
|
| 242 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">PACKAGE NAME</td>
|
245 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">PACKAGE NAME</td>
|
| 243 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">PACKAGE VERSION</td>
|
246 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">PACKAGE VERSION</td>
|
| 244 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">ROOT CAUSE</td>
|
247 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">ROOT CAUSE
|
| - |
|
248 |
(<a class="txt_linked" title="" href="messages/msg_firefox_unc_downloading.asp">firefox users</a>
|
| - |
|
249 |
<%=Quick_Help("firefox_root_cause")%>)
|
| - |
|
250 |
</td>
|
| 245 |
</tr>
|
251 |
</tr>
|
| 246 |
<%
|
252 |
<%
|
| 247 |
query_string = " select pkg.pkg_name, pv.pkg_version, pv.pv_id, dnr.rtag_id, dnr.root_cause, dnr.root_file, pv.pv_description"&_
|
253 |
query_string = " select pkg.pkg_name, pv.pkg_version, pv.pv_id, dnr.rtag_id, dnr.root_cause, dnr.root_file, pv.pv_description"&_
|
| 248 |
" from do_not_ripple dnr, package_versions pv, packages pkg"&_
|
254 |
" from do_not_ripple dnr, package_versions pv, packages pkg"&_
|
| 249 |
" where dnr.rtag_id = "& parRtagId &_
|
255 |
" where dnr.rtag_id = "& parRtagId &_
|