Subversion Repositories DevTools

Rev

Rev 6788 | Rev 6873 | 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>
60
      <td valign="top" width="1" background="images/bg_bage.gif">
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>
69
               <td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
70
		       <td width="100%" background="images/bg_action_norm.gif"><%Call RenderActionBar(parRtag_id,parPv_id)%></td>
71
               <td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
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">
81
                  <table width="100" border="0" cellspacing="0" cellpadding="0">
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>
93
            <tr>
94
               <td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
95
               <td background="images/lbox_bg_orange.gif">
96
                  <!-- TAB ACTION BUTTONS ------------------------------------->
97
                  <%'Call Action_Buttons ( "Used By" )%>
98
               </td>
99
               <td background="images/lbox_bg_orange.gif">&nbsp;</td>
100
            </tr>
101
            <tr>
102
               <td></td>
103
               <td valign="top">
104
				<!-- DETAILS ------------------------------------------------->
105
				<!--#include file="_dependencies_all.asp"-->
106
				<!-- END DETAILS ------------------------------------------------->
107
               </td>
108
               <td>&nbsp;</td>
109
            </tr>
110
         </table>
111
         <!-- END MIDDLE -------->
112
      </td>
113
   </tr>
114
</table>
115
<!-- FOOTER -->
116
<!--#include file="_footer.asp"-->
117
</body>
118
</html>