Subversion Repositories DevTools

Rev

Blame | 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_general.asp"-->
<%
'------------ Variable Definition -------------
Dim pkgCompare
pkgCompare = FALSE
'------------ Constants Declaration -----------
'------------ Variable Init -------------------
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
'----------------------------------------------
%>
<%
If NOT IsEmpty(parPv_id) Then
        Call Get_Pkg_Info ( parPv_id, Request("rtag_id") )
End If
%>
<%
'-----------------------------------------------------------------------------------------------------------------------------------
%>
<!--#include file="_menu_def.asp"-->
<html>
<head>
<title>Release Manager</title>
<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" type="text/css">
<link rel="stylesheet" href="images/navigation.css" type="text/css">
<script language="JavaScript" src="images/common.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function setLayerHeight () {
        var h = screen.height;
        if (MM_findObj("LayerDetails") != null) MM_findObj("LayerDetails").style.height = (h-300)/2 +"px";
        if (MM_findObj("LayerVersions") != null) MM_findObj("LayerVersions").style.height = (h-300)/2 +"px";
}       
//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();setLayerHeight();">
<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"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="right" background="images/bg_lght_gray.gif"><br> 
            <!-- TABS ------------------------------------------->
            <%
                        If IsEmpty( Request("pv_id") ) Then
                                Call Generate_Tab_Menu ( TABarray5D, Empty, "blue" )
                        Else
                                If bIsPatch Then
                                        Call Generate_Tab_Menu ( TABarray5D, "Files and Folders", "blue" )
                                Else
                                        Call Generate_Tab_Menu ( TABarray5, "Files and Folders", "blue" )
                                End If
                        End If
                        %>
            <!------------------------------------------------------------->
          </td>
        </tr>
        <tr>
          <td background="images/lbox_bg_blue.gif">&nbsp;</td>
        </tr>
      </table>
          <!----------------------------------------------  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; overflow: auto;" name="LayerDetails"> 
          <!--#include file="_files_and_folders.asp"-->
          </div>
                  </td>
        </tr>
      </table>
          <%End If%>
          <!----------------------------------------------  END DETAILS --------------------------------------------------->
          </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"-->