Subversion Repositories DevTools

Rev

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

Rev 4293 Rev 5114
Line 22... Line 22...
22
        DevExtraText = " Live Database"
22
        DevExtraText = " Live Database"
23
    Else
23
    Else
24
        DevStyle = "background-color:#66CC00;"
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-family: tahoma,sans-serif;">
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%>;">Development WebServer:<%=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>
-
 
34
    <td bgcolor="#FFFFFF">
34
    <td bgcolor="#FFFFFF"><a href="<%=strRelativePath%>index.asp" target="_parent" alt="Home" title="Home">
35
      <a href="<%=strRelativePath%>index.asp" target="_parent" alt="Home" title="Home">
35
        <img src="<%=strRelativePath%>images/b_release_manager.jpg" border="0"></a>
36
        <img src="<%=strRelativePath%>images/b_release_manager.jpg" border="0" style="display: block;">
-
 
37
      </a>
36
    </td>
38
    </td>
37
    <% if not IsEmpty(Eval("MenuHeaderDefined")) Then %>
39
    <% if not IsEmpty(Eval("MenuHeaderDefined")) Then %>
38
    <td valign="bottom" align="right">
40
    <td valign="bottom" align="right">
39
        <%Call Print_TopRight_Menu_ROW1 ()%>
41
        <%Call Print_TopRight_Menu_ROW1 ()%>
40
    <% End If %>
-
 
41
    </td>
42
    </td>
-
 
43
    <% End If %>
42
  </tr>
44
  </tr>
-
 
45
 
43
  <tr>
46
  <tr>
44
    <td bgcolor="#000000"><img src="<%=strRelativePath%>images/spacer.gif" width="1" height="1"></td>
-
 
45
    <td background="<%=strRelativePath%>images/h_dot.gif" height="1"></td>
47
    <td colspan=2 style="height:1px;background-color:black"></td>
46
  </tr>
48
  </tr>
47
 
49
 
48
 
-
 
49
  <% if not IsEmpty(Eval("MenuHeaderDefined")) Then
50
  <% if not IsEmpty(Eval("MenuHeaderDefined")) Then
50
	  If (Request("rtag_id") <> "") OR  (Request("proj_id") <> "") OR (Request("pv_id") <> "") Then %>
51
	  If (Request("rtag_id") <> "") OR  (Request("proj_id") <> "") OR (Request("pv_id") <> "") Then %>
51
  <tr>
52
  <tr>
52
    <td align=left noWrap valign=center width=150>
53
    <td align=left noWrap valign=center width=150>
53
	  <!-- TOP-LEFT MENU --------->
54
	  <!-- TOP-LEFT MENU --------->
Line 57... Line 58...
57
		
58
		
58
	  ElseIf Request("pv_id") <> "" Then
59
	  ElseIf Request("pv_id") <> "" Then
59
	  	Call Print_Package_TopLeft_Menu
60
	  	Call Print_Package_TopLeft_Menu
60
		
61
		
61
	  End If%>
62
	  End If%>
62
	  <!--------------------------->
63
	  <!-- End TOP-LEFT MENU --------->
63
    </td>
64
    </td>
64
    <td align="right"> 
65
    <td align="right"> 
65
	  <!-- TOP-RIGHT MENU ROW2 ---->
66
	  <!-- TOP-RIGHT MENU ROW2 ---->
66
      <%
67
      <%
67
	  If (Request("rtag_id") <> "") OR  (Request("proj_id") <> "") Then
68
	  If (Request("rtag_id") <> "") OR  (Request("proj_id") <> "") Then
68
	  	Call Print_TopRight_Menu_ROW2
69
	  	Call Print_TopRight_Menu_ROW2
69
	  End If
70
	  End If
70
	  %>
71
	  %>
71
	  <!--------------------------->
72
	  <!-- End TOP-RIGHT MENU ROW2 ---->
72
    </td>
73
    </td>
73
  </tr>
74
  </tr>
74
  <tr> 
75
  <tr>
75
    <td align=left noWrap valign=center width=150 background="<%=strRelativePath%>images/h_dot.gif" height="1"></td>
-
 
76
    <td background="<%=strRelativePath%>images/h_dot.gif" height="1"></td>
76
    <td colspan=2 style="height:1px;background-color:black"</td>
77
  </tr>
77
  </tr>
78
<% End If %>
78
<% End If %>
79
<% End If %>
79
<% End If %>
80
</table>
80
</table>