Subversion Repositories DevTools

Rev

Rev 5097 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5097 Rev 5098
Line 13... Line 13...
13
%>
13
%>
14
<%
14
<%
15
Option explicit
15
Option explicit
16
' Good idea to set when using redirect
16
' Good idea to set when using redirect
17
Response.Expires = 0   ' always load the page, dont store
17
Response.Expires = 0   ' always load the page, dont store
-
 
18
Const allowNoPackage = TRUE   ' Allow page display without pvid being present
-
 
19
Const showReleaseSdk = TRUE   ' Show the Release SDK div
18
%>
20
%>
19
 
21
 
20
<!--#include file="common/conf.asp"-->
22
<!--#include file="common/conf.asp"-->
21
<!--#include file="common/globals.asp"-->
23
<!--#include file="common/globals.asp"-->
22
<!--#include file="common/formating.asp"-->
24
<!--#include file="common/formating.asp"-->
23
<!--#include file="common/qstr.asp"-->
25
<!--#include file="common/qstr.asp"-->
24
<!--#include file="common/common_subs.asp"-->
26
<!--#include file="common/common_subs.asp"-->
25
<!--#include file="common/common_dbedit.asp"-->
27
<!--#include file="common/common_dbedit.asp"-->
-
 
28
<!--#include file="common/_package_common.asp"-->
26
<%
29
<%
27
'------------ ACCESS CONTROL ------------------
30
'------------ ACCESS CONTROL ------------------
28
%>
31
%>
29
<!--#include file="_access_control_login.asp"-->
32
<!--#include file="_access_control_login.asp"-->
30
<!--#include file="_access_control_general.asp"-->
33
<!--#include file="_access_control_general.asp"-->
31
<!--#include file="_access_control_project.asp"-->
34
<!--#include file="_access_control_project.asp"-->
32
<%
35
<%
33
'------------ Variable Definition -------------
36
'------------ Variable Definition -------------
34
Dim sdkAdded
37
Dim sdkAdded
-
 
38
Dim rsQry
35
Dim rsView
39
Dim rsView
36
'------------ Constants Declaration -----------
40
'------------ Constants Declaration -----------
37
'------------ Variable Init -------------------
41
'------------ Variable Init -------------------
38
sdkAdded = FALSE
42
sdkAdded = FALSE
39
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
43
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
Line 172... Line 176...
172
'       If the package is imported via an SDK - then highlight this
176
'       If the package is imported via an SDK - then highlight this
173
'       If the package is not, then allow the user to delete the package-version from the release
177
'       If the package is not, then allow the user to delete the package-version from the release
174
%>
178
%>
175
<html>
179
<html>
176
<head>
180
<head>
177
<title>Release Manager</title>
181
<title><%=Title(Request("rtag_id"))%></title>
178
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
182
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
179
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
183
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
180
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
184
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
181
<link rel="stylesheet" href="images/navigation.css" type="text/css">
185
<link rel="stylesheet" href="images/navigation.css" type="text/css">
182
<script language="JavaScript" src="images/common.js"></script>
186
<script language="JavaScript" src="images/common.js"></script>
-
 
187
<script language="JavaScript" src="scripts/remote_scripting.js"></script>
-
 
188
<!--#include file="_jquery_includes.asp"-->
-
 
189
<!-- TIPS -->
-
 
190
<script language="JavaScript" src="images/tipster.js"></script>
-
 
191
<script language="JavaScript" src="images/_help_tips.js"></script>
183
 
192
 
-
 
193
<!-- DROPDOWN MENUS -->
-
 
194
<!--#include file="_menu_def.asp"-->
-
 
195
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
184
</head>
196
</head>
185
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
197
<body bgcolor="White" text="Black" leftmargin=0 topmargin=0>
-
 
198
<!-- MENU LAYERS -------------------------------------->
-
 
199
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div>
-
 
200
<!-- TIPS LAYERS -------------------------------------->
-
 
201
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10">&nbsp;</div>
-
 
202
<!----------------------------------------------------->
-
 
203
<!-- HEADER -->
-
 
204
<!--#include file="_header.asp"-->
186
<!-- BODY ---->
205
<!-- BODY ---->
187
<table width="100%" height="98%"  border="0" cellpadding="0" cellspacing="0">
206
<table width="100%" border="0" cellspacing="0" cellpadding="0">
188
   <tr>
207
	<tr>
189
      <td align="center" valign="middle" class="form_item_grey">
208
		<td valign="top" width="1" background="images/bg_bage.gif">
-
 
209
		<!-- LEFT -->
190
         <table width="650" border="0" cellspacing="0" cellpadding="0">
210
		<!--#include file="_environment.asp"-->
191
            <tr>
211
		</td>
-
 
212
		<td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
-
 
213
		<td valign="top" width="100%" class="form_item_grey">
192
               <td>
214
		<!-- MIDDLE -->
193
                  <table class="full_table rounded_box" bgcolor="#FFFFFF">
215
            <table width="100%" height="98%"  border="0" cellpadding="0" cellspacing="0">
194
                     <tr>
216
               <tr>
195
                        <td width="10px"></td>
217
                  <td align="center" valign="middle" class="form_item_grey">
196
                        <td valign="top">
218
                     <table width="70%" border="0" cellspacing="0" cellpadding="0">
197
                           <!-- Body -->
219
                        <tr>
198
                           <table class="full_table">
-
 
199
                              <form name="form" method="get" action="<%=ScriptName%>">
-
 
200
                                 <tr>
220
                           <td>
201
                                    <td width="10px" height=10"px"></td>
221
                              <table class="full_table rounded_box" bgcolor="#FFFFFF" style="margin-top: 30px;">
202
                                 </tr>
-
 
203
                                 <tr>
222
                                 <tr>
-
 
223
                                    <td width="10px"></td>
-
 
224
                                    <td valign="top">
-
 
225
                                       <!-- Body -->
-
 
226
                                       <table class="full_table">
-
 
227
                                             <tr>
-
 
228
                                                <td width="10px" height=10"px"></td>
-
 
229
                                             </tr>
-
 
230
                                             <tr>
204
                                    <td nowrap class="form_field">
231
                                                <td nowrap class="form_field">
205
                                       <table class="full_table form_item_grey" style="border-spacing: 1px 1px;">
232
                                                   <table class="full_table form_item_grey" style="border-spacing: 1px 1px;">
206
                                          <tr>
233
                                                      <tr>
207
                                             <td colspan=5 class="form_field_bg"><p class="err_ttl">Import SDK. Conflicting Packages</p></td>
234
                                                         <td colspan=5 class="form_field_bg"><p class="err_ttl">Import SDK. Conflicting Packages</p></td>
208
                                          </tr>
235
                                                      </tr>
209
                                          <tr class="form_field form_field_bg">
236
                                                      <tr class="form_field form_field_bg">
210
                                              <td width="15px"></td>
237
                                                          <td width="15px"></td>
211
                                              <td width="1%">Name</td>
238
                                                          <td width="1%">Name</td>
212
                                              <td>Version</td>
239
                                                          <td>Version</td>
213
                                              <td>SDK</td>
240
                                                          <td>SDK</td>
214
                                              <td width="1%"></td>
241
                                                          <td width="1%"></td>
215
                                          </tr>
242
                                                      </tr>
216
                                          <tr>
243
                                                      <tr>
217
                                            <% Call GetPackageInfo %>
244
                                                        <% Call GetPackageInfo %>
-
 
245
                                                      </tr>
-
 
246
                                                      <tr>
-
 
247
                                                         <td colspan=5>&nbsp;</td>
218
                                          </tr>
248
                                                      </tr>
219
                                          <tr>
249
                                                      <tr>
220
                                             <td colspan=5 class="form_field_hdr">
250
                                                         <td colspan=5 class="form_field_hdr">
221
                                                This action will be cancelled&nbsp;
251
                                                            The SDK was not imported
222
                                                <input type="reset" name="btn" value="Return" class="form_btn" onClick="history.back();">
252
                                                          </td>
-
 
253
                                                      </tr>
-
 
254
                                                   </table>
223
                                              </td>
255
                                                </td>
224
                                          </tr>
256
                                             </tr>
-
 
257
                                             <tr>
-
 
258
                                                <td height="10px"></td>
225
                                       </table>
259
                                       </table>
-
 
260
                                       <!-- END Body-->
226
                                    </td>
261
                                    </td>
-
 
262
                                    <td width="10px"></td>
227
                                 </tr>
263
                                 </tr>
228
                                 <tr>
-
 
229
                                    <td height="10px"></td>
-
 
230
                                 <%=objPMod.ComposeHiddenTags()%>
-
 
231
                              </form>
264
                              </table>
232
                           </table>
265
                           </td>
233
                           <!-- END Body-->
-
 
234
                        </td>
266
                        </tr>
235
                        <td width="10px"></td>
-
 
236
                     </tr>
267
                     </table>
237
                  </table>
268
                  </td>
238
               </td>
269
               </tr>
239
            </tr>
270
            </table>
240
         </table>
271
        <!-- End MIDDLE -->
241
      </td>
272
		</td>
242
   </tr>
273
	</tr>
243
</table>
274
</table>
-
 
275
 
-
 
276
<!-- FOOTER -->
-
 
277
<!--#include file="_footer.asp"-->
244
</body>
278
</body>
245
</html>
279
</html>
246
 
280
<%
-
 
281
Call Destroy_All_Objects
247
 
282
%>
248
<!-- DESTRUCTOR ------->
-
 
249
<!--#include file="common/destructor.asp"-->
-