| Line 28... |
Line 28... |
| 28 |
%>
|
28 |
%>
|
| 29 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
|
29 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font:16px tahoma,sans-serif;text-decoration:none;">
|
| 30 |
<center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
30 |
<center style="<%=DevStyle%>;"><%=DevTitle%>:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
| 31 |
</div>
|
31 |
</div>
|
| 32 |
<%End If%>
|
32 |
<%End If%>
|
| 33 |
|
- |
|
| - |
|
33 |
<!-- MENU LAYERS -------------------------------------->
|
| - |
|
34 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"></div>
|
| 34 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
35 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 35 |
<tr>
|
36 |
<tr>
|
| 36 |
<td bgcolor="#FFFFFF" width="1%">
|
37 |
<td bgcolor="#FFFFFF" width="1%">
|
| 37 |
<a href="<%=strRelativePath%>index.asp" target="_parent" alt="Home" title="Home">
|
38 |
<a href="<%=strRelativePath%>index.asp" target="_parent" alt="Home" title="Home">
|
| 38 |
<img src="<%=strRelativePath%>images/b_release_manager.jpg" border="0" style="display: block;">
|
39 |
<img src="<%=strRelativePath%>images/b_release_manager.jpg" border="0" style="display: block;">
|
| Line 78... |
Line 79... |
| 78 |
<td colspan=2 style="height:1px;background-color:black"</td>
|
79 |
<td colspan=2 style="height:1px;background-color:black"</td>
|
| 79 |
</tr>
|
80 |
</tr>
|
| 80 |
<% End If %>
|
81 |
<% End If %>
|
| 81 |
<% End If %>
|
82 |
<% End If %>
|
| 82 |
</table>
|
83 |
</table>
|
| - |
|
84 |
|