Subversion Repositories DevTools

Rev

Rev 6790 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@LANGUAGE="VBSCRIPT"%>
<%
Option explicit
Response.Expires = 0    ' always load the page, dont store
%>
<%
'=====================================================
'                                       VERSIONS HISTORY
'=====================================================
%>
<!--#include file="common/conf.asp"-->
<!--#include file="common/globals.asp"-->
<!--#include file="common/formating.asp"-->
<!--#include file="common/qstr.asp"-->
<!--#include file="common/common_subs.asp"-->
<!--#include file="common/common_dbedit.asp"-->
<!--#include file="_tabs.asp"-->
<!--#include file="_wform_versions_history_main.asp"-->
<!--#include file="common/_popup_window_common.asp"-->
<%
'------------ ACCESS CONTROL ------------------
%>
<!--#include file="_access_control_login_optional.asp"-->
<!--#include file="_access_control_general.asp"-->
<%
'------------ Variable Definition -------------
Dim pageIsEditable
Dim sectionIsEditable
Dim criticalSectionIsEditable
'------------ Constants Declaration -----------
'------------ Variable Init -------------------
pageIsEditable = FALSE          ' Never EDIT release notes PAGE here
sectionIsEditable = FALSE       ' Never EDIT release notes Section here
criticalSectionIsEditable = FALSE       ' Never EDIT release notes Critical Sections here
%>
<!--#include file="_menu_def.asp"-->
<html>
<head>
<title>Release Manager</title>
<link rel="shortcut icon" href="<%=FavIcon%>"/>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
<!-- TIPS -->
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
<!--#include file="_jquery_includes.asp"-->
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();scrollToPvId();" style="overflow: hidden;">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="1%" background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
    <td width="100%" valign="top" background="images/bg_lght_gray.gif">
          <!--#include file="_version_browser.asp"-->
    </td>
  </tr>
  <tr> 
    <td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="300"></td>
    <td valign="top"> 
      <div style="width:100vw;">
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td align="left" background="images/bg_lght_gray.gif">
                <!-- TABS ------------------------------------------->
                <%
                If IsEmpty( Request("pv_id") ) Then
                    Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
                Else
                    If bIsPatch Then
                        Call Generate_Tab_Menu ( TABarray5D, "Release Notes", "blue" )
                    Else
                        Call Generate_Tab_Menu ( TABarray5, "Release Notes", "blue" )
                    End If
                End If
                %>
                <!------------------------------------------------------------->
              </td>
            </tr>
            <tr>
              <td background="images/lbox_bg_blue.gif">&nbsp;</td>
            </tr>
          </table>
      </div>
      <div style="width:100vw;">
          <!----------------------------------------------  DETAILS --------------------------------------------------->
          <%If NOT IsEmpty( Request("pv_id") ) Then%>
          <table width="100%" border="0" cellspacing="0" cellpadding="10">
            <tr>
              <td>
              <div id="LayerDetails" style="height: 350px; width:98vw; overflow: auto;" name="LayerDetails"> 
              <!--#include file="_release_notes.asp"-->  
              </div>
              </td>
            </tr>
          </table>
          <%End If%>
          <!----------------------------------------------  END DETAILS --------------------------------------------------->
      </div>
    </td>
  </tr>
  <tr> 
    <td background="images/bg_lght_gray.gif"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
    <td background="images/lbox_bg_blue.gif"><img src="images/h_trsp_dot.gif" width="1" height="10"></td>
  </tr>
</table>
</body>
</html>
<!-- DESTRUCTOR ------->
<!--#include file="common/destructor.asp"-->