| 4012 |
dpurdie |
1 |
<% if (not IsEmpty(Eval("objAccessControl"))) Then
|
|
|
2 |
If (objAccessControl.UserLogedIn) Then %>
|
|
|
3 |
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:2">
|
|
|
4 |
<a href="_Logout.asp"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%>" title="Logout from <%=objAccessControl.UserName%>"></a>
|
|
|
5 |
</div>
|
|
|
6 |
<%End If%>
|
|
|
7 |
<%End If%>
|
|
|
8 |
|
|
|
9 |
<%' Highlight Development System: Green for Development, Red for Live Database
|
|
|
10 |
If (IsEmpty(Application("LiveSystem"))) Then
|
|
|
11 |
Dim DevStyle, DevExtraText
|
|
|
12 |
DevExtraText = ""
|
|
|
13 |
If OraDatabase.DatabaseName = "RELEASEM" Then
|
|
|
14 |
DevStyle = "background-color:red;"
|
|
|
15 |
DevExtraText = " Live Database"
|
|
|
16 |
Else
|
|
|
17 |
DevStyle = "background-color:#66CC00;"
|
|
|
18 |
End If
|
|
|
19 |
%>
|
|
|
20 |
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font-family: tahoma,sans-serif;">
|
|
|
21 |
<center style="<%=DevStyle%>;">Development WebServer:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
|
|
|
22 |
</div>
|
|
|
23 |
<%End If%>
|
| 62 |
rsolanki |
24 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
25 |
<tr>
|
|
|
26 |
<td width="1%" background="images/bg_lightgreen.gif"><img src="images/p_header.gif" width="552" height="45"></td>
|
|
|
27 |
<td width="100%" background="images/bg_lightgreen.gif"> </td>
|
|
|
28 |
<td width="1%" rowspan="2" valign="bottom" background="images/bg_lightgreen.gif"><a href="Default.asp"><img src="images/pm_logo.gif" alt="Home" title="Home" width="241" height="69" border="0"></a></td>
|
|
|
29 |
</tr>
|
|
|
30 |
<tr>
|
|
|
31 |
<td background="images/p_header_bottom.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
32 |
<%If objAccessControl.UserLogedIn Then%>
|
|
|
33 |
<tr>
|
|
|
34 |
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:1"><a href="_Logout.asp"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%>" title="Logout from <%=objAccessControl.UserName%>"></a></div>
|
|
|
35 |
<!--
|
|
|
36 |
<td width="1%"><a href="CommingSoon.asp"><img src="icons/ni_new_product.gif" title="New product has arrived." width="18" height="18" hspace="2" border="0"></a></td>
|
|
|
37 |
<td width="1"><a href="CommingSoon.asp"><img src="icons/ni_notifier.gif" title="Email notification." width="18" height="18" hspace="2" border="0"></a></td>
|
|
|
38 |
-->
|
|
|
39 |
|
|
|
40 |
<td width="1" align="right"><img src="icons/ni_bar.gif" width="16" height="24"></td>
|
|
|
41 |
<td width="100%" bgcolor="#FFFFFF"> </td>
|
|
|
42 |
</tr>
|
|
|
43 |
<%Else%>
|
|
|
44 |
<tr>
|
|
|
45 |
<td width="1" align="right"><img src="icons/ni_bar.gif" width="16" height="24"></td>
|
|
|
46 |
<td width="100%" bgcolor="#FFFFFF"> </td>
|
|
|
47 |
</tr>
|
|
|
48 |
<%End If%>
|
|
|
49 |
</table></td>
|
|
|
50 |
<td align="right" bgcolor="#FFFFFF"><%=ProgressBar()%></td>
|
|
|
51 |
</tr>
|
|
|
52 |
</table>
|