| 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 (IsEmpty(Application("LiveSystem"))) Then
|
10 |
If ( NOT IsEmpty(Application("TestBannerStyle"))) Then
|
| 11 |
Dim DevStyle, DevExtraText
|
11 |
Dim DevStyle, DevExtraText, DevTitle
|
| - |
|
12 |
DevStyle = Application("TestBannerStyle")
|
| - |
|
13 |
DevTitle = Application("TestBanner")
|
| - |
|
14 |
|
| 12 |
DevExtraText = ""
|
15 |
DevExtraText = ""
|
| 13 |
If OraDatabase.DatabaseName = "RELEASEM" Then
|
16 |
If ( NOT IsEmpty(Application("LiveSystem"))) Then
|
| 14 |
DevStyle = "background-color:red;"
|
- |
|
| 15 |
DevExtraText = " Live Database"
|
17 |
DevExtraText = " Live Database"
|
| 16 |
Else
|
- |
|
| 17 |
DevStyle = "background-color:#66CC00;"
|
- |
|
| 18 |
End If
|
18 |
End If
|
| 19 |
%>
|
19 |
%>
|
| 20 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font-family: tahoma,sans-serif;">
|
20 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
|
| 21 |
<center style="<%=DevStyle%>;">Development WebServer:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
21 |
<center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
| 22 |
</div>
|
22 |
</div>
|
| 23 |
<%End If%>
|
23 |
<%End If%>
|
| 24 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
24 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 25 |
<tr>
|
25 |
<tr>
|
| 26 |
<td width="1%" background="images/bg_lightgreen.gif"><img src="images/p_header.gif" width="552" height="45"></td>
|
26 |
<td width="1%" background="images/bg_lightgreen.gif"><img src="images/p_header.gif" width="552" height="45"></td>
|