Subversion Repositories DevTools

Rev

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

Rev 3943 Rev 5345
Line 9... Line 9...
9
'------------ VARIABLE INIT -------------------
9
'------------ VARIABLE INIT -------------------
10
'----------------------------------------------
10
'----------------------------------------------
11
%>
11
%>
12
<%
12
<%
13
'------------ RUN BEFORE CONTROL RENDER -------
13
'------------ RUN BEFORE CONTROL RENDER -------
14
If (IsEmpty(Application("LiveSystem"))) Then
14
If ( NOT IsEmpty(Application("TestSystem"))) Then
15
    Dim DevStyle, DevExtraText
15
    Dim DevStyle, DevExtraText, DevTitle
-
 
16
    DevStyle = Application("TestBannerStyle")
-
 
17
    DevTitle = Application("TestBanner")
-
 
18
    
16
    DevExtraText = ""
19
    DevExtraText = ""
17
    If OraDatabase.DatabaseName = "RELEASEM" Then
20
    If ( NOT IsEmpty(Application("LiveSystem"))) Then
18
        DevStyle = "background-color:red;"
-
 
19
        DevExtraText = " Live Database"
21
        DevExtraText = " Live Database"
20
    Else
-
 
21
        DevStyle = "background-color:#66CC00;"
-
 
22
    End If%>
22
    End If
23
 
23
%>
24
    <div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font-family: tahoma,sans-serif;">
24
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
25
        <center style="<%=DevStyle%>;">
-
 
26
            Development WebServer:<%=request.servervariables("server_name")%>
-
 
27
            Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%>
25
    <center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
28
        </center>
-
 
29
    </div>
26
</div>
30
<%End If%>
27
<%End If%>
31
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
28
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
32
  <tr>
29
  <tr>
33
    <td><table width="100%"  border="0" cellspacing="3" cellpadding="0">
30
    <td><table width="100%"  border="0" cellspacing="3" cellpadding="0">
34
      <tr>
31
      <tr>