Subversion Repositories DevTools

Rev

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

Rev 6510 Rev 6579
Line 62... Line 62...
62
<head>
62
<head>
63
<title>Release Manager</title>
63
<title>Release Manager</title>
64
<link rel="shortcut icon" href="<%=FavIcon%>"/>
64
<link rel="shortcut icon" href="<%=FavIcon%>"/>
65
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
65
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
66
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
67
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
67
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
68
<script language="JavaScript" src="images/common.js"></script>
68
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
69
<!--#include file="_jquery_includes.asp"-->
69
<!--#include file="_jquery_includes.asp"-->
70
<script language="javascript">
70
<script language="javascript">
71
$(document).ready(function () {
71
$(document).ready(function () {
72
    //  Cancel button must close this iFrame using a function provided by the parent
72
    //  Cancel button must close this iFrame using a function provided by the parent
73
    $('#btn_cancel').on('click', function (e) {parent.closeIFrame()});
73
    $('#btn_cancel').on('click', function (e) {parent.closeIFrame()});