Subversion Repositories DevTools

Rev

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

Rev 5180 Rev 5182
Line 740... Line 740...
740
               <tr>
740
               <tr>
741
                  <td>
741
                  <td>
742
                     <!-- TREE VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
742
                     <!-- TREE VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
743
                     <%If bIsaTreeView Then%>
743
                     <%If bIsaTreeView Then%>
744
                        <table width="100%"  border="0" cellspacing="1" cellpadding="1">
744
                        <table width="100%"  border="0" cellspacing="1" cellpadding="1">
745
                           <tr class='form_field_bg'>
745
                           <tr class='form_field_bg' style="height:21px">
746
                              <td width="25%" class="body_txt">Release Name </td>
746
                              <td width="25%" class="body_txt">Release Name </td>
747
 
747
 
748
                              <%If parProjId <> 2 Then %>
748
                              <%If parProjId <> 2 Then %>
749
                                 <td width="15%" class="body_txt">Created</td>
749
                                 <td width="15%" class="body_txt">Created</td>
750
                                 <td width="47%" class="body_txt">Comments</td>
750
                                 <td width="47%" class="body_txt">Comments</td>
751
                                 <td width="3%"  class="body_txt">Daemon Status</td>
-
 
752
                              <%Else%>
751
                              <%Else%>
753
                                 <td width="15%" class="body_txt">Created</td>
752
                                 <td width="15%" class="body_txt">Created</td>
754
                                 <td width="25%" class="body_txt">Used By </td>
753
                                 <td width="25%" class="body_txt">Used By </td>
755
                                 <td width="22%" class="body_txt">Comments</td>
754
                                 <td width="22%" class="body_txt">Comments</td>
756
                                 <td width="3%"  class="body_txt">Daemon Status</td>
-
 
757
                              <%End If%>
755
                              <%End If%>
-
 
756
                           <td width="3%" nowrap class="body_txt">Daemon&nbsp;Status</td>
758
                           </tr>
757
                           </tr>
759
                           <%
758
                           <%
760
                           OraDatabase.Parameters.Add "PROJ_ID",  parProjId,  ORAPARM_INPUT, ORATYPE_NUMBER
759
                           OraDatabase.Parameters.Add "PROJ_ID",  parProjId,  ORAPARM_INPUT, ORATYPE_NUMBER
761
 
760
 
762
                           Set rsQry = OraDatabase.DbCreateDynaset( GetQuery ("ReleaseVersionTree.sql") , ORADYN_DEFAULT )
761
                           Set rsQry = OraDatabase.DbCreateDynaset( GetQuery ("ReleaseVersionTree.sql") , ORADYN_DEFAULT )