Subversion Repositories DevTools

Rev

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

Rev 4955 Rev 4997
Line 278... Line 278...
278
                     %>
278
                     %>
279
                     <tr>
279
                     <tr>
280
                        <td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
280
                        <td colspan="5" background="images/bg_rep_line.gif"><img src="images/spacer.gif" width="1" height="1"></td>
281
                     </tr>
281
                     </tr>
282
                     <tr>
282
                     <tr>
283
                        <%If rsQry("daemon_mode") = "M" AND rsQry.RecordCount <> 1 Then%>
-
 
284
                           <td valign="top" align="center"><input type=<%=cbtype%> name="rcon_id_list" value="<%=rsQry("rcon_id")%>" disabled></td>
-
 
285
                        <%Else%>
-
 
286
                           <td valign="top" align="center"><input type=<%=cbtype%> name="rcon_id_list" value="<%=rsQry("rcon_id")%>"></td>
283
                        <td valign="top" align="center"><input type=<%=cbtype%> name="rcon_id_list" value="<%=rsQry("rcon_id")%>"></td>
287
                        <%End If%>
-
 
288
                        <td valign="top"    nowrap class="body_rowg"><%=daemon%></td>
284
                        <td valign="top"    nowrap class="body_rowg"><%=daemon%></td>
289
                        <td valign="top"    nowrap class="body_rowg"><%=rsQry("gbe_value")%></td>
285
                        <td valign="top"    nowrap class="body_rowg"><%=rsQry("gbe_value")%></td>
290
                        <td valign="top"    nowrap class="body_rowg"><%=daemon_mode%></td>
286
                        <td valign="top"    nowrap class="body_rowg"><%=daemon_mode%></td>
291
                        <td valign="top"      wrap class="body_rowg"><%=rsQry("gbe_buildfilter")%></td>
287
                        <td valign="top"      wrap class="body_rowg"><%=rsQry("gbe_buildfilter")%></td>
292
                        <%If objAccessControl.IsActive("BuildConfiguration") Then%>
288
                        <%If objAccessControl.IsActive("BuildConfiguration") Then%>