Subversion Repositories DevTools

Rev

Rev 1281 | Details | Compare with Previous | 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 -->
1499 dpurdie 30
<!--#include file="_header.asp"-->
119 ghuddy 31
</body>
32
</html>