Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
62 rsolanki 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|			          AdminProjects				 	 |
6
'|                                                   |
7
'=====================================================
8
%>
9
<%
10
Option explicit
11
Response.Expires = 0
12
%>
13
<!--#include file="common/globals.asp"-->
14
<!--#include file="common/config.asp"-->
15
<!--#include file="common/common_subs.asp"-->
16
<!--#include file="common/_admin_projects_common.asp"-->
17
<%
18
'------------ ACCESS CONTROL ------------------
19
%>
20
<!--#include file="_access_control_general.asp"-->
21
<!--#include file="_access_control_admin_pages.asp"-->
22
<%
23
'------------ VARIABLE DEFINITION -------------
24
Dim rsQry
25
'------------ CONSTANTS DECLARATION -----------
26
'------------ VARIABLE INIT -------------------
27
parProj_id = Request("proj_id")
28
'------------ CONDITIONS ----------------------
29
'----------------------------------------------
30
%>
31
<%
32
'------------ RUN BEFORE PAGE RENDER ----------
33
'----------------------------------------------
34
%>
35
<html>
36
<head>
37
<title>Deployment Manager</title>
38
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
39
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
40
<link href="scripts/deployment_manager.css" rel="stylesheet" type="text/css">
41
<script language="JavaScript" src="scripts/common.js"></script>
42
</head>
43
 
44
<body leftmargin="0" topmargin="0">
45
<!-- HEADER ++++++++++++++++ -->
46
<!--#include file="_header.asp"-->
47
<!-- +++++++++++++++++++++++ -->
48
<!-- MAIN MENU  ++++++++++++++++++++++++++ -->
49
<!--#include file="_main_menu_admin.asp"-->
50
<!-- +++++++++++++++++++++++++++++++++++++ -->
51
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
52
  <tr>
53
    <td width="1%" valign="top" background="images/bg_bage_0.gif">
54
	<!-- ADMIN BROWSER ++++++++++++++++++++++ -->
55
	<!--#include file="_admin_project_browser.asp"-->
56
    <!-- END OF ADMIN BROWSER +++++++++++++++ -->
57
	</td>
58
    <td width="1" background="images/bg_bage_1.gif"><img src="images/spacer.gif" width="1" height="600"></td>
59
    <td width="100%" valign="top" bgcolor="#FFFFFF">
60
	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
61
      <tr>
62
        <td width="1%" valign="top" background="images/bg_darkbage.gif"></td>
63
        <td width="100%" valign="bottom" background="images/bg_darkbage.gif">
64
		<!-- TAB CONTROLS ++++++++++++++++++++++ -->
65
		<!-- END OF TAB CONTROLS +++++++++++++++ -->
66
		</td>
67
        <td width="1%" background="images/bg_darkbage.gif"><img src="images/img_spanner.gif" width="190" height="55"></td>
68
        </tr>
69
      <tr>
70
        <td background="images/bg_bage_0.gif"><img src="images/spacer.gif" width="30" height="10"></td>
71
        <td background="images/bg_bage_0.gif">&nbsp;</td>
72
        <td background="images/bg_darkbage.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
73
          <tr>
74
            <td width="100%" background="images/bg_bage_0.gif">&nbsp;</td>
75
            <td width="1"><img src="images/p_bar_corrner.gif" width="17" height="42"></td>
76
          </tr>
77
        </table></td>
78
        </tr>
79
      <tr>
80
        <td>&nbsp;</td>
81
        <td>&nbsp;</td>
82
        <td valign="top"></td>
83
        </tr>
84
    </table>
85
	<table width="100%"  border="0" cellspacing="10" cellpadding="0">
86
      <tr>
87
        <td>
88
		<!-- PAGE DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
89
 
90
 
91
 
92
		<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
93
		</td>
94
      </tr>
95
    </table>
96
	</td>
97
  </tr>
98
  <tr>
99
    <td background="images/bg_bage_0a.gif"><img src="images/spacer.gif" width="200" height="15"></td>
100
    <td background="images/bg_bage_1.gif"><img src="images/spacer.gif" width="1" height="1"></td>
101
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
102
  </tr>
103
  <tr>
104
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="20"></td>
105
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
106
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
107
  </tr>
108
</table>
109
<!-- FOOTER ++++++++++++++++ -->
110
<!--#include file="_footer.asp"-->
111
<!-- +++++++++++++++++++++++ -->
112
</body>
113
</html>
114
<%
115
'------------ RUN AFTER PAGE RENDER -----------
116
Set objPMod = Nothing
117
Set objCrumbs = Nothing
118
Set objTabControl = Nothing
119
'----------------------------------------------
120
%><!--#include file="common/globals_destructor.asp"-->