Subversion Repositories DevTools

Rev

Rev 6181 | Rev 6786 | 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
119 ghuddy 11
%>
12
<!--#include file="common/conf.asp"-->
13
<!--#include file="common/globals.asp"-->
14
<!--#include file="common/formating.asp"-->
15
<!--#include file="common/qstr.asp"-->
16
<!--#include file="common/common_subs.asp"-->
17
<!--#include file="common/common_dbedit.asp"-->
18
<!--#include file="_tabs.asp"-->
19
<!--#include file="common/_package_common.asp"-->
20
<%
21
'------------ ACCESS CONTROL ------------------
22
%>
6181 dpurdie 23
<!--#include file="_access_control_login_optional.asp"-->
119 ghuddy 24
<!--#include file="_access_control_general.asp"-->
25
<%
26
'------------ Variable Definition -------------
27
'------------ Constants Declaration -----------
5927 dpurdie 28
Const  pageIsEmbedded = FALSE
119 ghuddy 29
'------------ Variable Init -------------------
30
'----------------------------------------------
31
%>
32
<html>
33
<title><%=Title(Request("rtag_id"))%></title>
5357 dpurdie 34
<link rel="shortcut icon" href="<%=FavIcon%>"/>
119 ghuddy 35
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
36
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 37
<link rel="stylesheet" href="images/release_manager_style.css?ver=<%=VixVerNum%>" type="text/css">
38
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
39
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
5925 dpurdie 40
<!-- TIPS -->
6579 dpurdie 41
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
42
<script language="JavaScript" src="scripts/remote_scripting.js?ver=<%=VixVerNum%>"></script>
5085 dpurdie 43
<!--#include file="_jquery_includes.asp"-->
119 ghuddy 44
<!-- DROPDOWN MENUS -->
45
<!--#include file="_menu_def.asp"-->
6579 dpurdie 46
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
119 ghuddy 47
</head>
48
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
49
<!-- HEADER -->
50
<!--#include file="_header.asp"-->
51
<!-- BODY ---->
52
<table width="100%" border="0" cellspacing="0" cellpadding="0">
129 ghuddy 53
   <tr>
54
      <td valign="top" width="1" background="images/bg_bage.gif">
55
         <!-- LEFT -->
56
         <!--#include file="_environment.asp"-->
57
      </td>
58
      <td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
59
      <td valign="top" width="100%">
60
         <!-- MIDDLE -->
61
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
62
            <tr>
63
               <td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
185 brianf 64
		       <td width="100%" background="images/bg_action_norm.gif"><%Call RenderActionBar(parRtag_id,parPv_id)%></td>
129 ghuddy 65
               <td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
66
            </tr>
67
            <tr>
183 brianf 68
              <td background="images/bg_lght_gray.gif"><IMG height="45" src="images/spacer.gif" width=1></td>
187 brianf 69
              <td background="images/bg_lght_gray.gif"><%Call RenderStatus(parRtag_id,parPv_id)%></td>
183 brianf 70
              <td background="images/bg_lght_gray.gif">&nbsp;</td>
71
            </tr>
72
            <tr>
129 ghuddy 73
               <td background="images/bg_lght_gray.gif">&nbsp;</td>
74
               <td valign="bottom" background="images/bg_lght_gray.gif">
75
                  <table width="100" border="0" cellspacing="0" cellpadding="0">
76
                     <tr>
4687 dpurdie 77
                        <td><IMG height="1" src="images/spacer.gif" width="0" alt="tab-left-margin" ></td>
129 ghuddy 78
                        <td>
79
                           <!-- TABS ------------------------------------->
80
                           <%Call Generate_Tab_Menu ( TABarray1, "Used by", "orange" )%>
81
                        </td>
82
                     </tr>
83
                  </table>
84
               </td>
85
               <td background="images/bg_lght_gray.gif">&nbsp;</td>
86
            </tr>
87
            <tr>
88
               <td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
89
               <td background="images/lbox_bg_orange.gif">
90
                  <!-- TAB ACTION BUTTONS ------------------------------------->
91
               </td>
92
               <td background="images/lbox_bg_orange.gif">&nbsp;</td>
93
            </tr>
94
            <tr>
95
               <td></td>
96
               <td valign="top">
5927 dpurdie 97
				<!-- DETAILS ------------------------------------------------->
98
				<!--#include file="_used_by.asp"-->
99
				<!-- END DETAILS ------------------------------------------------->
129 ghuddy 100
               </td>
101
               <td>&nbsp;</td>
102
            </tr>
103
         </table>
104
         <!-- END MIDDLE -------->
105
      </td>
106
   </tr>
119 ghuddy 107
</table>
108
<!-- FOOTER -->
109
<!--#include file="_footer.asp"-->
110
</body>
111
</html>