Subversion Repositories DevTools

Rev

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

Rev 6181 Rev 6579
Line 50... Line 50...
50
<head>
50
<head>
51
<title>Release Manager</title>
51
<title>Release Manager</title>
52
<link rel="shortcut icon" href="<%=FavIcon%>"/>
52
<link rel="shortcut icon" href="<%=FavIcon%>"/>
53
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
53
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
54
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
54
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
55
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
55
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
56
<link rel="stylesheet" href="images/navigation.css" type="text/css">
56
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
57
<%bJqueryDataTables = TRUE%>
57
<%bJqueryDataTables = TRUE%>
58
<!--#include file="_jquery_includes.asp"-->
58
<!--#include file="_jquery_includes.asp"-->
59
<script language="JavaScript" src="images/common.js"></script>
59
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
60
<script type="text/javascript" charset="utf-8">
60
<script type="text/javascript" charset="utf-8">
61
	$(document).ready(function() {
61
	$(document).ready(function() {
62
		/* Init DataTables */
62
		/* Init DataTables */
63
		//var oTable = $('#table1').dataTable();
63
		//var oTable = $('#table1').dataTable();
64
        $('#table1').dataTable({
64
        $('#table1').dataTable({
Line 84... Line 84...
84
        });
84
        });
85
	} );
85
	} );
86
</script>
86
</script>
87
<!-- DROPDOWN MENUS -->
87
<!-- DROPDOWN MENUS -->
88
<!--#include file="_menu_def.asp"-->
88
<!--#include file="_menu_def.asp"-->
89
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
89
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
90
</head>
90
</head>
91
<body>
91
<body>
92
<!--#include file="_header.asp"-->
92
<!--#include file="_header.asp"-->
93
<!-- BODY ---->
93
<!-- BODY ---->
94
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">
94
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;">