Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
5355 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
'=====================================================
4
'|                                                   |
5
'|			          Comming Soon				 	 |
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/_form_window_common.asp"-->
17
<%
18
'------------ ACCESS CONTROL ------------------
19
%>
20
<!--#include file="_access_control_general.asp"-->
21
<%
22
'------------ VARIABLE DEFINITION -------------
23
'------------ CONSTANTS DECLARATION -----------
24
'------------ VARIABLE INIT -------------------
25
'------------ CONDITIONS ----------------------
26
'----------------------------------------------
27
%>
28
<%
29
'------------ RUN BEFORE PAGE RENDER ----------
30
'----------------------------------------------
31
%>
32
<html>
33
<head>
34
<title>Deployment Manager</title>
35
<link rel="shortcut icon" href="<%=FavIcon%>"/>
36
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
37
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6663 dpurdie 38
<link href="scripts/deployment_manager.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
39
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
5355 dpurdie 40
 
41
</head>
42
<body background="images/bg_lite_blue.gif" leftmargin="0" topmargin="0">
43
<!-- HEADER ++++++++++++++++ -->
44
<!--#include file="_header.asp"-->
45
<!-- +++++++++++++++++++++++ -->
46
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
47
  <tr>
48
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="42"></td>
49
  </tr>
50
  <tr>
51
    <td align="center" valign="middle" bgcolor="#FFFFFF" class="body_txt">
52
	<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
53
    <span class="form_ttl"><br>
54
    <br>
55
    <br>
56
    <br>
57
    Comming Soon ! </span><br>
58
    <br>
59
    This feature will be available in next version.<br>
60
    <br>
61
    <a href="mailto:<%=ADMIN_EMAIL%>" class="body_link"><img src="icons/i_email.gif" width="15" height="10" hspace="3" border="0" align="absmiddle">Contact Us </a><br>
62
    <br>
63
    <br>
64
    <br>    <br>    <br> <br><br><br><br>   
65
	<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --></td>
66
  </tr>
67
  <tr>
68
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="42"></td>
69
  </tr>
70
</table>
71
<!-- FOOTER ++++++++++++++++++++++ -->
72
<!--#include file="_footer.asp"-->
73
<!-- +++++++++++++++++++++++++++++ -->
74
</body>
75
</html>