Subversion Repositories DevTools

Rev

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

Rev 6882 Rev 7288
Line 483... Line 483...
483
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
483
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
484
<!--#include file="_jquery_includes.asp"-->
484
<!--#include file="_jquery_includes.asp"-->
485
<!-- HEADER -->
485
<!-- HEADER -->
486
<!--#include file="_header.asp"-->
486
<!--#include file="_header.asp"-->
487
<!-- BODY ---->
487
<!-- BODY ---->
-
 
488
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;top:unset;background-position-y: unset;'></div>
488
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
489
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
489
    <% 'Use the parPkg_list in two different ways. When adding dependencies, the list contains pv_id's.
490
    <% 'Use the parPkg_list in two different ways. When adding dependencies, the list contains pv_id's.
490
     'When adding packages it contains pkg_id's. Different functions deal with each situation.
491
     'When adding packages it contains pkg_id's. Different functions deal with each situation.
491
    If ( (parAdd_type <> Cstr(enum_ADD_DEPENDENCIES)) AND (parAdd_type <> Cstr(enum_ADD_RUNTIME_DEPENDENCIES)) ) Then
492
    If ( (parAdd_type <> Cstr(enum_ADD_DEPENDENCIES)) AND (parAdd_type <> Cstr(enum_ADD_RUNTIME_DEPENDENCIES)) ) Then
492
     Call Generate_Package_List( parPkg_list, HTML_pkg_list, parRtag_id, parAdd_type )
493
     Call Generate_Package_List( parPkg_list, HTML_pkg_list, parRtag_id, parAdd_type )
Line 556... Line 557...
556
                        </table>
557
                        </table>
557
                    </div>
558
                    </div>
558
                 </div>
559
                 </div>
559
                 <!-- Buttons  -->
560
                 <!-- Buttons  -->
560
                <div class='buttonPanel'>
561
                <div class='buttonPanel'>
561
                    <span id="ProgressBar" name="ProgressBar" style="visibility:hidden;">
-
 
562
                       <img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Processing...
-
 
563
                    </span>
-
 
564
                    <input type="reset" name="btn" value="&laquo; Back" onClick="history.back();">
562
                    <input type="reset" name="btn" value="&laquo; Back" onClick="history.back();">
565
                    <input type="reset" name="btn" value="Cancel" onClick="history.go(-3);">
563
                    <input type="reset" name="btn" value="Cancel" onClick="history.go(-3);">
566
                    <input type="submit" name="btn" value="  Add  " >
564
                    <input type="submit" name="btn" value="  Add  " >
567
                    <%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
565
                    <%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
568
                    <span><input type="checkbox" name="iMode" value="pending">Add to Pending <%=Quick_Help("addPending")%></span>
566
                    <span><input type="checkbox" name="iMode" value="pending">Add to Pending <%=Quick_Help("addPending")%></span>