Subversion Repositories DevTools

Rev

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

Rev 6610 Rev 6873
Line 94... Line 94...
94
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
94
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
95
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
95
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
96
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
96
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
97
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
97
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
98
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
98
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
-
 
99
<%bCsvExport = True%>
99
<!--#include file="_jquery_includes.asp"-->
100
<!--#include file="_jquery_includes.asp"-->
100
<!-- TIPS -->
101
<!-- TIPS -->
101
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
102
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
102
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
103
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
103
<!-- DROPDOWN MENUS -->
104
<!-- DROPDOWN MENUS -->
Line 143... Line 144...
143
          Query_String = ReadFile( rootPath & "queries\rep_obsolete_packages.sql" )
144
          Query_String = ReadFile( rootPath & "queries\rep_obsolete_packages.sql" )
144
          OraDatabase.Parameters.Add "RTAG_ID", parRtag_id, ORAPARM_INPUT, ORATYPE_NUMBER
145
          OraDatabase.Parameters.Add "RTAG_ID", parRtag_id, ORAPARM_INPUT, ORATYPE_NUMBER
145
          OraDatabase.Parameters.Add "SMODE", parMode, ORAPARM_INPUT, ORATYPE_NUMBER
146
          OraDatabase.Parameters.Add "SMODE", parMode, ORAPARM_INPUT, ORATYPE_NUMBER
146
          %>
147
          %>
147
          <form method="post" name="removePackages">
148
          <form method="post" name="removePackages">
148
          <table class="embedded_table" width="10%">
149
          <table class="embedded_table etable" width="10%">
149
             <tr>
150
             <thead>
150
                <td width="1%" nowrap class="body_colb">&nbsp;</td>
151
                <th width="1%" nowrap class="body_colb noCsv">&nbsp;</th>
151
                <td width="1%" nowrap class="body_colb">Package Name and Version&nbsp;&nbsp;&nbsp;</td>
152
                <th width="1%" nowrap class="body_colb">Package Name and Version&nbsp;&nbsp;&nbsp;</th>
152
                <td width="1%" nowrap class="body_colb">Released&nbsp;&nbsp;&nbsp;</td>
153
                <th width="1%" nowrap class="body_colb">Released&nbsp;&nbsp;&nbsp;</th>
153
                <td width="1%" nowrap class="body_colb">Added to Release&nbsp;&nbsp;&nbsp;</td>
154
                <th width="1%" nowrap class="body_colb">Added to Release&nbsp;&nbsp;&nbsp;</th>
154
                <td width="1%" nowrap class="body_colb"></td>
155
                <th width="1%" nowrap class="body_colb noCsv"></th>
155
             </tr>
156
             </thead>
156
             <tr>
157
             <tr>
157
                <td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
158
                <td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
158
             </tr>
159
             </tr>
159
             <%
160
             <%
160
             Dim currView_id
161
             Dim currView_id
Line 175... Line 176...
175
             While ((NOT rsRep.BOF) AND (NOT rsRep.EOF))
176
             While ((NOT rsRep.BOF) AND (NOT rsRep.EOF))
176
                ' -------- GROUP BY BASE VIEW  -----------------
177
                ' -------- GROUP BY BASE VIEW  -----------------
177
                If CDbl(currView_id) <> CDbl(rsRep("view_id")) Then
178
                If CDbl(currView_id) <> CDbl(rsRep("view_id")) Then
178
                   %>
179
                   %>
179
                   <tr>
180
                   <tr>
180
                      <td colspan="4" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
181
                      <td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
181
                      <td></td>
182
                      <td></td>
182
                   </tr>
183
                   </tr>
183
                   <tr>
184
                   <tr>
184
                      <td nowrap class="body_scol"><%=rsRep("view_name")%></td>
185
                      <td nowrap class="body_scol"><%=rsRep("view_name")%></td>
185
                      <td class="body_scol"></td>
186
                      <td class="body_scol"></td>
Line 190... Line 191...
190
                   <%
191
                   <%
191
                   currView_id = CDbl(rsRep("view_id"))
192
                   currView_id = CDbl(rsRep("view_id"))
192
                End If
193
                End If
193
                ' -------- END GROUP ------------------------
194
                ' -------- END GROUP ------------------------
194
                %>
195
                %>
195
                <tr>
196
                <tr class='csvData'>
196
                   <td class="body_row"></td>
197
                   <td class="body_row"></td>
197
                   <td nowrap class="body_row"><a href="used_by.asp?pv_id=<%=rsRep("pv_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=rsRep("pkg_name") &" "& rsRep("pkg_version")%></a></td>
198
                   <td nowrap class="body_row"><a href="used_by.asp?pv_id=<%=rsRep("pv_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=rsRep("pkg_name") &" "& rsRep("pkg_version")%></a></td>
198
                   <td nowrap class="body_row"><%=DisplayDate( rsRep("modified_stamp") )%> by <%=emailField(rsRep("modifier"),rsRep("modifier_email"))%>&nbsp;&nbsp;&nbsp;</td>
199
                   <td nowrap class="body_row"><%=DisplayDate( rsRep("modified_stamp") )%> by <%=emailField(rsRep("modifier"),rsRep("modifier_email"))%>&nbsp;&nbsp;&nbsp;</td>
199
                   <td nowrap class="body_row"><%=DisplayDate( rsRep("insert_stamp") )%> by <%=emailField(rsRep("insertor"),rsRep("insertor_email"))%>&nbsp;&nbsp;&nbsp;</td>
200
                   <td nowrap class="body_row"><%=DisplayDate( rsRep("insert_stamp") )%> by <%=emailField(rsRep("insertor"),rsRep("insertor_email"))%>&nbsp;&nbsp;&nbsp;</td>
200
                   <td nowrap class="body_row"><input type="checkbox" name="list_pv_id" <%=enabledText%> value="<%=rsRep("pv_id")%>"></td>
201
                   <td nowrap class="body_row"><input type="checkbox" name="list_pv_id" <%=enabledText%> value="<%=rsRep("pv_id")%>"></td>