Subversion Repositories DevTools

Rev

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

Rev 5061 Rev 5190
Line 86... Line 86...
86
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
86
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
87
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
87
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
88
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
88
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
89
<link rel="stylesheet" href="images/navigation.css" type="text/css">
89
<link rel="stylesheet" href="images/navigation.css" type="text/css">
90
<script language="JavaScript" src="images/common.js"></script>
90
<script language="JavaScript" src="images/common.js"></script>
-
 
91
<!--#include file="_jquery_includes.asp"-->
91
<!-- DROPDOWN MENUS -->
92
<!-- DROPDOWN MENUS -->
92
<!--#include file="_menu_def.asp"-->
93
<!--#include file="_menu_def.asp"-->
93
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
94
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
94
</head>
95
</head>
95
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
96
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
Line 213... Line 214...
213
					
214
					
214
				  	sLink = "dependencies.asp?pv_id="& aVersions( rsRep.FieldIndex("pv_id"), i )
215
				  	sLink = "dependencies.asp?pv_id="& aVersions( rsRep.FieldIndex("pv_id"), i )
215
					
216
					
216
					' Set destroy package action
217
					' Set destroy package action
217
					If CanDestroyPackage Then
218
					If CanDestroyPackage Then
218
						DestroyPackage = "<a href='_destroy_package.asp?pv_id="& aVersions( rsRep.FieldIndex("pv_id"), i )  &"&bfile="& ScriptName &"&pkg_id="& parPkgId &"&listby="& parListBy &"' "&_
219
						DestroyPackage = "<a href='javascript:;'"&_
219
										 " title='Destroy this package from the database.' "&_
220
										 " title='Destroy this package from the database.' "&_
220
										 " onClick='return confirmAction(""You are about to destroy ["& PackageName &" "& aVersions( rsRep.FieldIndex("pkg_version"), i ) &"]. You cannot undo this operation.\nDo you want to proceed?"");' ><img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ><a>"
221
										 " onClick=""return vixConfirm('You are about to destroy ["& PackageName &" "& aVersions( rsRep.FieldIndex("pkg_version"), i ) &"].<p>You cannot undo this operation.<br>Do you want to proceed?', {button : 'Destroy', url : '_destroy_package.asp?pv_id="& aVersions( rsRep.FieldIndex("pv_id"), i )  &"&bfile="& ScriptName &"&pkg_id="& parPkgId &"&listby="& parListBy &"'});"" >" &_
-
 
222
                                         " <img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ><a>"
221
					End If
223
					End If
222
				  %>
224
				  %>
223
					  <tr> 
225
					  <tr> 
224
					    <td valign="top" bgcolor="#F5F5F5"><%=imgLock%></td>
226
					    <td valign="top" bgcolor="#F5F5F5"><%=imgLock%></td>
225
						<td nowrap class="body_row" valign="top" bgcolor="#F5F5F5"><a href="<%=sLink%>" class="body_link"><%=aVersions( rsRep.FieldIndex("pkg_version"), i )%></a></td>
227
						<td nowrap class="body_row" valign="top" bgcolor="#F5F5F5"><a href="<%=sLink%>" class="body_link"><%=aVersions( rsRep.FieldIndex("pkg_version"), i )%></a></td>