Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
5356 dpurdie 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
<link rel="shortcut icon" href="<%=FavIcon%>"/>
39
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
40
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6671 dpurdie 41
<link href="scripts/deployment_manager.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
42
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
5356 dpurdie 43
</head>
44
 
45
<body leftmargin="0" topmargin="0">
46
<!-- HEADER ++++++++++++++++ -->
47
<!--#include file="_header.asp"-->
48
<!-- +++++++++++++++++++++++ -->
49
<!-- MAIN MENU  ++++++++++++++++++++++++++ -->
50
<!--#include file="_main_menu_admin.asp"-->
51
<!-- +++++++++++++++++++++++++++++++++++++ -->
52
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
53
  <tr>
54
    <td width="1%" valign="top" background="images/bg_bage_0.gif">
55
	<!-- ADMIN BROWSER ++++++++++++++++++++++ -->
56
	<!--#include file="_admin_project_browser.asp"-->
57
    <!-- END OF ADMIN BROWSER +++++++++++++++ -->
58
	</td>
59
    <td width="1" background="images/bg_bage_1.gif"><img src="images/spacer.gif" width="1" height="600"></td>
60
    <td width="100%" valign="top" bgcolor="#FFFFFF">
61
	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
62
      <tr>
63
        <td width="1%" valign="top" background="images/bg_darkbage.gif"></td>
64
        <td width="100%" valign="bottom" background="images/bg_darkbage.gif">
65
		<!-- TAB CONTROLS ++++++++++++++++++++++ -->
66
		<!-- END OF TAB CONTROLS +++++++++++++++ -->
67
		</td>
68
        <td width="1%" background="images/bg_darkbage.gif"><img src="images/img_spanner.gif" width="190" height="55"></td>
69
        </tr>
70
      <tr>
71
        <td background="images/bg_bage_0.gif"><img src="images/spacer.gif" width="30" height="10"></td>
72
        <td background="images/bg_bage_0.gif">&nbsp;</td>
73
        <td background="images/bg_darkbage.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
74
          <tr>
75
            <td width="100%" background="images/bg_bage_0.gif">&nbsp;</td>
76
            <td width="1"><img src="images/p_bar_corrner.gif" width="17" height="42"></td>
77
          </tr>
78
        </table></td>
79
        </tr>
80
      <tr>
81
        <td>&nbsp;</td>
82
        <td>&nbsp;</td>
83
        <td valign="top"></td>
84
        </tr>
85
    </table>
86
	<table width="100%"  border="0" cellspacing="10" cellpadding="0">
87
      <tr>
88
        <td>
89
		<!-- PAGE DETAILS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
90
 
91
 
92
 
93
		<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
94
		</td>
95
      </tr>
96
    </table>
97
	</td>
98
  </tr>
99
  <tr>
100
    <td background="images/bg_bage_0a.gif"><img src="images/spacer.gif" width="200" height="15"></td>
101
    <td background="images/bg_bage_1.gif"><img src="images/spacer.gif" width="1" height="1"></td>
102
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
103
  </tr>
104
  <tr>
105
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="20"></td>
106
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
107
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>
108
  </tr>
109
</table>
110
<!-- FOOTER ++++++++++++++++ -->
111
<!--#include file="_footer.asp"-->
112
<!-- +++++++++++++++++++++++ -->
113
</body>
114
</html>