| Line 280... |
Line 280... |
| 280 |
<%
|
280 |
<%
|
| 281 |
End Sub
|
281 |
End Sub
|
| 282 |
|
282 |
|
| 283 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
283 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
| 284 |
Sub RenderLxrState()
|
284 |
Sub RenderLxrState()
|
| 285 |
Response.Write RenderLxrStateString(rsQry("rtag_id"),rsQry("lxr"),rsQry("lxrserver"),"")
|
285 |
Response.Write RenderLxrStateString(rsQry("rtag_id"),rsQry("lxr"),rsQry("lxrserver"),rsQry("official"),"")
|
| 286 |
End Sub
|
286 |
End Sub
|
| 287 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
287 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
| 288 |
Function RenderActions(nRtagId, sOfficial)
|
288 |
Function RenderActions(nRtagId, sOfficial)
|
| 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>"
|
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>"
|
| 290 |
End Function
|
290 |
End Function
|