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
'|			          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
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
36
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
37
<link href="scripts/deployment_manager.css" rel="stylesheet" type="text/css">
38
<script language="JavaScript" src="scripts/common.js"></script>
39
 
40
</head>
41
<body background="images/bg_lite_blue.gif" leftmargin="0" topmargin="0">
42
<!-- HEADER ++++++++++++++++ -->
43
<!--#include file="_header.asp"-->
44
<!-- +++++++++++++++++++++++ -->
45
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
46
  <tr>
47
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="42"></td>
48
  </tr>
49
  <tr>
50
    <td align="center" valign="middle" bgcolor="#FFFFFF" class="body_txt">
51
	<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
52
    <span class="form_ttl"><br>
53
    <br>
54
    <br>
55
    <br>
56
    Comming Soon ! </span><br>
57
    <br>
58
    This feature will be available in next version.<br>
59
    <br>
60
    <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>
61
    <br>
62
    <br>
63
    <br>    <br>    <br> <br><br><br><br>   
64
	<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --></td>
65
  </tr>
66
  <tr>
67
    <td bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="42"></td>
68
  </tr>
69
</table>
70
<!-- FOOTER ++++++++++++++++++++++ -->
71
<!--#include file="_footer.asp"-->
72
<!-- +++++++++++++++++++++++++++++ -->
73
</body>
74
</html>
75
<%
76
'------------ RUN AFTER PAGE RENDER -----------
77
'----------------------------------------------
78
%>
79
<!--#include file="common/globals_destructor.asp"-->