Subversion Repositories DevTools

Rev

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

Rev 5632 Rev 5933
Line 50... Line 50...
50
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
50
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
51
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
51
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
52
<link rel="stylesheet" href="images/navigation.css" type="text/css">
52
<link rel="stylesheet" href="images/navigation.css" type="text/css">
53
<script language="JavaScript" src="images/common.js"></script>
53
<script language="JavaScript" src="images/common.js"></script>
54
<!--#include file="_jquery_includes.asp"-->
54
<!--#include file="_jquery_includes.asp"-->
55
<script language="JavaScript" type="text/JavaScript">
-
 
56
<!--
-
 
57
function setLayerHeight () {
-
 
58
	var h = screen.height;
-
 
59
	MM_findObj("LayerDetails").style.height = (h-300)/2 +"px";
-
 
60
	MM_findObj("LayerVersions").style.height = (h-300)/2 +"px";
-
 
61
}	
-
 
62
//-->
-
 
63
</script>
-
 
64
</head>
55
</head>
65
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();">
56
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();scrollToPvId();">
66
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
57
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
67
  <tr> 
58
  <tr> 
68
    <td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
59
    <td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
69
    <td width="100%" valign="top" background="images/bg_lght_gray.gif">
60
    <td width="100%" valign="top" background="images/bg_lght_gray.gif">
70
	  <!--#include file="_version_browser.asp"-->
61
	  <!--#include file="_version_browser.asp"-->
Line 113... Line 104...
113
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
104
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
114
                </tr>
105
                </tr>
115
				<%End If%>
106
				<%End If%>
116
				<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
107
				<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
117
				<%
108
				<%
118
				anchorName = "ANC_"& rsSQL("pv_id")
-
 
119
				' Because this is a patch link, make sure it is transfered to release notes tab
109
				' Because this is a patch link, make sure it is transfered to release notes tab
120
				URLstring = "_wform_versions_history_release_notes.asp?"& Persists_Query_String( "pv_id="& rsSQL("pv_id") &"&filter_reset=true" ) &"#"& anchorName
110
				URLstring = "_wform_versions_history_release_notes.asp?"& Persists_Query_String( "pv_id="& rsSQL("pv_id") &"&filter_reset=true" )
121
				%>
111
				%>
122
                <tr> 
112
                <tr> 
123
				  <td background="images/bg_form_lightgray.gif"><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
113
				  <td background="images/bg_form_lightgray.gif"><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
124
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_version")%></a></td>
114
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_version")%></a></td>
125
				  <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("comments") ) )%></td>
115
				  <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("comments") ) )%></td>