Subversion Repositories DevTools

Rev

Rev 1326 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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