| Line 102... |
Line 102... |
| 102 |
<head>
|
102 |
<head>
|
| 103 |
<title>Release Manager</title>
|
103 |
<title>Release Manager</title>
|
| 104 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
104 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 105 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
105 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 106 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
106 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 107 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
107 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 108 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
108 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 109 |
<script language="JavaScript" src="images/common.js"></script>
|
109 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 110 |
<!--#include file="_jquery_includes.asp"-->
|
110 |
<!--#include file="_jquery_includes.asp"-->
|
| 111 |
<!--#include file="_menu_def.asp"-->
|
111 |
<!--#include file="_menu_def.asp"-->
|
| 112 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
112 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
| 113 |
<script language="javascript">
|
113 |
<script language="javascript">
|
| 114 |
<!--
|
114 |
<!--
|
| 115 |
function checkUncheckAll(theElement) {
|
115 |
function checkUncheckAll(theElement) {
|
| 116 |
var theForm = theElement.form, z = 0;
|
116 |
var theForm = theElement.form, z = 0;
|
| 117 |
for(z=0; z<theForm.length;z++){
|
117 |
for(z=0; z<theForm.length;z++){
|