Subversion Repositories DevTools

Rev

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

Rev 5326 Rev 5338
Line 12... Line 12...
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>
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>
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 ( NOT IsEmpty(Application("TestSystem"))) Then
18
    Dim DevStyle, DevExtraText, DevTitle
18
    Dim DevStyle, DevExtraText, DevTitle
19
    DevStyle = Application("TestBannerStyle")
19
    DevStyle = Application("TestBannerStyle")
20
    DevTitle = Application("TestBanner")
20
    DevTitle = Application("TestBanner")
21
    
21
    
22
    DevExtraText = ""
22
    DevExtraText = ""
23
    If InStr(OraDatabase.DatabaseName,"RELEASEM") > 0 Then
23
    If ( NOT IsEmpty(Application("LiveSystem"))) Then
24
        DevExtraText = " Live Database"
24
        DevExtraText = " Live Database"
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%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
28
    <center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>