Subversion Repositories DevTools

Rev

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

Rev 6566 Rev 6579
Line 609... Line 609...
609
   <head>
609
   <head>
610
      <title>Release Manager</title>
610
      <title>Release Manager</title>
611
      <link rel="shortcut icon" href="<%=FavIcon%>"/>
611
      <link rel="shortcut icon" href="<%=FavIcon%>"/>
612
      <meta http-equiv="Pragma" content="no-cache">
612
      <meta http-equiv="Pragma" content="no-cache">
613
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
613
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
614
      <link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
614
      <link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
615
      <link rel="stylesheet" href="images/navigation.css" type="text/css">
615
      <link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
616
      <script language="JavaScript" src="images/common.js"></script>
616
      <script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
617
      <!--#include file="_jquery_includes.asp"-->
617
      <!--#include file="_jquery_includes.asp"-->
618
      <!-- TIPS -->
618
      <!-- TIPS -->
619
      <script type="text/javascript" src="scripts/json2.js"></script>
619
      <script type="text/javascript" src="scripts/json2.js"></script>
620
      <script language="JavaScript" src="images/tipster.js"></script>
620
      <script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
621
      <script language="JavaScript" src="images/_help_tips.js"></script>
621
      <script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
622
      <script language="JavaScript" type="text/JavaScript">
622
      <script language="JavaScript" type="text/JavaScript">
623
      formTips.tips.h_buildtime       = stdTip(300, 'Est. Build Duration', 'Estimated build duration in seconds. Based simply on the last build duration for this package');
623
      formTips.tips.h_buildtime       = stdTip(300, 'Est. Build Duration', 'Estimated build duration in seconds. Based simply on the last build duration for this package');
624
 
624
 
625
      formTips.tips.h_lastchange       = stdTip(300, 'Last Change', 'This is an indication of the time since the daemon interogated the database.' +
625
      formTips.tips.h_lastchange       = stdTip(300, 'Last Change', 'This is an indication of the time since the daemon interogated the database.' +
626
                                                                  '<p>Short times will be shown as seconds. Longer times will be shown as a time within ' + 
626
                                                                  '<p>Short times will be shown as seconds. Longer times will be shown as a time within ' + 
Line 695... Line 695...
695
    }
695
    }
696
 
696
 
697
    </script>
697
    </script>
698
      <!-- DROPDOWN MENUS -->
698
      <!-- DROPDOWN MENUS -->
699
      <!--#include file="_menu_def.asp"-->
699
      <!--#include file="_menu_def.asp"-->
700
      <script language="JavaScript1.2" src="images/popup_menu.js"></script>
700
      <script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
701
   </head>
701
   </head>
702
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
702
   <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
703
      <!-- HEADER -->
703
      <!-- HEADER -->
704
      <!--#include file="_header.asp"-->
704
      <!--#include file="_header.asp"-->
705
      <!-- BODY ---->
705
      <!-- BODY ---->