| 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 |
<!-- MENU LAYERS -------------------------------------->
|
|
|
52 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
|
|
53 |
<!----------------------------------------------------->
|
|
|
54 |
</div>
|
|
|
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>
|
| 185 |
brianf |
70 |
<td width="100%" background="images/bg_action_norm.gif"><%Call RenderActionBar(parRtag_id,parPv_id)%></td>
|
| 119 |
ghuddy |
71 |
<td width="1%" background="images/bg_action_norm.gif"><IMG height=1 src="images/spacer.gif" width=15></td>
|
|
|
72 |
</tr>
|
| 183 |
brianf |
73 |
<tr>
|
|
|
74 |
<td background="images/bg_lght_gray.gif"><IMG height="45" src="images/spacer.gif" width=1></td>
|
| 187 |
brianf |
75 |
<td background="images/bg_lght_gray.gif"><%Call RenderStatus(parRtag_id,parPv_id)%></td>
|
| 183 |
brianf |
76 |
<td background="images/bg_lght_gray.gif"> </td>
|
|
|
77 |
</tr>
|
| 119 |
ghuddy |
78 |
<tr>
|
|
|
79 |
<td background="images/bg_lght_gray.gif"> </td>
|
|
|
80 |
<td valign="bottom" background="images/bg_lght_gray.gif">
|
|
|
81 |
<table width="100" border="0" cellspacing="0" cellpadding="0">
|
|
|
82 |
<tr>
|
| 4687 |
dpurdie |
83 |
<td><IMG height="1" src="images/spacer.gif" width="0" alt="tab-left-margin" ></td>
|
| 119 |
ghuddy |
84 |
<td>
|
|
|
85 |
<!-- TABS ------------------------------------->
|
|
|
86 |
<%Call Generate_Tab_Menu ( TABarray1, "Files and Folders", "orange" )%>
|
|
|
87 |
</td>
|
|
|
88 |
</tr>
|
|
|
89 |
</table>
|
|
|
90 |
</td>
|
|
|
91 |
<td background="images/bg_lght_gray.gif"> </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"><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>
|
|
|
96 |
<!-- TAB ACTION BUTTONS ------------------------------------->
|
|
|
97 |
<%Call Action_Buttons ( "Files and Folders" )%>
|
|
|
98 |
</td>
|
|
|
99 |
<td background="images/lbox_bg_orange.gif"> </td>
|
|
|
100 |
</tr>
|
|
|
101 |
<tr>
|
|
|
102 |
<td></td>
|
|
|
103 |
<td valign="top">
|
|
|
104 |
<!-- DETAILS ------------------------------------------------->
|
| 3959 |
dpurdie |
105 |
<!--#include file="_files_and_folders.asp"-->
|
| 119 |
ghuddy |
106 |
<!-- END DETAILS ------------------------------------------------->
|
|
|
107 |
</td>
|
|
|
108 |
<td> </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>
|