Subversion Repositories DevTools

Rev

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

Rev 6612 Rev 6790
Line 66... Line 66...
66
  <tr> 
66
  <tr> 
67
    <td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="300"></td>
67
    <td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="300"></td>
68
    <td valign="top"> 
68
    <td valign="top"> 
69
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
69
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
70
        <tr> 
70
        <tr> 
71
          <td align="right" background="images/bg_lght_gray.gif"><br> 
71
          <td align="left" background="images/bg_lght_gray.gif"><br> 
72
            <!-- TABS ------------------------------------------->
72
            <!-- TABS ------------------------------------------->
73
            <%
73
            <%
74
			If IsEmpty( Request("pv_id") ) Then
74
			If IsEmpty( Request("pv_id") ) Then
75
				Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
75
				Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
76
			Else
76
			Else
Line 88... Line 88...
88
	  <%If NOT IsEmpty( Request("pv_id") ) Then%>
88
	  <%If NOT IsEmpty( Request("pv_id") ) Then%>
89
      <table width="100%" border="0" cellspacing="0" cellpadding="10">
89
      <table width="100%" border="0" cellspacing="0" cellpadding="10">
90
        <tr>
90
        <tr>
91
          <td>
91
          <td>
92
		  <div id="LayerDetails" style="height: 350px; overflow: auto;" name="LayerDetails"> 
92
		  <div id="LayerDetails" style="height: 350px; overflow: auto;" name="LayerDetails"> 
93
              <table width="100%" border="0" cellspacing="1" cellpadding="2">
93
              <table width="100%" border="0" cellspacing="1" cellpadding="2"  class='stdGrey'>
-
 
94
                  <thead>
94
                <tr> 
95
                    <tr> 
95
				  <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field"></td>
96
                      <th nowrap width="1%"></th>
96
				  <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Patch Version&nbsp;&nbsp;</td>
97
                      <th nowrap width="1%">Patch Version</th>
97
                  <td width="100%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Reason for this version&nbsp;&nbsp;</td>
98
                      <th nowrap width="100%">Reason for this version</th>
98
                  <td width="1%" nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Release Date</td>
99
                      <th nowrap width="1%">Release Date</th>
99
                </tr>
100
                    </tr>
-
 
101
                  </thead>
100
				<%Set rsSQL = OraDatabase.DbCreateDynaset( DBGet_Patches ( parPv_id ), cint(0))%>
102
				<%Set rsSQL = OraDatabase.DbCreateDynaset( DBGet_Patches ( parPv_id ), cint(0))%>
101
				<%If rsSQL.RecordCount < 1 Then%>
103
				<%If rsSQL.RecordCount < 1 Then%>
102
				<tr> 
104
				<tr> 
103
				  <td background="images/bg_form_lightgray.gif">&nbsp;</td>
105
				  <td>&nbsp;</td>
104
				  <td background="images/bg_form_lightgray.gif">&nbsp;</td>
106
				  <td>&nbsp;</td>
105
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
107
                  <td nowrap>&nbsp;</td>
106
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item">&nbsp;</td>
108
                  <td nowrap>&nbsp;</td>
107
                </tr>
109
                </tr>
108
				<%End If%>
110
				<%End If%>
109
				<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
111
				<%While (NOT rsSQL.BOF) AND (NOT rsSQL.EOF)%>
110
				<%
112
				<%
111
				' Because this is a patch link, make sure it is transfered to release notes tab
113
				' Because this is a patch link, make sure it is transfered to release notes tab
112
				URLstring = "_wform_versions_history_release_notes.asp?"& Persists_Query_String( "pv_id="& rsSQL("pv_id") &"&filter_reset=true" )
114
				URLstring = "_wform_versions_history_release_notes.asp?"& Persists_Query_String( "pv_id="& rsSQL("pv_id") &"&filter_reset=true" )
113
				%>
115
				%>
114
                <tr> 
116
                <tr> 
115
				  <td background="images/bg_form_lightgray.gif"><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
117
				  <td><%If rsSQL("dlocked") = "Y" Then%><%=IMG_OFFICIAL%><%Else%><%=IMG_NOT_OFFICIAL%><%End If%></td>
116
                  <td nowrap background="images/bg_form_lightgray.gif" class="form_item"><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_version")%></a></td>
118
                  <td nowrap><a href="<%=URLstring%>" class="txt_linked"><%=rsSQL("pkg_version")%></a></td>
117
				  <td background="images/bg_form_lightgray.gif" class="form_item" valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("comments") ) )%></td>
119
				  <td valign="top"><%=NewLine_To_BR ( To_HTML( rsSQL("comments") ) )%></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 <%=emailField(rsSQL("full_name"),rsSQL("user_email"))%><%End If%></td>
120
                  <td nowrap valign="top"><%If rsSQL("dlocked") = "Y" Then%><%=DisplayDateTime ( rsSQL("modified_stamp") )%> by <%=emailField(rsSQL("full_name"),rsSQL("user_email"))%><%End If%></td>
119
                </tr>
121
                </tr>
120
				<%rsSQL.MoveNext
122
				<%rsSQL.MoveNext
121
				  WEnd%>
123
				  WEnd%>
122
              </table>
124
              </table>
123
            </div>
125
            </div>