Subversion Repositories DevTools

Rev

Rev 5957 | Rev 6070 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5957 Rev 6048
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<!--#include file="common/conf.asp"-->
2
<!--#include file="common/conf.asp"-->
-
 
3
<!--#include file="common/globals.asp"-->
-
 
4
<!--#include file="common/qstr.asp"-->
-
 
5
<!--#include file="common/common_subs.asp"-->
-
 
6
<!--#include file="_access_control_login.asp"-->
-
 
7
<!--#include file="_access_control_general.asp"-->
3
<html>
8
<html>
4
<head>
9
<head>
5
<title>Release Manager</title>
10
<title>Release Manager</title>
6
<link rel="shortcut icon" href="<%=FavIcon%>"/>
11
<link rel="shortcut icon" href="<%=FavIcon%>"/>
7
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
12
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
8
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
13
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
14
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
-
 
15
<link rel="stylesheet" href="images/navigation.css" type="text/css">
-
 
16
<!-- DROPDOWN MENUS -->
-
 
17
<!--#include file="_menu_def.asp"-->
-
 
18
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
10
</head>
19
</head>
11
 
20
 
12
<body bgcolor="White" text="Black" leftmargin=0 topmargin=0 style="background-color: #0066cb;">
21
<body bgcolor="White" text="Black" leftmargin=0 topmargin=0>
-
 
22
<!-- MENU LAYERS -------------------------------------->
-
 
23
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)"> 
-
 
24
</div>
13
<!--#include file="_header.asp"-->
25
<!--#include file="_header.asp"-->
-
 
26
<div style="background-color: #0066cb;">
14
<table width="100%" border="0" cellspacing="0" cellpadding="0">
27
<table width="100%" border="0" cellspacing="0" cellpadding="0">
15
   <tr>
28
   <tr>
16
      <td>
29
      <td>
17
         <br>
30
         <br>
18
         <span class="form_ttl"> </span>
31
         <span class="form_ttl"> </span>
Line 53... Line 66...
53
                     <span class="form_ttl">Other Components</span><br>
66
                     <span class="form_ttl">Other Components</span><br>
54
                     <span class="form_wtxt_link"><b>OO4O Version : </b><%=OraSession.OIPVersionNumber%></span> <br>
67
                     <span class="form_wtxt_link"><b>OO4O Version : </b><%=OraSession.OIPVersionNumber%></span> <br>
55
                     <span class="form_wtxt_link"><b>Perl Version : </b>5.8.7 Build 813</span> <br>
68
                     <span class="form_wtxt_link"><b>Perl Version : </b>5.8.7 Build 813</span> <br>
56
                     <br>
69
                     <br>
57
                  </p>
70
                  </p>
58
                  <p align="center" class="form_txt">Copyright &copy; Vix Technology (Aust) Ltd,
-
 
59
                     Release Manager. All rights reserved. </p>
-
 
60
                  <p align="center" class="form_txt">&nbsp;</p>
-
 
61
               </td>
71
               </td>
62
            </tr>
72
            </tr>
63
         </table>
73
         </table>
64
      </td>
74
      </td>
65
   </tr>
75
   </tr>
66
</table>
76
</table>
-
 
77
</div>
-
 
78
<!-- FOOTER -->
-
 
79
<!--#include file="_footer.asp"-->
67
</body>
80
</body>
68
</html>
81
</html>
69
<!-- DESTRUCTOR ------->
82
<!-- DESTRUCTOR ------->
70
<!--#include file="common/destructor.asp"-->
83
<!--#include file="common/destructor.asp"-->