Subversion Repositories DevTools

Rev

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

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