Subversion Repositories DevTools

Rev

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

Rev 5957 Rev 6579
Line 94... Line 94...
94
<head>
94
<head>
95
<title>Release Manager</title>
95
<title>Release Manager</title>
96
<link rel="shortcut icon" href="<%=FavIcon%>"/>
96
<link rel="shortcut icon" href="<%=FavIcon%>"/>
97
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
97
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
98
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
98
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
99
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
99
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
100
<link rel="stylesheet" href="images/navigation.css" type="text/css">
100
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
101
<script language="JavaScript" src="images/common.js"></script>
101
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
102
</head>
102
</head>
103
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.FormSearch.obsolete_comments.focus();">
103
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.FormSearch.obsolete_comments.focus();">
104
<%
104
<%
105
'-- FROM START ---------------------------------------------------------------------------------------------------------------
105
'-- FROM START ---------------------------------------------------------------------------------------------------------------
106
objFormComponent.FormName = "FormSearch"
106
objFormComponent.FormName = "FormSearch"