| Line 666... |
Line 666... |
| 666 |
<table id=releaseTree width="100%" border="0" cellspacing="10" cellpadding="0">
|
666 |
<table id=releaseTree width="100%" border="0" cellspacing="10" cellpadding="0">
|
| 667 |
<tr>
|
667 |
<tr>
|
| 668 |
<td>
|
668 |
<td>
|
| 669 |
<!-- TREE VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
669 |
<!-- TREE VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 670 |
<%If bIsaTreeView Then%>
|
670 |
<%If bIsaTreeView Then%>
|
| 671 |
<table width="100%" border="0" cellspacing="1" cellpadding="1">
|
671 |
<table width="100%" border="0" cellspacing="1" cellpadding="1" class=stdGrey>
|
| - |
|
672 |
<thead>
|
| 672 |
<tr class='form_field_bg' style="height:21px">
|
673 |
<tr class='form_field_bg' style="height:21px">
|
| 673 |
<td width="25%" class="body_txt">Release Name </td>
|
674 |
<th width="25%" class="body_txt">Release Name </th>
|
| 674 |
|
675 |
|
| 675 |
<%If parProjId <> 2 Then %>
|
676 |
<%If parProjId <> 2 Then %>
|
| 676 |
<td width="15%" class="body_txt">Created</td>
|
677 |
<th width="15%" class="body_txt">Created</th>
|
| 677 |
<td width="47%" class="body_txt">Comments</td>
|
678 |
<th width="47%" class="body_txt">Comments</th>
|
| 678 |
<%Else%>
|
679 |
<%Else%>
|
| 679 |
<td width="15%" class="body_txt">Created</td>
|
680 |
<th width="15%" class="body_txt">Created</th>
|
| 680 |
<td width="25%" class="body_txt">Used By </td>
|
681 |
<th width="25%" class="body_txt">Used By </th>
|
| 681 |
<td width="22%" class="body_txt">Comments</td>
|
682 |
<th width="22%" class="body_txt">Comments</th>
|
| 682 |
<%End If%>
|
683 |
<%End If%>
|
| 683 |
<td width="1%" nowrap class="body_txt">Lxr</td>
|
684 |
<th width="1%" nowrap class="body_txt">Lxr</th>
|
| 684 |
<td width="3%" nowrap class="body_txt">Daemon Status</td>
|
685 |
<th width="3%" nowrap class="body_txt">Daemon Status</th>
|
| 685 |
</tr>
|
686 |
</tr>
|
| - |
|
687 |
</thead>
|
| 686 |
<%
|
688 |
<%
|
| 687 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|
689 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 688 |
OraDatabase.Parameters.Add "USER_ID", objAccessControl.UserId, ORAPARM_INPUT, ORATYPE_NUMBER
|
690 |
OraDatabase.Parameters.Add "USER_ID", objAccessControl.UserId, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 689 |
|
691 |
|
| 690 |
Set rsQry = OraDatabase.DbCreateDynaset( GetQuery ("ReleaseVersionTree.sql") , ORADYN_DEFAULT )
|
692 |
Set rsQry = OraDatabase.DbCreateDynaset( GetQuery ("ReleaseVersionTree.sql") , ORADYN_DEFAULT )
|
| Line 710... |
Line 712... |
| 710 |
If rsQry("userCanDelete") = 1 Then
|
712 |
If rsQry("userCanDelete") = 1 Then
|
| 711 |
createdBy = createdBy & "<br>Creator can delete"
|
713 |
createdBy = createdBy & "<br>Creator can delete"
|
| 712 |
End If
|
714 |
End If
|
| 713 |
|
715 |
|
| 714 |
%>
|
716 |
%>
|
| 715 |
<tr class="body_rowg2">
|
717 |
<tr>
|
| 716 |
<td nowrap>
|
718 |
<td nowrap>
|
| 717 |
<%Call RenderIndent( lastLevel, currLevel )%>
|
719 |
<%Call RenderIndent( lastLevel, currLevel )%>
|
| 718 |
<%Call RenderActions(rsQry("rtag_id"),rsQry("official"),rsQry("userCanDelete"))%>
|
720 |
<%Call RenderActions(rsQry("rtag_id"),rsQry("official"),rsQry("userCanDelete"))%>
|
| 719 |
<a href="dependencies.asp?rtag_id=<%=rsQry("rtag_id")%>" class="body_link" >
|
721 |
<a href="dependencies.asp?rtag_id=<%=rsQry("rtag_id")%>" class="body_link" >
|
| 720 |
<%=ReleaseIcon( rsQry("official") )%> <%=rsQry("rtag_name")%></a>
|
722 |
<%=ReleaseIcon( rsQry("official") )%> <%=rsQry("rtag_name")%></a>
|
| Line 742... |
Line 744... |
| 742 |
Set rsQry = Nothing
|
744 |
Set rsQry = Nothing
|
| 743 |
%>
|
745 |
%>
|
| 744 |
</table>
|
746 |
</table>
|
| 745 |
<!-- LIST VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
747 |
<!-- LIST VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 746 |
<%Else%>
|
748 |
<%Else%>
|
| 747 |
<table width="100%" border="0" cellspacing="1" cellpadding="1">
|
749 |
<table width="100%" border="0" cellspacing="1" cellpadding="1" class='stdGrey'>
|
| - |
|
750 |
<thead>
|
| 748 |
<tr class='form_field_bg'>
|
751 |
<tr'>
|
| 749 |
<td width="1%"> </td>
|
752 |
<th width="1%"> </th>
|
| 750 |
<td width="20%" class="body_txt">Release Name </td>
|
753 |
<th width="20%" >Release Name </th>
|
| 751 |
<td width="10%" class="body_txt">Created</td>
|
754 |
<th width="10%" >Created</th>
|
| 752 |
<%If parProjId <> 2 Then %>
|
755 |
<%If parProjId <> 2 Then %>
|
| 753 |
<td width="47%" class="body_txt">Comments</td>
|
756 |
<th width="47%" >Comments</th>
|
| 754 |
<%Else%>
|
757 |
<%Else%>
|
| 755 |
<td width="24%" class="body_txt">Used By </td>
|
758 |
<th width="24%" >Used By </th>
|
| 756 |
<td width="22%" class="body_txt">Comments</td>
|
759 |
<th width="22%" >Comments</th>
|
| 757 |
<%End If%>
|
760 |
<%End If%>
|
| 758 |
<td width="1%" class="body_txt" title="LXR Support enabled">Lxr</td>
|
761 |
<th width="1%" title="LXR Support enabled">Lxr</th>
|
| 759 |
<td width="3%" class="body_txt">Daemon Status</td>
|
762 |
<th width="3%">Daemon Status</th>
|
| 760 |
</tr>
|
763 |
</tr>
|
| - |
|
764 |
</thead>
|
| 761 |
<%
|
765 |
<%
|
| 762 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|
766 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 763 |
OraDatabase.Parameters.Add "USER_ID", objAccessControl.UserId, ORAPARM_INPUT, ORATYPE_NUMBER
|
767 |
OraDatabase.Parameters.Add "USER_ID", objAccessControl.UserId, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 764 |
|
768 |
|
| 765 |
rsQryStr = GetQuery ("ReleaseVersionList.sql")
|
769 |
rsQryStr = GetQuery ("ReleaseVersionList.sql")
|
| Line 783... |
Line 787... |
| 783 |
If rsQry("userCanDelete") = 1 Then
|
787 |
If rsQry("userCanDelete") = 1 Then
|
| 784 |
createdBy = createdBy & "<br>Creator can delete"
|
788 |
createdBy = createdBy & "<br>Creator can delete"
|
| 785 |
End If
|
789 |
End If
|
| 786 |
|
790 |
|
| 787 |
%>
|
791 |
%>
|
| 788 |
<tr class="body_rowg2">
|
792 |
<tr>
|
| 789 |
<td valign="top">
|
793 |
<td valign="top">
|
| 790 |
<%Call RenderActions(rsQry("rtag_id"),rsQry("official"),rsQry("userCanDelete"))%>
|
794 |
<%Call RenderActions(rsQry("rtag_id"),rsQry("official"),rsQry("userCanDelete"))%>
|
| 791 |
</td>
|
795 |
</td>
|
| 792 |
<td nowrap valign="top">
|
796 |
<td nowrap valign="top">
|
| 793 |
<a href="dependencies.asp?rtag_id=<%=rsQry("rtag_id")%>" class="body_link" >
|
797 |
<a href="dependencies.asp?rtag_id=<%=rsQry("rtag_id")%>" class="body_link" >
|