| Line 13... |
Line 13... |
| 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>
|
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>
|
14 |
</div>
|
| 15 |
|
15 |
|
| 16 |
<%' Highlight Development System: Green for Development, Red for Live Database
|
16 |
<%' Highlight Development System: Green for Development, Red for Live Database
|
| 17 |
If (IsEmpty(Application("LiveSystem"))) Then
|
17 |
If (IsEmpty(Application("LiveSystem"))) Then
|
| 18 |
Dim DevStyle, DevExtraText
|
18 |
Dim DevStyle, DevExtraText, DevTitle
|
| - |
|
19 |
DevStyle = Application("TestBannerStyle")
|
| - |
|
20 |
DevTitle = Application("TestBanner")
|
| - |
|
21 |
|
| 19 |
DevExtraText = ""
|
22 |
DevExtraText = ""
|
| 20 |
If OraDatabase.DatabaseName = "RELEASEM" Then
|
23 |
If InStr(OraDatabase.DatabaseName,"RELEASEM") > 0 Then
|
| 21 |
DevStyle = "background-color:red;"
|
- |
|
| 22 |
DevExtraText = " Live Database"
|
24 |
DevExtraText = " Live Database"
|
| 23 |
Else
|
- |
|
| 24 |
DevStyle = "background-color:#66CC00;"
|
- |
|
| 25 |
End If
|
25 |
End If
|
| 26 |
%>
|
26 |
%>
|
| 27 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
|
27 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
|
| 28 |
<center style="<%=DevStyle%>;">Development WebServer:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
28 |
<center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
| 29 |
</div>
|
29 |
</div>
|
| 30 |
<%End If%>
|
30 |
<%End If%>
|
| 31 |
|
31 |
|
| 32 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
32 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 33 |
<tr>
|
33 |
<tr>
|