Subversion Repositories DevTools

Rev

Rev 119 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%
'=====================================================
'                                          HEADER
'=====================================================
%>
<%If objAccessControl.UserLogedIn Then%> 
<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>
<%End If%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td><a href="index.asp" alt="Home" title="Home"><img src="images/b_release_manager.jpg" width="467" height="50" border="0"></a></td>
    <td valign="bottom" align="right"> 
          <!-- TOP-RIGHT MENU ROW1 ---->
          <%Call Print_TopRight_Menu_ROW1%>
          <!--------------------------->
    </td>
  </tr>
  <tr> 
    <td align=left noWrap valign=center width=150 background="images/h_dot.gif" height="1"></td>
    <td background="images/h_dot.gif" height="1"></td>
  </tr>
  <tr> 
    <td align=left noWrap valign=center width=150>
          <!-- TOP-LEFT MENU --------->
          <%
          If (Request("rtag_id") <> "") OR  (Request("proj_id") <> "") Then
                Call Print_TopLeft_Menu
                
          ElseIf Request("pv_id") <> "" Then
                Call Print_Package_TopLeft_Menu
                
          End If%>
          <!--------------------------->
    </td>
    <td align="right"> 
          <!-- TOP-RIGHT MENU ROW2 ---->
      <%
          If (Request("rtag_id") <> "") OR  (Request("proj_id") <> "") Then
                Call Print_TopRight_Menu_ROW2
          End If
          %>
          <!--------------------------->
    </td>
  </tr>
  <tr> 
    <td align=left noWrap valign=center width=150 background="images/h_dot.gif" height="1"></td>
    <td background="images/h_dot.gif" height="1"></td>
  </tr>
</table>