|
|
 |
 |
<%Call RenderTitleWithoutVersion( objBomCollector )%> |
 |
<%
'-- Define Action buttons on this tab
'aTabBtnsDef = Array("btnAddNode", "btnRemoveNodeBulk", "height=30", "btnCopyNode", "btnPasteNode")
'Call LoadTabActionButtons ( aTabBtnsDef, objBtnControl )
' -- Tell control if buttons need to be readonly actions
'objBtnControl.IsReadonlyAction = objBomCollector.Item("is_readonly")
' -- Conditions
'If Session( enumSESSION_COPY_TYPE ) <> "node_id_list" Then
' Call objBtnControl.Active ( "btnPasteNode", "N" )
'End If
' -- Render Buttons
'Call objBtnControl.Render ( aTabBtnsDef )
%>
|
| |
|
<%If Request.Cookies( enumCOOKIE_NAME )( "user_bar" ) = "hide" Then%> <%End If%> |
Downloads
<%If parPrint = "" Then%>
Print
<%End If%>
|
|
<%If Request.Cookies( enumCOOKIE_NAME )( "user_bar" ) <> "hide" Then%>
| <%=GetNodeImage ( dbPARnode_id )%> |
 |
<%End If%>
|