| Line -... |
Line 1... |
| - |
|
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 |
|
| 1 |
<%' Highlight Development System: Green for Development, Red for Live Database
|
9 |
<%' Highlight Development System: Green for Development, Red for Live Database
|
| 2 |
If (IsEmpty(Application("LiveSystem"))) Then
|
10 |
If (IsEmpty(Application("LiveSystem"))) Then
|
| 3 |
Dim DevStyle, DevExtraText
|
11 |
Dim DevStyle, DevExtraText
|
| 4 |
DevExtraText = ""
|
12 |
DevExtraText = ""
|
| 5 |
If OraDatabase.DatabaseName = "RELEASEM" Then
|
13 |
If OraDatabase.DatabaseName = "RELEASEM" Then
|
| Line 19... |
Line 27... |
| 19 |
<td width="100%" background="images/bg_lite_blue.gif"> </td>
|
27 |
<td width="100%" background="images/bg_lite_blue.gif"> </td>
|
| 20 |
<td width="1%" rowspan="2" valign="bottom" background="images/bg_lite_blue.gif"><a href="Default.asp"><img src="images/dm_logo.gif" alt="Home" title="Home" width="241" height="69" border="0"></a></td>
|
28 |
<td width="1%" rowspan="2" valign="bottom" background="images/bg_lite_blue.gif"><a href="Default.asp"><img src="images/dm_logo.gif" alt="Home" title="Home" width="241" height="69" border="0"></a></td>
|
| 21 |
</tr>
|
29 |
</tr>
|
| 22 |
<tr>
|
30 |
<tr>
|
| 23 |
<td background="images/p_header_bottom.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
31 |
<td background="images/p_header_bottom.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 24 |
<%If objAccessControl.UserLogedIn Then%>
|
- |
|
| 25 |
<tr>
|
- |
|
| 26 |
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:2"><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>
|
- |
|
| 27 |
<!--
|
- |
|
| 28 |
<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>
|
- |
|
| 29 |
<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>
|
- |
|
| 30 |
-->
|
- |
|
| 31 |
|
- |
|
| 32 |
<td width="1" align="right"><img src="icons/ni_bar.gif" width="16" height="24"></td>
|
- |
|
| 33 |
<td width="100%" bgcolor="#FFFFFF"> </td>
|
- |
|
| 34 |
</tr>
|
- |
|
| 35 |
<%Else%>
|
- |
|
| 36 |
<tr>
|
32 |
<tr>
|
| 37 |
<td width="1" align="right"><img src="icons/ni_bar.gif" width="16" height="24"></td>
|
33 |
<td width="1" align="right"><img src="icons/ni_bar.gif" width="16" height="24"></td>
|
| 38 |
<td width="100%" bgcolor="#FFFFFF"> </td>
|
34 |
<td width="100%" bgcolor="#FFFFFF"> </td>
|
| 39 |
</tr>
|
35 |
</tr>
|
| 40 |
<%End If%>
|
- |
|
| 41 |
</table></td>
|
36 |
</table></td>
|
| 42 |
<td align="right" bgcolor="#FFFFFF"><%=ProgressBar()%></td>
|
37 |
<td align="right" bgcolor="#FFFFFF"><%=ProgressBar()%></td>
|
| 43 |
</tr>
|
38 |
</tr>
|
| 44 |
</table>
|
39 |
</table>
|
| 45 |
|
40 |
|