Subversion Repositories DevTools

Rev

Rev 1284 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<% if (not IsEmpty(Eval("objAccessControl"))) Then
    If (objAccessControl.UserLogedIn) Then %>
        <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>
    <%End If%>
<%End If%>

<%' Highlight Development System: Green for Development, Red for Live Database
If (IsEmpty(Application("LiveSystem"))) Then
    Dim DevStyle, DevExtraText
    DevExtraText = ""
    If OraDatabase.DatabaseName = "RELEASEM" Then
        DevStyle = "background-color:red;"
        DevExtraText = " Live Database"
    Else
        DevStyle = "background-color:#66CC00;"
    End If
%>
<div id="Layer2" style="position:absolute; left:0; top:0; width:100%; z-index:1;font-family: tahoma,sans-serif;">
    <center style="<%=DevStyle%>;">Development WebServer:<%=request.servervariables("server_name")%> Database:<%=OraDatabase.DatabaseName%><%=DevExtraText%></center>
</div>
<%End If%>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="1%" background="images/bg_lightgreen.gif"><img src="images/p_header.gif" width="552" height="45"></td>
    <td width="100%" background="images/bg_lightgreen.gif">&nbsp;</td>
    <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>
  </tr>
  <tr>
    <td background="images/p_header_bottom.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <%If objAccessControl.UserLogedIn Then%>
        <tr>
          <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>
                  <!--
          <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>
          <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>
                  -->
                  
          <td width="1" align="right"><img src="icons/ni_bar.gif" width="16" height="24"></td>
          <td width="100%" bgcolor="#FFFFFF">&nbsp;</td>
        </tr>
                <%Else%>
                <tr>
          <td width="1" align="right"><img src="icons/ni_bar.gif" width="16" height="24"></td>
          <td width="100%" bgcolor="#FFFFFF">&nbsp;</td>
        </tr>
                <%End If%>
    </table></td>
    <td align="right" bgcolor="#FFFFFF"><%=ProgressBar()%></td>
  </tr>
</table>