Subversion Repositories DevTools

Rev

Rev 6048 | Rev 6181 | 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
'=====================================================
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
%>
6048 dpurdie 26
<!--#include file="_access_control_login.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">
41
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
42
<link rel="stylesheet" href="images/navigation.css" type="text/css">
43
<script language="JavaScript" src="images/common.js"></script>
44
<script language="JavaScript" src="scripts/remote_scripting.js"></script>
5085 dpurdie 45
<!--#include file="_jquery_includes.asp"-->
119 ghuddy 46
<!-- DROPDOWN MENUS -->
47
<!--#include file="_menu_def.asp"-->
48
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
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> 
56
		<td valign="top" width="1" background="images/bg_bage.gif">
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>
65
		    <td width="1%" background="images/bg_action_norm.gif"><IMG height=35 src="images/spacer.gif" width=15></td>
185 brianf 66
		    <td width="100%" background="images/bg_action_norm.gif"><%Call RenderActionBar(parRtag_id,parPv_id)%></td>
119 ghuddy 67
		    <td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
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">
77
		      <table width="100" border="0" cellspacing="0" cellpadding="0">
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>
89
		  <tr>
90
		    <td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
91
		    <td background="images/lbox_bg_orange.gif"><SPAN id="ProgressBar" name="ProgressBar" style="visibility:hidden;" class="body_txt"><img src="images/i_processing.gif" width="11" height="17" align="absmiddle" hspace="3">Processing...</SPAN>
92
			<!-- TAB ACTION BUTTONS ------------------------------------->
93
			<%Call Action_Buttons ( "Files and Folders" )%> 
94
			</td>
95
		    <td background="images/lbox_bg_orange.gif">&nbsp;</td>
96
		  </tr>
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>