| 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?ver=<%=VixVerNum%>" type="text/css">
|
52 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 53 |
<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">
|
| 54 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
54 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 55 |
<!--#include file="_jquery_includes.asp"-->
|
55 |
<!--#include file="_jquery_includes.asp"-->
|
| - |
|
56 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
| 56 |
</head>
|
57 |
</head>
|
| 57 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();scrollToPvId();">
|
58 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();scrollToPvId();">
|
| 58 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
59 |
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
| 59 |
<tr>
|
60 |
<tr>
|
| 60 |
<td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
|
61 |
<td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
|
| Line 112... |
Line 113... |
| 112 |
%>
|
113 |
%>
|
| 113 |
<tr>
|
114 |
<tr>
|
| 114 |
<td background="images/bg_form_lightgray.gif"><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
|
115 |
<td background="images/bg_form_lightgray.gif"><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
|
| 115 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_version")%></a></td>
|
116 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_version")%></a></td>
|
| 116 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("comments") ) )%></td>
|
117 |
<td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("comments") ) )%></td>
|
| 117 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If rsSQL("dlocked") = "Y" Then%><%=DisplayDateTime ( rsSQL("modified_stamp") )%> by <a href="mailto:<%=rsSQL("user_email")%>" class="txt_linked"><%=rsSQL("full_name")%></a><%End If%></td>
|
118 |
<td nowrap background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%If rsSQL("dlocked") = "Y" Then%><%=DisplayDateTime ( rsSQL("modified_stamp") )%> by <span data-email="<%=rsSQL("user_email")%>" class="mailto txt_linked"><%=rsSQL("full_name")%></span><%End If%></td>
|
| 118 |
</tr>
|
119 |
</tr>
|
| 119 |
<%rsSQL.MoveNext
|
120 |
<%rsSQL.MoveNext
|
| 120 |
WEnd%>
|
121 |
WEnd%>
|
| 121 |
</table>
|
122 |
</table>
|
| 122 |
</div>
|
123 |
</div>
|