Subversion Repositories DevTools

Rev

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

Rev 5245 Rev 5251
Line 280... Line 280...
280
    <%
280
    <%
281
End Sub
281
End Sub
282
 
282
 
283
'----------------------------------------------------------------------------------------------------------------------------------------------
283
'----------------------------------------------------------------------------------------------------------------------------------------------
284
Sub RenderLxrState()
284
Sub RenderLxrState()
285
    If rsQry("lxr") = "Y" Then
-
 
286
        Dim lxrUrl : lxrUrl = LXR_URL & "/" & rsQry("rtag_id")
-
 
287
        Dim image : image = iif(NOT releaseIsClosed(rsQry("official")),"LXRlogo64.jpeg","LXRlogo64_off.jpeg")
285
    Response.Write RenderLxrStateString(rsQry("rtag_id"),rsQry("lxr"),rsQry("lxrserver"),"")
288
        Response.Write("<a href='"&lxrUrl&"'><img src=""images/"&image&""" height=16 border=0 vspace=0 hspace=0 title='LXR Configured'></a>")
-
 
289
    End If
-
 
290
End Sub
286
End Sub
291
'----------------------------------------------------------------------------------------------------------------------------------------------
287
'----------------------------------------------------------------------------------------------------------------------------------------------
292
Function RenderActions(nRtagId, sOfficial)
288
Function RenderActions(nRtagId, sOfficial)
293
    Response.Write "<span title='Select operation from dropdown menu' class='select-operation ui-icon ui-icon-triangle-1-s' data-rtag-id='"&nRtagId&"' data-official='"&sOfficial&"' style='display:inline-block'></span>"
289
    Response.Write "<span title='Select operation from dropdown menu' class='select-operation ui-icon ui-icon-triangle-1-s' data-rtag-id='"&nRtagId&"' data-official='"&sOfficial&"' style='display:inline-block'></span>"
294
End Function
290
End Function