Subversion Repositories DevTools

Rev

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

Rev 5337 Rev 5355
Line 4... Line 4...
4
            <a href="_Logout.asp"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%>" title="Logout from <%=objAccessControl.UserName%>"></a>
4
            <a href="_Logout.asp"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%>" title="Logout from <%=objAccessControl.UserName%>"></a>
5
        </div>
5
        </div>
6
    <%End If%>
6
    <%End If%>
7
<%End If%>
7
<%End If%>
8
 
8
 
9
<%' Highlight Development System: Green for Development, Red for Live Database
9
<%' Highlight Development Systems
10
If ( NOT IsEmpty(Application("TestSystem"))) Then
10
If ( NOT IsEmpty(Application("TestBannerStyle"))) Then
11
    Dim DevStyle, DevExtraText, DevTitle
11
    Dim DevStyle, DevExtraText, DevTitle
12
    DevStyle = Application("TestBannerStyle")
12
    DevStyle = Application("TestBannerStyle")
13
    DevTitle = Application("TestBanner")
13
    DevTitle = Application("TestBanner")
14
    
14
    
15
    DevExtraText = ""
15
    DevExtraText = ""