| Line 41... |
Line 41... |
| 41 |
" AND rtd.pv_id = "& nPv_id &_
|
41 |
" AND rtd.pv_id = "& nPv_id &_
|
| 42 |
" ORDER BY UPPER(pkg.pkg_name)"
|
42 |
" ORDER BY UPPER(pkg.pkg_name)"
|
| 43 |
End Function
|
43 |
End Function
|
| 44 |
'-----------------------------------------------------------------------------------------------------------------------------------
|
44 |
'-----------------------------------------------------------------------------------------------------------------------------------
|
| 45 |
%>
|
45 |
%>
|
| 46 |
<!--#include file="_menu_def.asp"-->
|
- |
|
| 47 |
<html>
|
46 |
<html>
|
| 48 |
<head>
|
47 |
<head>
|
| 49 |
<title>Release Manager</title>
|
48 |
<title>Release Manager</title>
|
| 50 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
49 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 51 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
50 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 52 |
<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">
|
| 53 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
52 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 54 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
53 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 55 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
54 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| - |
|
55 |
<!--#include file="_menu_def.asp"-->
|
| - |
|
56 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
| 56 |
<!--#include file="_jquery_includes.asp"-->
|
57 |
<!--#include file="_jquery_includes.asp"-->
|
| 57 |
</head>
|
58 |
</head>
|
| 58 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();scrollToPvId();">
|
59 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();scrollToPvId();">
|
| 59 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
60 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
| 60 |
<tr>
|
61 |
<tr>
|
| Line 112... |
Line 113... |
| 112 |
<tr>
|
113 |
<tr>
|
| 113 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsSQL("pkg_name")%></td>
|
114 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsSQL("pkg_name")%></td>
|
| 114 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsSQL("pkg_version")%></td>
|
115 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=rsSQL("pkg_version")%></td>
|
| 115 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("rtd_comments") ) )%></td>
|
116 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("rtd_comments") ) )%></td>
|
| 116 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If NOT IsNull(rsSQL("rtd_url")) Then Response.write "<a href='http://"& rsSQL("rtd_url") &"' target='_blank'><img src='images/i_url.gif' width='15' height='15' hspace='3' vspace='3' border='0' alt='"& rsSQL("rtd_url") &"'></a>"%></td>
|
117 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If NOT IsNull(rsSQL("rtd_url")) Then Response.write "<a href='http://"& rsSQL("rtd_url") &"' target='_blank'><img src='images/i_url.gif' width='15' height='15' hspace='3' vspace='3' border='0' alt='"& rsSQL("rtd_url") &"'></a>"%></td>
|
| 117 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=DisplayDate ( rsSQL("mod_date") )%> by <a href="mailto:<%=rsSQL("user_email")%>" class="txt_linked"><%=rsSQL("full_name")%></a></td>
|
118 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=DisplayDate ( rsSQL("mod_date") )%> by <%=emailField(rsSQL("full_name"),rsSQL("user_email"))%></td>
|
| 118 |
</tr>
|
119 |
</tr>
|
| 119 |
<%rsSQL.MoveNext
|
120 |
<%rsSQL.MoveNext
|
| 120 |
WEnd%>
|
121 |
WEnd%>
|
| 121 |
</table>
|
122 |
</table>
|
| 122 |
</div>
|
123 |
</div>
|