Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5357 dpurdie 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
<link rel="shortcut icon" href="<%=FavIcon%>"/>
23
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
24
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
25
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
26
<link rel="stylesheet" href="images/navigation.css" type="text/css">
27
<script language="JavaScript" src="images/common.js"></script>
28
</head>
29
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
30
<!-- HEADER -->
31
<!--#include file="_header.asp"-->
32
</body>
33
</html>