Subversion Repositories DevTools

Rev

Rev 6876 | Details | Compare with Previous | Last modification | View Log | RSS feed

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