Subversion Repositories DevTools

Rev

Rev 5506 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5357 dpurdie 1
<!--#include file="common/conf.asp"-->
2
<html>
3
<head>
4
<title>Release Manager</title>
5
<link rel="shortcut icon" href="<%=FavIcon%>"/>
6
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
7
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8
</head>
9
 
10
<frameset rows="51,*" frameborder="NO" border="0" framespacing="0">
11
  <frame name="topFrame" scrolling="NO" noresize src="_simple_header.asp" >
12
  <frame name="mainFrame" src="<%=release_archiveURL%>">
13
</frameset>
14
<noframes>
15
    <body bgcolor="#FFFFFF" text="#000000">
16
    <p>This page requires frames<p>
17
    </body>
18
</noframes>
19
</html>
5957 dpurdie 20
<!-- DESTRUCTOR ------->
21
<!--#include file="common/destructor.asp"-->
22