Subversion Repositories DevTools

Rev

Rev 13 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@LANGUAGE="VBSCRIPT"%>
<%
'=====================================================
'|                                                   |
'|                                msgPleaseNote                                  |
'|                                                   |
'=====================================================
%>
<%
Option explicit
Response.Expires = 0
%>
<!--#include file="../common/globals.asp"-->
<!--#include file="../common/config.asp"-->
<!--#include file="../common/common_subs.asp"-->
<%
'------------ VARIABLE DEFINITION -------------
'------------ CONSTANTS DECLARATION -----------
'------------ VARIABLE INIT -------------------
'------------ CONDITIONS ----------------------
'----------------------------------------------
%>
<%
'------------ RUN BEFORE PAGE RENDER ----------
'----------------------------------------------
%>
<html>
<head>
<title>Deployment Manager</title>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../scripts/deployment_manager.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="../scripts/common.js"></script>
</head>

<body background="../images/bg_lite_blue.gif" leftmargin="0" topmargin="0">
<!-- HEADER ++++++++++++++++ -->
<!--#include file="_msg_header.asp"-->
<!-- +++++++++++++++++++++++ -->
<table width="100%" height="80%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle" bgcolor="#FFFFFF"><table width="450" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="1" align="right" valign="bottom"><img src="../images/p_lt_corner.gif" width="8" height="8"></td>
          <td background="../images/bg_msg_bage.gif"><img src="../images/spacer.gif" width="450" height="5"></td>
          <td width="1" align="left" valign="bottom"><img src="../images/p_rt_corner.gif" width="8" height="8"></td>
        </tr>
        <tr>
          <td background="../images/bg_msg_bage.gif">&nbsp;</td>
          <td valign="top" background="../images/bg_msg_bage.gif"> 
            <table width="100%" border="0" cellpadding="10" cellspacing="0">
              <form name="form" method="get" action="">
                                <tr> 
                  <td width="1%" align="center" valign="top"><img src="../images/i_warning.gif" width="30" height="31"></td>
                  <td width="100%" class="msg_ttl"><%=objEH.MessageSummary%></td>
                  <td width="1%"><img src="../images/spacer.gif" width="1" height="1"></td>
                </tr>
                <tr> 
                  <td align="center" valign="top"><img src="../images/spacer.gif" width="1" height="1"></td>
                  <td valign="top" class="body_txt">
                                        <%If objEH.MessageDetails <> "" Then%>
                                        <DIV name="divMessageDetails" id="divMessageDetails" style="display:none;">
                                                <SPAN class="body_sys"><%=objEH.MessageDetails%></SPAN>
                                                <br>
                                        </DIV>
                                        <%End If%>
                                  </td>
                  <td valign="top"><img src="../images/spacer.gif" width="1" height="1"></td>
                </tr>
                <tr> 
                  <td align="center" valign="middle">&nbsp;</td>
                  <td valign="top">
                                  <%If objEH.MessageDetails <> "" Then%>
                                  <a href="javascript:;" onClick="ToggleDisplay('divMessageDetails');" class="body_link">Message details... </a>
                                  <%End If%>
                                  <hr width="100%" size="1" noshade> 
                  <input name="Reset" type="reset" class="form_btn" value="&laquo; Back" onClick="history.back();"></td>
                  <td valign="top">&nbsp;</td>
                </tr>
              </form>
            </table>
          </td>
          <td background="../images/bg_msg_bage.gif">&nbsp;</td>
        </tr>
        <tr>
          <td align="right" valign="top"><img src="../images/p_lb_corner.gif" width="8" height="8"></td>
          <td background="../images/bg_msg_bage.gif"></td>
          <td align="left" valign="top"><img src="../images/p_rb_corner.gif" width="8" height="8"></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>
<%
'------------ RUN AFTER PAGE RENDER -----------
'----------------------------------------------
%><!--#include file="../common/globals_destructor.asp"-->