Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
119 ghuddy 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
5442 dpurdie 4
'   used_by.asp
119 ghuddy 5
'=====================================================
6
%>
7
<%
8
Option explicit
9
' Good idea to set when using redirect
129 ghuddy 10
Response.Expires = 0   ' always load the page, dont store
6786 dpurdie 11
'------------ Variable Definition -------------
12
Dim sectionIsEditable
13
Dim criticalSectionIsEditable
119 ghuddy 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"-->
6786 dpurdie 22
<!--#include file="_action_buttons.asp"-->
119 ghuddy 23
<!--#include file="common/_package_common.asp"-->
24
<%
25
'------------ ACCESS CONTROL ------------------
26
%>
6181 dpurdie 27
<!--#include file="_access_control_login_optional.asp"-->
119 ghuddy 28
<!--#include file="_access_control_general.asp"-->
29
<%
30
'------------ Constants Declaration -----------
5927 dpurdie 31
Const  pageIsEmbedded = FALSE
119 ghuddy 32
'------------ Variable Init -------------------
33
'----------------------------------------------
34
%>
35
<html>
36
<title><%=Title(Request("rtag_id"))%></title>
5357 dpurdie 37
<link rel="shortcut icon" href="<%=FavIcon%>"/>
119 ghuddy 38
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
39
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 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>
5925 dpurdie 43
<!-- TIPS -->
6579 dpurdie 44
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
45
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
5085 dpurdie 46
<!--#include file="_jquery_includes.asp"-->
119 ghuddy 47
<!-- DROPDOWN MENUS -->
48
<!--#include file="_menu_def.asp"-->
6579 dpurdie 49
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
119 ghuddy 50
</head>
51
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
52
<!-- HEADER -->
53
<!--#include file="_header.asp"-->
54
<!-- BODY ---->
55
<table width="100%" border="0" cellspacing="0" cellpadding="0">
129 ghuddy 56
   <tr>
57
      <td valign="top" width="1" background="images/bg_bage.gif">
58
         <!-- LEFT -->
59
         <!--#include file="_environment.asp"-->
60
      </td>
61
      <td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
62
      <td valign="top" width="100%">
63
         <!-- MIDDLE -->
64
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
65
            <tr>
66
               <td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
185 brianf 67
		       <td width="100%" background="images/bg_action_norm.gif"><%Call RenderActionBar(parRtag_id,parPv_id)%></td>
129 ghuddy 68
               <td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
69
            </tr>
70
            <tr>
183 brianf 71
              <td background="images/bg_lght_gray.gif"><IMG height="45" src="images/spacer.gif" width=1></td>
187 brianf 72
              <td background="images/bg_lght_gray.gif"><%Call RenderStatus(parRtag_id,parPv_id)%></td>
183 brianf 73
              <td background="images/bg_lght_gray.gif">&nbsp;</td>
74
            </tr>
75
            <tr>
129 ghuddy 76
               <td background="images/bg_lght_gray.gif">&nbsp;</td>
77
               <td valign="bottom" background="images/bg_lght_gray.gif">
78
                  <table width="100" border="0" cellspacing="0" cellpadding="0">
79
                     <tr>
4687 dpurdie 80
                        <td><IMG height="1" src="images/spacer.gif" width="0" alt="tab-left-margin" ></td>
129 ghuddy 81
                        <td>
82
                           <!-- TABS ------------------------------------->
83
                           <%Call Generate_Tab_Menu ( TABarray1, "Used by", "orange" )%>
84
                        </td>
85
                     </tr>
86
                  </table>
87
               </td>
88
               <td background="images/bg_lght_gray.gif">&nbsp;</td>
89
            </tr>
90
            <tr>
91
               <td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
92
               <td background="images/lbox_bg_orange.gif">
93
                  <!-- TAB ACTION BUTTONS ------------------------------------->
6786 dpurdie 94
                  <%Call Action_Buttons ( "Used By" )%>
129 ghuddy 95
               </td>
96
               <td background="images/lbox_bg_orange.gif">&nbsp;</td>
97
            </tr>
98
            <tr>
99
               <td></td>
100
               <td valign="top">
5927 dpurdie 101
				<!-- DETAILS ------------------------------------------------->
102
				<!--#include file="_used_by.asp"-->
103
				<!-- END DETAILS ------------------------------------------------->
129 ghuddy 104
               </td>
105
               <td>&nbsp;</td>
106
            </tr>
107
         </table>
108
         <!-- END MIDDLE -------->
109
      </td>
110
   </tr>
119 ghuddy 111
</table>
112
<!-- FOOTER -->
113
<!--#include file="_footer.asp"-->
114
</body>
115
</html>