Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|				    Simple Header				     |
6
'|                                      			 |
7
'=====================================================
8
%>
9
<%
10
Option explicit
11
' Good idea to set when using redirect
12
Response.Expires = 0	' always load the page, dont store
13
%>
14
<!--#include file="common/conf.asp"-->
15
<!--#include file="common/globals.asp"-->
16
<!--#include file="common/formating.asp"-->
17
<!--#include file="common/qstr.asp"-->
18
<!--#include file="common/common_subs.asp"-->
19
<html>
20
<head>
21
<title>Release Manager</title>
22
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
23
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
24
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
25
<link rel="stylesheet" href="images/navigation.css" type="text/css">
26
<script language="JavaScript" src="images/common.js"></script>
27
</head>
28
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
29
<!-- HEADER -->
30
<%If objAccessControl.UserLogedIn Then%>
31
<div id="Layer1" style="position:absolute; left:2; top:2; width:1px; height:1px; z-index:1"><a href="#"><img src="images/i_logout.gif" width="14" height="14" border="0" alt="Logout from <%=objAccessControl.UserName%> disabled" title="Logout from <%=objAccessControl.UserName%> disabled"></a></div>
32
<%End If%>
33
<table width="100%" border="0" cellspacing="0" cellpadding="0">
34
  <tr> 
35
    <td><a href="index.asp" target="_parent" alt="Home" title="Home"><img src="images/b_release_manager.jpg" width="467" height="50" border="0"></a></td>
36
    <td valign="bottom" align="right">&nbsp;</td>
37
  </tr>
38
  <tr> 
39
    <td align=left noWrap valign=center width=150 background="images/h_dot.gif" height="1"></td>
40
    <td background="images/h_dot.gif" height="1"></td>
41
  </tr>
42
</table>
43
</body>
44
</html>