Subversion Repositories DevTools

Rev

Rev 6876 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6788 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'   dependencies_all.asp
5
'=====================================================
6
%>
7
<%
8
Option explicit
9
' Good idea to set when using redirect
10
Response.Expires = 0   ' always load the page, dont store
11
'------------ Variable Definition -------------
12
Dim sectionIsEditable
13
Dim criticalSectionIsEditable
14
%>
15
<!--#include file="common/conf.asp"-->
16
<!--#include file="common/globals.asp"-->
17
<!--#include file="common/formating.asp"-->
18
<!--#include file="common/qstr.asp"-->
19
<!--#include file="common/common_subs.asp"-->
20
<!--#include file="common/common_dbedit.asp"-->
21
<!--#include file="_tabs.asp"-->
22
<!--#include file="_action_buttons.asp"-->
23
<!--#include file="common/_package_common.asp"-->
24
<%
25
'------------ ACCESS CONTROL ------------------
26
%>
27
<!--#include file="_access_control_login_optional.asp"-->
28
<!--#include file="_access_control_general.asp"-->
29
<%
30
'------------ Constants Declaration -----------
31
Const  pageIsEmbedded = FALSE
32
'------------ Variable Init -------------------
33
'----------------------------------------------
34
%>
35
<html>
36
<title><%=Title(Request("rtag_id"))%></title>
37
<link rel="shortcut icon" href="<%=FavIcon%>"/>
38
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
39
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
40
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
41
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
42
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
43
<!-- TIPS -->
44
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
45
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
46
<%bCsvExport = True%>
6789 dpurdie 47
<%bJqueryDataTables = TRUE%>
48
<%sJqueryDataTablesCss="jquery/dataTables.vix.grey.css"%>
6788 dpurdie 49
<!--#include file="_jquery_includes.asp"-->
50
<!-- DROPDOWN MENUS -->
51
<!--#include file="_menu_def.asp"-->
52
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
53
</head>
54
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
55
<!-- HEADER -->
56
<!--#include file="_header.asp"-->
57
<!-- BODY ---->
58
<table width="100%" border="0" cellspacing="0" cellpadding="0">
59
   <tr>
6876 dpurdie 60
      <td class='bg_bage'>
6788 dpurdie 61
         <!-- LEFT -->
62
         <!--#include file="_environment.asp"-->
63
      </td>
64
      <td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
65
      <td valign="top" width="100%">
66
         <!-- MIDDLE -->
67
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
68
            <tr>
6877 dpurdie 69
               <td width='1%' class='bg_dialog'><IMG height=35 src="images/spacer.gif" width=15></td>
70
		       <td width='100%' class='bg_dialog'><%Call RenderActionBar(parRtag_id,parPv_id)%></td>
71
               <td width='1%' class='bg_dialog'><IMG height=1 src="images/spacer.gif" width=15></td>
6788 dpurdie 72
            </tr>
73
            <tr>
74
              <td background="images/bg_lght_gray.gif"><IMG height="45" src="images/spacer.gif" width=1></td>
75
              <td background="images/bg_lght_gray.gif"><%Call RenderStatus(parRtag_id,parPv_id)%></td>
76
              <td background="images/bg_lght_gray.gif">&nbsp;</td>
77
            </tr>
78
            <tr>
79
               <td background="images/bg_lght_gray.gif">&nbsp;</td>
80
               <td valign="bottom" background="images/bg_lght_gray.gif">
6873 dpurdie 81
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
6788 dpurdie 82
                     <tr>
83
                        <td><IMG height="1" src="images/spacer.gif" width="0" alt="tab-left-margin" ></td>
84
                        <td>
85
                           <!-- TABS ------------------------------------->
86
                           <%Call Generate_Tab_Menu ( TABarray1, "Dependencies (All)", "orange" )%>
87
                        </td>
88
                     </tr>
89
                  </table>
90
               </td>
91
               <td background="images/bg_lght_gray.gif">&nbsp;</td>
92
            </tr>
6876 dpurdie 93
          <tr class='bg_panel' style="height:35px;">
6873 dpurdie 94
            <td></td>
95
            <td>
96
            <!-- TAB ACTION BUTTONS ------------------------------------->
97
            </td>
98
            <td></td>
99
          </tr>
6788 dpurdie 100
            <tr>
101
               <td></td>
102
               <td valign="top">
103
				<!-- DETAILS ------------------------------------------------->
104
				<!--#include file="_dependencies_all.asp"-->
105
				<!-- END DETAILS ------------------------------------------------->
106
               </td>
107
               <td>&nbsp;</td>
108
            </tr>
109
         </table>
110
         <!-- END MIDDLE -------->
111
      </td>
112
   </tr>
113
</table>
114
<!-- FOOTER -->
115
<!--#include file="_footer.asp"-->
116
</body>
117
</html>