| Line 462... |
Line 462... |
| 462 |
<!-- MIDDLE ---------------------------------------->
|
462 |
<!-- MIDDLE ---------------------------------------->
|
| 463 |
<table width="650" border="0" cellspacing="0" cellpadding="0">
|
463 |
<table width="650" border="0" cellspacing="0" cellpadding="0">
|
| 464 |
<tr>
|
464 |
<tr>
|
| 465 |
<td>
|
465 |
<td>
|
| 466 |
<!-- Body -->
|
466 |
<!-- Body -->
|
| 467 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='rounded_box rounded_box_std'>
|
467 |
<div style='position:relative'>
|
| 468 |
<caption>EDIT dependencies</caption>
|
468 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;'></div>
|
| 469 |
<form name="editdep" method="post" action="_update_dependencies.asp" onSubmit="return ValidateForm();">
|
469 |
<form name="editdep" method="post" action="_update_dependencies.asp" onSubmit="return ValidateForm();">
|
| - |
|
470 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='rounded_box rounded_box_std' >
|
| - |
|
471 |
<caption>EDIT dependencies</caption>
|
| 470 |
<tr>
|
472 |
<tr>
|
| 471 |
<td colspan="2" width="1%" nowrap class="form_field"><%=pkgInfoHash.Item ("pkg_name")%> <%=pkgInfoHash.Item ("pkg_version")%></td>
|
473 |
<td colspan="2" width="1%" nowrap class="form_field"><%=pkgInfoHash.Item ("pkg_name")%> <%=pkgInfoHash.Item ("pkg_version")%></td>
|
| 472 |
</tr>
|
474 |
</tr>
|
| 473 |
<tr>
|
475 |
<tr>
|
| 474 |
<td colspan="2" width="1%" nowrap class="form_field">
|
476 |
<td colspan="2" width="1%" nowrap class="form_field">
|
| Line 484... |
Line 486... |
| 484 |
<tr>
|
486 |
<tr>
|
| 485 |
<td nowrap>
|
487 |
<td nowrap>
|
| 486 |
<input type="reset" name="btn" value="« Back" class="form_btn" onClick="history.back();">
|
488 |
<input type="reset" name="btn" value="« Back" class="form_btn" onClick="history.back();">
|
| 487 |
<input name="btn" type="reset" class="form_btn" value="Cancel" onClick="window.location='dependencies.asp?pv_id=<%=Request("pv_id")%>&rtag_id=<%=Request("rtag_id")%>';">
|
489 |
<input name="btn" type="reset" class="form_btn" value="Cancel" onClick="window.location='dependencies.asp?pv_id=<%=Request("pv_id")%>&rtag_id=<%=Request("rtag_id")%>';">
|
| 488 |
<input type="submit" name="btn" value="Update" class="form_btn" id="btn_update">
|
490 |
<input type="submit" name="btn" value="Update" class="form_btn" id="btn_update">
|
| 489 |
<span id="ProgressBar" name="ProgressBar" style="visibility:hidden;" class="body_scol"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Processing...</span>
|
- |
|
| 490 |
</td>
|
491 |
</td>
|
| 491 |
</tr>
|
492 |
</tr>
|
| 492 |
<%If HTML_pkg_list = "" Then%>
|
493 |
<%If HTML_pkg_list = "" Then%>
|
| 493 |
<tr>
|
494 |
<tr>
|
| 494 |
<td class='form_field_grey_bg form_item err_alert'>No Packages Specified. All dependencies will be deleted</td>
|
495 |
<td class='form_field_grey_bg form_item err_alert'>No Packages Specified. All dependencies will be deleted</td>
|
| 495 |
</tr>
|
496 |
</tr>
|
| 496 |
<%End If%>
|
497 |
<%End If%>
|
| 497 |
<input type="hidden" name="update_type" value="edit_import">
|
498 |
<input type="hidden" name="update_type" value="edit_import">
|
| 498 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
499 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
| 499 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
500 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
| 500 |
</form>
|
- |
|
| 501 |
</table>
|
501 |
</table>
|
| - |
|
502 |
</form>
|
| - |
|
503 |
</div>
|
| 502 |
<!-- END Body-->
|
504 |
<!-- END Body-->
|
| 503 |
</td>
|
505 |
</td>
|
| 504 |
</tr>
|
506 |
</tr>
|
| 505 |
</table>
|
507 |
</table>
|
| 506 |
<!-------------------------------------------------->
|
508 |
<!-------------------------------------------------->
|