| Line 48... |
Line 48... |
| 48 |
if parFRpkey="" OR IsNull(parFRpkey) Then parFRpkey = LENUM_ALL
|
48 |
if parFRpkey="" OR IsNull(parFRpkey) Then parFRpkey = LENUM_ALL
|
| 49 |
End If
|
49 |
End If
|
| 50 |
|
50 |
|
| 51 |
%>
|
51 |
%>
|
| 52 |
<script type="text/javascript" src="scripts/json2.js"></script>
|
52 |
<script type="text/javascript" src="scripts/json2.js"></script>
|
| 53 |
<script language="JavaScript" src="scripts/remote_scripting.js"></script>
|
53 |
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
|
| 54 |
<script type="text/javascript" charset="utf-8">
|
54 |
<script type="text/javascript" charset="utf-8">
|
| 55 |
////////////////////////////////////////////////
|
55 |
////////////////////////////////////////////////
|
| 56 |
// Global script variables
|
56 |
// Global script variables
|
| 57 |
var currentIssueIndex = 0;
|
57 |
var currentIssueIndex = 0;
|
| 58 |
var pageSize = 15;
|
58 |
var pageSize = 15;
|
| Line 484... |
Line 484... |
| 484 |
<head>
|
484 |
<head>
|
| 485 |
<title>Release Manager</title>
|
485 |
<title>Release Manager</title>
|
| 486 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
486 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| 487 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
487 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 488 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
488 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 489 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
489 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| 490 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
490 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 491 |
<script language="JavaScript" src="images/common.js"></script>
|
491 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 492 |
<!--#include file="_jquery_includes.asp"-->
|
492 |
<!--#include file="_jquery_includes.asp"-->
|
| 493 |
</head>
|
493 |
</head>
|
| 494 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
494 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
| 495 |
<form name="importform">
|
495 |
<form name="importform">
|
| 496 |
<!-- First button is the default button. Control its operation -->
|
496 |
<!-- First button is the default button. Control its operation -->
|