Subversion Repositories DevTools

Rev

Rev 6579 | Rev 6612 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6579 Rev 6610
Line 52... Line 52...
52
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
52
<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">
53
<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">
54
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
55
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
55
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
56
<!--#include file="_jquery_includes.asp"-->
56
<!--#include file="_jquery_includes.asp"-->
-
 
57
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
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> 
61
    <td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
62
    <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_name")%></a></td>
116
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_name")%></a></td>
116
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsSQL("pkg_version")%></td>
117
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=rsSQL("pkg_version")%></td>
117
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><%=DisplayShortDateTime ( rsSQL("modified_stamp") )%> 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"><%=DisplayShortDateTime ( rsSQL("modified_stamp") )%> by <span data-email='<%=rsSQL("user_email")%>' class="mailto txt_linked"><%=enum_imgUser%><%=rsSQL("full_name")%></span></td>
118
                </tr>
119
                </tr>
119
				<%rsSQL.MoveNext
120
				<%rsSQL.MoveNext
120
				  WEnd%>
121
				  WEnd%>
121
              </table>
122
              </table>
122
            </div>
123
            </div>