| Line 59... |
Line 59... |
| 59 |
<head>
|
59 |
<head>
|
| 60 |
<title>Release Manager</title>
|
60 |
<title>Release Manager</title>
|
| 61 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
61 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 62 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
62 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 63 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
63 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 64 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
64 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 65 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
65 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 66 |
<script language="JavaScript" src="images/common.js"></script>
|
66 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 67 |
<!--#include file="_menu_def.asp"-->
|
67 |
<!--#include file="_menu_def.asp"-->
|
| 68 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
68 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
| 69 |
<script language="javascript">
|
69 |
<script language="javascript">
|
| 70 |
<!--
|
70 |
<!--
|
| 71 |
function checkUncheckAll(theElement) {
|
71 |
function checkUncheckAll(theElement) {
|
| 72 |
var theForm = theElement.form, z = 0;
|
72 |
var theForm = theElement.form, z = 0;
|
| 73 |
for(z=0; z<theForm.length;z++){
|
73 |
for(z=0; z<theForm.length;z++){
|