Subversion Repositories DevTools

Rev

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

Rev 4955 Rev 5009
Line 340... Line 340...
340
 
340
 
341
   Response.Cookies (COOKIE_RELEASE_MANAGER_MEMORY)("RELEASE_VIEW") = Request("viewtype")
341
   Response.Cookies (COOKIE_RELEASE_MANAGER_MEMORY)("RELEASE_VIEW") = Request("viewtype")
342
End Sub
342
End Sub
343
 
343
 
344
'----------------------------------------------------------------------------------------------------------------------------------------------
344
'----------------------------------------------------------------------------------------------------------------------------------------------
-
 
345
Sub RenderDaemonStatusConfig(rtag_id) 
-
 
346
   %>
-
 
347
   <table class="embedded_table">
-
 
348
    <tr>
-
 
349
     <td>
-
 
350
     <%
-
 
351
      Response.Write("<img src=""icons/i_edit.gif"" border=0 vspace=0 hspace=0 title='Configure Daemons' onclick='location.href=""release_config.asp?rtag_id="&rtag_id&"""'>")
-
 
352
      Response.Write("<img src=""icons/ext_log.gif"" border=0 vspace=0 hspace=0 title='View Build Log'onclick='location.href=""build_release_log.asp?rtag_id="&rtag_id&"""'>")
-
 
353
     %>
-
 
354
     </td>
-
 
355
     <td>
-
 
356
   <%
-
 
357
    Call objDmSts.RenderDaemonStatus(rtag_id,16)
-
 
358
    %>
-
 
359
        </td>
-
 
360
        </tr>
-
 
361
        </table>
-
 
362
    <%
-
 
363
End Sub
-
 
364
 
-
 
365
'----------------------------------------------------------------------------------------------------------------------------------------------
345
%>
366
%>
346
<%
367
<%
347
'------------ RUN BEFORE PAGE RENDER ----------
368
'------------ RUN BEFORE PAGE RENDER ----------
348
If (Request("action") <> "") Then
369
If (Request("action") <> "") Then
349
 
370
 
Line 612... Line 633...
612
                                       <%End If%>
633
                                       <%End If%>
613
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=NewLine_To_BR(rsQry("description"))%></td>
634
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=NewLine_To_BR(rsQry("description"))%></td>
614
                                       <td  bgcolor="#F5F5F5" class="body_rowg" valign=top>
635
                                       <td  bgcolor="#F5F5F5" class="body_rowg" valign=top>
615
                                       <%
636
                                       <%
616
                                         ' Get daemon summary bar chart for current release
637
                                         ' Get daemon summary bar chart for current release
617
                                         Call objDmSts.RenderDaemonStatus(rsQry("rtag_id"),16)
638
                                         Call RenderDaemonStatusConfig(rsQry("rtag_id"))
618
                                       %>
639
                                       %>
619
                                       </td>
640
                                       </td>
620
                                 </tr>
641
                                 </tr>
621
                                 <%
642
                                 <%
622
                                 lastLevel = currLevel
643
                                 lastLevel = currLevel
Line 792... Line 813...
792
                                       <%End If%>
813
                                       <%End If%>
793
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=NewLine_To_BR(  aVersions( rsQry.FieldIndex("description"), i )   )%></td>
814
                                       <td bgcolor="#F5F5F5" class="body_rowg"><%=NewLine_To_BR(  aVersions( rsQry.FieldIndex("description"), i )   )%></td>
794
                                       <td  bgcolor="#F5F5F5" class="body_rowg" valign=top>
815
                                       <td  bgcolor="#F5F5F5" class="body_rowg" valign=top>
795
                                       <%
816
                                       <%
796
                                         ' Get daemon summary bar chart for current release
817
                                         ' Get daemon summary bar chart for current release
797
                                         Call objDmSts.RenderDaemonStatus(aVersions( rsQry.FieldIndex("rtag_id"), i ),16)
818
                                         Call RenderDaemonStatusConfig(aVersions( rsQry.FieldIndex("rtag_id"), i ))
798
                                       %>
819
                                       %>
799
                                       </td>
820
                                       </td>
800
                                    </tr>
821
                                    </tr>
801
                                    <%
822
                                    <%
802
                                    'lastLevel = currLevel
823
                                    'lastLevel = currLevel