| Line 477... |
Line 477... |
| 477 |
<!--#include file="_jquery_includes.asp"-->
|
477 |
<!--#include file="_jquery_includes.asp"-->
|
| 478 |
<!-- HEADER -->
|
478 |
<!-- HEADER -->
|
| 479 |
<!--#include file="_header.asp"-->
|
479 |
<!--#include file="_header.asp"-->
|
| 480 |
<!-- BODY ---->
|
480 |
<!-- BODY ---->
|
| 481 |
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
|
481 |
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
|
| - |
|
482 |
<% 'Use the parPkg_list in two different ways. When adding dependencies, the list contains pv_id's.
|
| - |
|
483 |
'When adding packages it contains pkg_id's. Different functions deal with each situation.
|
| - |
|
484 |
If ( (parAdd_type <> Cstr(enum_ADD_DEPENDENCIES)) AND (parAdd_type <> Cstr(enum_ADD_RUNTIME_DEPENDENCIES)) ) Then
|
| - |
|
485 |
Call Generate_Package_List( parPkg_list, HTML_pkg_list, parRtag_id, parAdd_type )
|
| - |
|
486 |
Else
|
| - |
|
487 |
Call Generate_Version_List( parPkg_list, HTML_pkg_list, parRtag_id, parAdd_type )
|
| - |
|
488 |
End If%>
|
| 482 |
<tr>
|
489 |
<tr>
|
| 483 |
<td align="center" valign="top" background="images/bg_lght_gray.gif">
|
490 |
<td align="center" valign="top" class='bg_grey'>
|
| 484 |
<!-- MIDDLE ---------------------------------------->
|
491 |
<!-- MIDDLE ---------------------------------------->
|
| 485 |
<table width="650" border="0" cellspacing="0" cellpadding="0">
|
- |
|
| 486 |
<tr>
|
- |
|
| 487 |
<td>
|
- |
|
| 488 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
- |
|
| 489 |
<tr>
|
- |
|
| 490 |
<td width="1%"></td>
|
- |
|
| 491 |
<td align="right"><img src="images/h_trsp_dot.gif" width="30" height="30"></td>
|
- |
|
| 492 |
<td width="1%"></td>
|
492 |
<div style='width:600px' class=Panel>
|
| 493 |
</tr>
|
- |
|
| 494 |
<tr>
|
- |
|
| 495 |
<td width="1%"></td>
|
- |
|
| 496 |
<td>
|
- |
|
| 497 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
- |
|
| 498 |
<tr>
|
- |
|
| 499 |
<td nowrap class="form_ttl"><%=Page_Title ( parAdd_type )%></td>
|
- |
|
| 500 |
<td align="right" valign="bottom"></td>
|
- |
|
| 501 |
</tr>
|
- |
|
| 502 |
</table>
|
- |
|
| 503 |
</td>
|
- |
|
| 504 |
<td width="1%"></td>
|
493 |
<%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
|
| 505 |
</tr>
|
- |
|
| 506 |
<tr>
|
- |
|
| 507 |
<td align="left" valign="top" width="1%" background="images/lbox_bg_blue.gif">
|
494 |
<form name="addpkg" id="addpkg" method="post" action="_add_pkgs_to_release.asp" onSubmit="return checkVersion();">
|
| 508 |
<img src="images/lbox_tl_cnr_b.gif" width="13" height="13">
|
- |
|
| 509 |
</td>
|
- |
|
| 510 |
<td background="images/lbox_bg_blue.gif" align="right">
|
495 |
<%ElseIf parAdd_type = Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then%>
|
| 511 |
<!-- Heading -->
|
- |
|
| 512 |
<img src="images/h_trsp_dot.gif" width="1" height="20">
|
- |
|
| 513 |
<!-- END Heading -->
|
- |
|
| 514 |
</td>
|
- |
|
| 515 |
<td align="right" valign="top" width="1%" background="images/lbox_bg_blue.gif">
|
496 |
<form name="addpkg" method="post" action="_add_runtime_dependencies.asp" onSubmit="return true">
|
| 516 |
<img src="images/lbox_tr_cnr_b.gif" width="13" height="13">
|
- |
|
| 517 |
</td>
|
- |
|
| 518 |
</tr>
|
- |
|
| 519 |
<tr>
|
497 |
<%Else%>
|
| 520 |
<td width="1%" bgcolor="#FFFFFF"><img src="images/h_trsp_dot.gif" width="10" height="100"></td>
|
- |
|
| 521 |
<td bgcolor="#FFFFFF" valign="top">
|
- |
|
| 522 |
<!-- Body -->
|
- |
|
| 523 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
498 |
<form name="addpkg" method="post" action="_update_dependencies.asp" onSubmit="return true">
|
| 524 |
<% 'Use the parPkg_list in two different ways. When adding dependencies, the list contains pv_id's.
|
- |
|
| 525 |
'When adding packages it contains pkg_id's. Different functions deal with each situation.
|
- |
|
| 526 |
If ( (parAdd_type <> Cstr(enum_ADD_DEPENDENCIES)) AND (parAdd_type <> Cstr(enum_ADD_RUNTIME_DEPENDENCIES)) ) Then
|
- |
|
| 527 |
Call Generate_Package_List( parPkg_list, HTML_pkg_list, parRtag_id, parAdd_type )
|
- |
|
| 528 |
Else
|
- |
|
| 529 |
Call Generate_Version_List( parPkg_list, HTML_pkg_list, parRtag_id, parAdd_type )
|
- |
|
| 530 |
End If%>
|
499 |
<%End If%>
|
| 531 |
|
500 |
|
| 532 |
<%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
|
501 |
<div class='rounded_box_caption'>
|
| 533 |
<form name="addpkg" id="addpkg" method="post" action="_add_pkgs_to_release.asp" onSubmit="return checkVersion();">
|
502 |
<%=Page_Title ( parAdd_type )%>
|
| 534 |
<%'----------- Base View --------------%>
|
503 |
</div>
|
| 535 |
<tr>
|
504 |
<div class='rounded_box'>
|
| 536 |
<td width="1%" nowrap class="form_group" valign="bottom"></td>
|
505 |
<div class='PanelFrame'>
|
| 537 |
<td nowrap width="100%" align="right" class="form_step"> </td>
|
506 |
<%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
|
| 538 |
</tr>
|
507 |
<!-- Base View -->
|
| 539 |
<tr>
|
508 |
<div class='textPanel PanelPad'>
|
| 540 |
<td colspan="2" width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">To Base View</td>
|
- |
|
| 541 |
</tr>
|
509 |
<div class=PanelHead>To Base View</div>
|
| 542 |
<tr>
|
510 |
<div class='PanelLine'>
|
| 543 |
<td colspan="2" width="1%" nowrap background="images/bg_form_lightgray.gif">
|
- |
|
| 544 |
<select name="base_view_id" id="base_view_id" class="form_item" onblur="checkSeletion(this);" onchange="checkSeletion(this);">
|
511 |
<select name="base_view_id" id="base_view_id" class="form_item" onblur="checkSeletion(this);" onchange="checkSeletion(this);">
|
| 545 |
<option></option>
|
512 |
<option></option>
|
| 546 |
<%Call Get_All_Base_Views( parBase_view_id, parPkg_list )%>
|
513 |
<%Call Get_All_Base_Views( parBase_view_id, parPkg_list )%>
|
| 547 |
</select>
|
514 |
</select>
|
| - |
|
515 |
<br>
|
| - |
|
516 |
<span class="rep_small">NOTE: Symbol '>' in Base Views drop-down list is a suggestion where to place selected package(s).</span>
|
| - |
|
517 |
</div>
|
| - |
|
518 |
</div>
|
| 548 |
|
519 |
|
| 549 |
<br>
|
- |
|
| 550 |
<span class="rep_small">NOTE: Symbol '>' in Base Views drop-down list is a suggestion where to place selected package(s).</span>
|
- |
|
| 551 |
</td>
|
- |
|
| 552 |
</tr>
|
- |
|
| 553 |
<tr>
|
- |
|
| 554 |
<td width="1%" nowrap class="form_group" valign="bottom"></td>
|
- |
|
| 555 |
<td nowrap width="100%" align="right" class="form_step"><br></td>
|
- |
|
| 556 |
</tr>
|
- |
|
| 557 |
<%'----------- Private View --------------%>
|
520 |
<!-- --------- Private View ------------ -->
|
| 558 |
<%If QStrPar("Pview") <> "disable" Then%>
|
521 |
<%If QStrPar("Pview") <> "disable" Then%>
|
| 559 |
<tr>
|
522 |
<div class='textPanel PanelPad'>
|
| 560 |
<td colspan="2" width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">To Personal View</td>
|
- |
|
| 561 |
</tr>
|
523 |
<div class=PanelHead> To Personal View</div>
|
| 562 |
<tr>
|
524 |
<div class=PanelLine>
|
| 563 |
<td colspan="2" width="1%" nowrap background="images/bg_form_lightgray.gif">
|
- |
|
| 564 |
<select name="personal_view_id" class="form_item">
|
525 |
<select name="personal_view_id" class="form_item">
|
| 565 |
<option value="">None</option>
|
526 |
<option value="">None</option>
|
| 566 |
<%Call Get_All_Personal_Views( objAccessControl.UserId )%>
|
527 |
<%Call Get_All_Personal_Views( objAccessControl.UserId )%>
|
| 567 |
</select>
|
528 |
</select>
|
| 568 |
</td>
|
- |
|
| 569 |
</tr>
|
529 |
</div>
|
| 570 |
<tr>
|
- |
|
| 571 |
<td width="1%" nowrap class="form_group" valign="bottom"></td>
|
- |
|
| 572 |
<td nowrap width="100%" align="right" class="form_step"><br></td>
|
- |
|
| 573 |
</tr>
|
530 |
</div>
|
| 574 |
<%End If%>
|
531 |
<%End If%>
|
| 575 |
<%'---------------------------------------%>
|
- |
|
| 576 |
<%Else%>
|
532 |
<%Else%>
|
| 577 |
<%If parAdd_type = Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then%>
|
- |
|
| 578 |
<form name="addpkg" method="post" action="_add_runtime_dependencies.asp" onSubmit="return true">
|
- |
|
| 579 |
<%Else%>
|
- |
|
| 580 |
<form name="addpkg" method="post" action="_update_dependencies.asp" onSubmit="return true">
|
- |
|
| 581 |
<%End If%>
|
533 |
<div class='textPanel PanelPad'>
|
| 582 |
<tr>
|
- |
|
| 583 |
<td colspan="2" width="1%" nowrap class="form_field">
|
- |
|
| 584 |
<%=pkgInfoHash.Item ("pkg_name")%> <%=pkgInfoHash.Item ("pkg_version")%>
|
534 |
<b><%=pkgInfoHash.Item ("pkg_name")%> <%=pkgInfoHash.Item ("pkg_version")%></b>
|
| 585 |
</td>
|
535 |
</div>
|
| 586 |
</tr>
|
536 |
<%End If%>
|
| 587 |
<%End If%>
|
537 |
<!-- --------- Package List ------------ -->
|
| 588 |
|
- |
|
| 589 |
<tr>
|
538 |
<div class=PanelPad>
|
| 590 |
<td colspan="2" width="1%" nowrap class="form_field">
|
- |
|
| 591 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
539 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=stdGrey>
|
| 592 |
<tr>
|
540 |
<thead>
|
| 593 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="10%" class="form_field">Package Name
|
- |
|
| 594 |
<img src="images/h_trsp_dot.gif" width="1" height="20" align="absmiddle">
|
541 |
<th nowrap width='1%'>Package Name</th>
|
| 595 |
</td>
|
542 |
<th>Version
|
| 596 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="40%" class="form_field">Version
|
- |
|
| 597 |
<%If parAdd_type <> Cstr(enum_ADD_DEPENDENCIES) AND parAdd_type <> Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then
|
543 |
<%If parAdd_type <> Cstr(enum_ADD_DEPENDENCIES) AND parAdd_type <> Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then
|
| 598 |
Response.Write Quick_Help("existingVersion")
|
544 |
Response.Write Quick_Help("existingVersion")
|
| 599 |
End If%>
|
545 |
End If%>
|
| 600 |
</td>
|
546 |
</th>
|
| 601 |
</tr>
|
547 |
</thead>
|
| 602 |
<%=HTML_pkg_list%>
|
548 |
<%=HTML_pkg_list%>
|
| 603 |
<tr>
|
549 |
</table>
|
| 604 |
<td nowrap><img src="images/h_trsp_dot.gif" width="120" height="1"></td>
|
- |
|
| 605 |
<td></td>
|
550 |
</div>
|
| 606 |
</tr>
|
551 |
</div>
|
| 607 |
</table>
|
552 |
<!-- Buttons -->
|
| 608 |
</td>
|
553 |
<div class='buttonPanel'>
|
| 609 |
</tr>
|
554 |
<span id="ProgressBar" name="ProgressBar" style="visibility:hidden;">
|
| - |
|
555 |
<img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Processing...
|
| 610 |
<tr>
|
556 |
</span>
|
| 611 |
<td colspan="2" nowrap class="form_field">
|
- |
|
| 612 |
<input type="reset" name="btn" value="« Back" class="form_btn" onClick="history.back();">
|
557 |
<input type="reset" name="btn" value="« Back" onClick="history.back();">
|
| 613 |
<input type="reset" name="btn" value="Cancel" class="form_btn" onClick="history.go(-3);">
|
558 |
<input type="reset" name="btn" value="Cancel" onClick="history.go(-3);">
|
| 614 |
<input type="submit" name="btn" value=" Add " class="form_btn">
|
559 |
<input type="submit" name="btn" value=" Add " >
|
| 615 |
<%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
|
560 |
<%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
|
| 616 |
<span><input type="checkbox" name="iMode" value="pending">Add to Pending</span>
|
561 |
<span><input type="checkbox" name="iMode" value="pending">Add to Pending</span>
|
| 617 |
<%End If%>
|
- |
|
| 618 |
<SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;" class="body_scol">
|
- |
|
| 619 |
<img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Processing...
|
- |
|
| 620 |
</SPAN>
|
- |
|
| 621 |
<br> <br>
|
- |
|
| 622 |
</td>
|
- |
|
| 623 |
</tr>
|
562 |
<%End If%>
|
| 624 |
<input type="hidden" name="update_type" value="add_custom">
|
563 |
<input type="hidden" name="update_type" value="add_custom">
|
| 625 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
564 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
| 626 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
565 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
| 627 |
<input type="hidden" name="pkg_list" value="<%=parPkg_list%>">
|
566 |
<input type="hidden" name="pkg_list" value="<%=parPkg_list%>">
|
| 628 |
</form>
|
- |
|
| 629 |
</table>
|
- |
|
| 630 |
<!-- END Body-->
|
- |
|
| 631 |
</td>
|
- |
|
| 632 |
<td width="1%" background="images/lbox_bgside_white.gif"> </td>
|
- |
|
| 633 |
</tr>
|
- |
|
| 634 |
<tr>
|
- |
|
| 635 |
<td width="1%" background="images/lbox_bg_blue.gif" valign="bottom">
|
- |
|
| 636 |
<img src="images/lbox_bl_cnr_b.gif" width="13" height="13">
|
- |
|
| 637 |
</td>
|
- |
|
| 638 |
<td background="images/lbox_bg_blue.gif"></td>
|
- |
|
| 639 |
<td width="1%" background="images/lbox_bg_blue.gif" valign="bottom" align="right">
|
- |
|
| 640 |
<img src="images/lbox_br_cnr_b.gif" width="13" height="13">
|
- |
|
| 641 |
</td>
|
- |
|
| 642 |
</tr>
|
- |
|
| 643 |
</table>
|
567 |
</div>
|
| 644 |
</td>
|
568 |
</div>
|
| 645 |
</tr>
|
569 |
</form>
|
| 646 |
</table>
|
570 |
</div>
|
| 647 |
<!-------------------------------------------------->
|
571 |
<!-------------------------------------------------->
|
| 648 |
</td>
|
572 |
</td>
|
| 649 |
</tr>
|
573 |
</tr>
|
| 650 |
<!-- FOOTER -->
|
574 |
<!-- FOOTER -->
|
| 651 |
<!--#include file="_footer.asp"-->
|
575 |
<!--#include file="_footer.asp"-->
|