| Line -... |
Line 1... |
| - |
|
1 |
<div id="Layer1" style="position:absolute; left:2; top:2; height:14px; z-index:2">
|
| 1 |
<% if (not IsEmpty(Eval("objAccessControl"))) Then
|
2 |
<% if (not IsEmpty(Eval("objAccessControl"))) Then
|
| 2 |
If (objAccessControl.UserLogedIn) Then %>
|
3 |
If (objAccessControl.UserLogedIn) Then %>
|
| 3 |
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:2">
|
- |
|
| 4 |
<% If IsEmpty(Eval("MenuHeaderDefined")) Then %>
|
4 |
<% If IsEmpty(Eval("MenuHeaderDefined")) Then %>
|
| 5 |
<a href="#"><img src="<%=strRelativePath%>images/i_logout_disabled.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%> disabled" title="Logout from <%=objAccessControl.UserName%> disabled"></a>
|
5 |
<a href="#"><img src="<%=strRelativePath%>images/i_logout_disabled.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%> disabled" title="Logout from <%=objAccessControl.UserName%> disabled"></a>
|
| 6 |
<% Else %>
|
6 |
<% Else %>
|
| 7 |
<a href="<%=strRelativePath%>_Logout.asp"><img src="<%=strRelativePath%>images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%>" title="Logout from <%=objAccessControl.UserName%>"></a>
|
7 |
<a href="<%=strRelativePath%>_Logout.asp"><img src="<%=strRelativePath%>images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%>" title="Logout from <%=objAccessControl.UserName%>"></a>
|
| 8 |
<%End If%>
|
8 |
<%End If%>
|
| 9 |
</div>
|
- |
|
| 10 |
<%End If%>
|
9 |
<%End If%>
|
| 11 |
<%End If%>
|
10 |
<%End If%>
|
| - |
|
11 |
<a href="<%=strRelativePath%>index.asp"><img src="<%=strRelativePath%>images/i_home.png" width="14" height="14" border="0" alt="Home" title="Home"></a>
|
| - |
|
12 |
<a href="<%=strRelativePath%>index.asp?listby=1"><img src="<%=strRelativePath%>images/i_package.png" width="14" height="14" border="0" alt="Packages" title="Packages"></a>
|
| - |
|
13 |
<a href="<%=strRelativePath%>index.asp?listby=2"><img src="<%=strRelativePath%>images/i_files.png" width="14" height="14" border="0" alt="Files" title="Files"></a>
|
| - |
|
14 |
</div>
|
| 12 |
|
15 |
|
| 13 |
<%' Highlight Development System: Green for Development, Red for Live Database
|
16 |
<%' Highlight Development System: Green for Development, Red for Live Database
|
| 14 |
If (IsEmpty(Application("LiveSystem"))) Then
|
17 |
If (IsEmpty(Application("LiveSystem"))) Then
|
| 15 |
Dim DevStyle, DevExtraText
|
18 |
Dim DevStyle, DevExtraText
|
| 16 |
DevExtraText = ""
|
19 |
DevExtraText = ""
|