| Line 105... |
Line 105... |
| 105 |
<head>
|
105 |
<head>
|
| 106 |
<title>Release Manager</title>
|
106 |
<title>Release Manager</title>
|
| 107 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
107 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 108 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
108 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 109 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
109 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 110 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
110 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 111 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
111 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 112 |
<script language="JavaScript" src="images/common.js"></script>
|
112 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 113 |
</head>
|
113 |
</head>
|
| 114 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.FormSearch.obsolete_comments.focus();">
|
114 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.FormSearch.obsolete_comments.focus();">
|
| 115 |
<%
|
115 |
<%
|
| 116 |
'-- FROM START ---------------------------------------------------------------------------------------------------------------
|
116 |
'-- FROM START ---------------------------------------------------------------------------------------------------------------
|
| 117 |
objFormComponent.FormName = "FormSearch"
|
117 |
objFormComponent.FormName = "FormSearch"
|