| Line 71... |
Line 71... |
| 71 |
<%Else%>
|
71 |
<%Else%>
|
| 72 |
<a class=mmItem href="members_index.asp" onMouseover="showmenu(event,linkset[2])" onMouseout="delayhidemenu()">My Account</a>
|
72 |
<a class=mmItem href="members_index.asp" onMouseover="showmenu(event,linkset[2])" onMouseout="delayhidemenu()">My Account</a>
|
| 73 |
<%End If%>
|
73 |
<%End If%>
|
| 74 |
|
|
74 |
|
|
| 75 |
<a class=mmItem href="" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">Suite</a> |
|
75 |
<a class=mmItem href="" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">Suite</a> |
|
| - |
|
76 |
<a class=mmItem href="reports.asp" onMouseover="showmenu(event,linkset[3])" onMouseout="delayhidemenu()">Tools</a> |
|
| 76 |
<%If Request("bom_id") <> "" Then%>
|
77 |
<%If Request("bom_id") <> "" Then%>
|
| 77 |
<a href="Downloads.asp?<%=objPMod.ComposeURLWith("bom_id")%>" class="menu_link">Downloads</a> |
|
78 |
<a href="Downloads.asp?<%=objPMod.ComposeURLWith("bom_id")%>" class="menu_link" title="Download items from the BOM">Downloads</a> |
|
| 78 |
<%End If%>
|
79 |
<%End If%>
|
| 79 |
<a class=mmItem href="reports.asp" onMouseover="showmenu(event,linkset[3])" onMouseout="delayhidemenu()">Tools</a> |
|
- |
|
| 80 |
<a href="AdminDefault.asp" class="menu_link">Configuration</a> |
|
- |
|
| 81 |
<%If Request("bom_id") <> "" Then%>
|
80 |
<%If Request("bom_id") <> "" Then%>
|
| 82 |
<a href="Release.asp?<%=objPMod.ComposeURLWith("bom_id")%>" class="menu_link">Release</a> |
|
81 |
<a href="Release.asp?<%=objPMod.ComposeURLWith("bom_id")%>" class="menu_link">Release</a> |
|
| 83 |
<%End If%>
|
82 |
<%End If%>
|
| - |
|
83 |
<a href="AdminDefault.asp" class="menu_link" title="Project Configuration">Configuration</a> |
|
| 84 |
<a class=mmItem href="" onMouseover="showmenu(event,linkset[1])" onMouseout="delayhidemenu()">Help</a>
|
84 |
<a class=mmItem href="" onMouseover="showmenu(event,linkset[1])" onMouseout="delayhidemenu()">Help</a>
|
| 85 |
<%'If (dbPARbom_id > 0) AND (objBomCollector.Item("is_readonly") = "Y" ) Then%>
|
- |
|
| 86 |
<%If Request("bom_id") <> 0 Then%>
|
85 |
<%If Request("bom_id") <> 0 Then%>
|
| 87 |
| <a href="XMLBomGen.asp?bom_id=<%=dbPARbom_id%>" class="menu_link" title="Download BOM in XML format."><img src="icons/b_xml.gif" width="36" height="14" hspace="2" border="0" align="absmiddle"></a>
|
86 |
| <a href="XMLBomGen.asp?bom_id=<%=dbPARbom_id%>" class="menu_link" title="Download BOM in XML format."><img src="icons/b_xml.gif" width="36" height="14" hspace="2" border="0" align="absmiddle"></a>
|
| 88 |
<%End If%>
|
87 |
<%End If%>
|
| 89 |
<%'End If%>
|
- |
|
| 90 |
</td>
|
88 |
</td>
|
| 91 |
</tr>
|
89 |
</tr>
|
| 92 |
</table>
|
90 |
</table>
|
| 93 |
<%
|
91 |
<%
|
| 94 |
'------------ RUN AFTER CONTROL RENDER --------
|
92 |
'------------ RUN AFTER CONTROL RENDER --------
|