| Line 38... |
Line 38... |
| 38 |
<fieldset class=body_rowg>
|
38 |
<fieldset class=body_rowg>
|
| 39 |
<legend class="body_scol">Display Options</legend>
|
39 |
<legend class="body_scol">Display Options</legend>
|
| 40 |
<div><input id=onlyNew class='triggerRefresh' type=checkbox>Only New</div>
|
40 |
<div><input id=onlyNew class='triggerRefresh' type=checkbox>Only New</div>
|
| 41 |
<div><input id=onlyComplete class='triggerRefresh' type=checkbox>Only Complete</div>
|
41 |
<div><input id=onlyComplete class='triggerRefresh' type=checkbox>Only Complete</div>
|
| 42 |
</fieldset>
|
42 |
</fieldset>
|
| 43 |
<%End Sub%>
|
43 |
<%End Sub
|
| 44 |
<html>
|
44 |
'
|
| 45 |
<head>
|
- |
|
| 46 |
<title>Release Manager</title>
|
- |
|
| 47 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
- |
|
| 48 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
45 |
'----------------------------------------------
|
| 49 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
- |
|
| 50 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
- |
|
| 51 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
- |
|
| 52 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
- |
|
| - |
|
46 |
'
|
| 53 |
<%bJqueryDataTables = TRUE%>
|
47 |
Sub InsertJavaScript%>
|
| 54 |
<!--#include file="_jquery_includes.asp"-->
|
- |
|
| 55 |
<script type="text/javascript" charset="utf-8">
|
48 |
<script type="text/javascript" charset="utf-8">
|
| 56 |
var table;
|
49 |
var table;
|
| 57 |
var interval = null;
|
50 |
var interval = null;
|
| 58 |
var indefTimer = null;
|
51 |
var indefTimer = null;
|
| 59 |
$(document).ready(function() {
|
52 |
$(document).ready(function() {
|
| Line 129... |
Line 122... |
| 129 |
indefTimer = setInterval( updateIndefPause,30000 );
|
122 |
indefTimer = setInterval( updateIndefPause,30000 );
|
| 130 |
|
123 |
|
| 131 |
|
124 |
|
| 132 |
} );
|
125 |
} );
|
| 133 |
</script>
|
126 |
</script>
|
| - |
|
127 |
<%End Sub%>
|
| 134 |
|
128 |
<html>
|
| - |
|
129 |
<head>
|
| - |
|
130 |
<title>Release Manager</title>
|
| - |
|
131 |
<link rel="shortcut icon" href="<%=FavIcon%>"/>
|
| - |
|
132 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| - |
|
133 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| - |
|
134 |
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
|
| - |
|
135 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| - |
|
136 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| - |
|
137 |
<%bJqueryDataTables = TRUE%>
|
| - |
|
138 |
<!--#include file="_jquery_includes.asp"-->
|
| 135 |
<!-- DROPDOWN MENUS -->
|
139 |
<!-- DROPDOWN MENUS -->
|
| 136 |
<!--#include file="_menu_def.asp"-->
|
140 |
<!--#include file="_menu_def.asp"-->
|
| 137 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
141 |
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
|
| - |
|
142 |
<%Call InsertJavaScript%>
|
| 138 |
</head>
|
143 |
</head>
|
| 139 |
<body>
|
144 |
<body>
|
| 140 |
<!-- HEADER -->
|
145 |
<!-- HEADER -->
|
| 141 |
<!--#include file="_header.asp"-->
|
146 |
<!--#include file="_header.asp"-->
|
| 142 |
<!-- BODY ---->
|
147 |
<!-- BODY ---->
|
| 143 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
|
148 |
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
|
| 144 |
<tr>
|
149 |
<tr>
|