Subversion Repositories DevTools

Rev

Rev 5338 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5338 Rev 5357
Line -... Line 1...
-
 
1
<!-- _header.asp -->
1
<div id="Layer1" style="position:absolute; left:2; top:2; height:14px; z-index:2">
2
<div id="Layer1" style="position:absolute; left:2; top:2; height:14px; z-index:2">
2
<% if (not IsEmpty(Eval("objAccessControl"))) Then
3
<% if (not IsEmpty(Eval("objAccessControl"))) Then
3
    If (objAccessControl.UserLogedIn) Then %>
4
    If (objAccessControl.UserLogedIn) Then %>
4
        <% If IsEmpty(Eval("MenuHeaderDefined")) Then %>
5
        <% 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>
6
            <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>
Line 11... Line 12...
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"><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=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
<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>
15
</div>
15
 
16
 
16
<%' Highlight Development System: Green for Development, Red for Live Database
17
<%' Highlight Development Systems
17
If ( NOT IsEmpty(Application("TestSystem"))) Then
18
If ( NOT IsEmpty(Application("TestBannerStyle"))) Then
18
    Dim DevStyle, DevExtraText, DevTitle
19
    Dim DevStyle, DevExtraText, DevTitle
19
    DevStyle = Application("TestBannerStyle")
20
    DevStyle = Application("TestBannerStyle")
20
    DevTitle = Application("TestBanner")
21
    DevTitle = Application("TestBanner")
21
    
22
    
22
    DevExtraText = ""
23
    DevExtraText = ""