| Line 218... |
Line 218... |
| 218 |
<%End Sub
|
218 |
<%End Sub
|
| 219 |
|
219 |
|
| 220 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
220 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
| 221 |
Sub RenderLxrState()
|
221 |
Sub RenderLxrState()
|
| 222 |
Response.Write RenderLxrStateString(rsQry("rtag_id"),rsQry("lxr"),rsQry("lxrserver"),rsQry("official"),"")
|
222 |
Response.Write RenderLxrStateString(rsQry("rtag_id"),rsQry("lxr"),rsQry("lxrserver"),rsQry("official"),"")
|
| - |
|
223 |
Response.Write RenderS3SyncStateString(rsQry("rtag_id"), rsQry("S3SYNC"), rsQry("official"), "")
|
| 223 |
End Sub
|
224 |
End Sub
|
| 224 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
225 |
'----------------------------------------------------------------------------------------------------------------------------------------------
|
| 225 |
Function RenderActions(nRtagId, sOfficial, nCanDelete)
|
226 |
Function RenderActions(nRtagId, sOfficial, nCanDelete)
|
| 226 |
Response.Write "<span title='Select operation from dropdown menu' " &_
|
227 |
Response.Write "<span title='Select operation from dropdown menu' " &_
|
| 227 |
"class='select-operation ui-icon ui-icon-triangle-1-s' " &_
|
228 |
"class='select-operation ui-icon ui-icon-triangle-1-s' " &_
|
| Line 408... |
Line 409... |
| 408 |
<%Else%>
|
409 |
<%Else%>
|
| 409 |
<th width="15%" class="body_txt">Created</th>
|
410 |
<th width="15%" class="body_txt">Created</th>
|
| 410 |
<th width="25%" class="body_txt">Used By </th>
|
411 |
<th width="25%" class="body_txt">Used By </th>
|
| 411 |
<th width="22%" class="body_txt">Comments</th>
|
412 |
<th width="22%" class="body_txt">Comments</th>
|
| 412 |
<%End If%>
|
413 |
<%End If%>
|
| 413 |
<th width="1%" nowrap class="body_txt">Lxr</th>
|
414 |
<th width="1%" title="Features available">Features</th>
|
| 414 |
<th width="3%" nowrap class="body_txt">Daemon Status</th>
|
415 |
<th width="3%" nowrap class="body_txt">Daemon Status</th>
|
| 415 |
</tr>
|
416 |
</tr>
|
| 416 |
</thead>
|
417 |
</thead>
|
| 417 |
<%
|
418 |
<%
|
| 418 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|
419 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|
| Line 475... |
Line 476... |
| 475 |
</table>
|
476 |
</table>
|
| 476 |
<!-- LIST VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
477 |
<!-- LIST VIEW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 477 |
<%Else%>
|
478 |
<%Else%>
|
| 478 |
<table width="100%" border="0" cellspacing="1" cellpadding="1" class='stdGrey'>
|
479 |
<table width="100%" border="0" cellspacing="1" cellpadding="1" class='stdGrey'>
|
| 479 |
<thead>
|
480 |
<thead>
|
| 480 |
<tr'>
|
481 |
<tr class='form_field_bg' style="height:21px">
|
| 481 |
<th width="1%"> </th>
|
482 |
<th width="1%"> </th>
|
| 482 |
<th width="20%" >Release Name </th>
|
483 |
<th width="20%" >Release Name </th>
|
| 483 |
<th width="10%" >Created</th>
|
484 |
<th width="10%" >Created</th>
|
| 484 |
<%If parProjId <> 2 Then %>
|
485 |
<%If parProjId <> 2 Then %>
|
| 485 |
<th width="47%" >Comments</th>
|
486 |
<th width="47%" >Comments</th>
|
| 486 |
<%Else%>
|
487 |
<%Else%>
|
| 487 |
<th width="24%" >Used By </th>
|
488 |
<th width="24%" >Used By </th>
|
| 488 |
<th width="22%" >Comments</th>
|
489 |
<th width="22%" >Comments</th>
|
| 489 |
<%End If%>
|
490 |
<%End If%>
|
| 490 |
<th width="1%" title="LXR Support enabled">Lxr</th>
|
491 |
<th width="1%" title="Features available">Features</th>
|
| 491 |
<th width="3%">Daemon Status</th>
|
492 |
<th width="3%">Daemon Status</th>
|
| 492 |
</tr>
|
493 |
</tr>
|
| 493 |
</thead>
|
494 |
</thead>
|
| 494 |
<%
|
495 |
<%
|
| 495 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|
496 |
OraDatabase.Parameters.Add "PROJ_ID", parProjId, ORAPARM_INPUT, ORATYPE_NUMBER
|