Subversion Repositories DevTools

Rev

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

<%@LANGUAGE="VBSCRIPT"%>
<%Option Explicit%>
<%Response.Expires = 0%> 
<!--#include file="../common/conf.asp"-->
<%
'-- VARIABLE DECLARATION ----------------
Dim parPv_id
'-- CONSTANTS ---------------------------
'-- INITIALISATION ----------------------
parPv_id = Session(enum_RELMGR_ERRDESCRIPTION)
'-- DESTROY -----------------------------
Session(enum_RELMGR_ERRDESCRIPTION) = NULL
'----------------------------------------
%>
<html>
<head>
<title>Release Manager</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../images/release_manager_style.css" rel="stylesheet" type="text/css">
<link href="../images/navigation.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top" background="../images/bg_lght_gray.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td bgcolor="#FFFFFF"><img src="../images/b_release_manager.jpg"></td>
        </tr>
        <tr>
          <td bgcolor="#000000"><img src="../images/spacer.gif" width="1" height="1"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td align="center" background="../images/bg_lght_gray.gif"> 
      <table width="650" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td align="left" valign="top" width="1%" background="images/lbox_bg_blue.gif"><img src="../images/lbox_tl_cnr_b.gif" width="13" height="13"></td>
                <td background="../images/lbox_bg_blue.gif"></td>
                <td align="right" valign="top" width="1%" background="images/lbox_bg_blue.gif"><img src="../images/lbox_tr_cnr_b.gif" width="13" height="13"></td>
              </tr>
              <tr> 
                <td width="1%" bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
                <td bgcolor="#FFFFFF" valign="top"> 
                  <!-- Body -->
                  <table width="400" border="0" cellspacing="0" cellpadding="5">
                    <form name="message" method="get" action="../wAddProc.asp">
                      <tr> 
                        <td width="1"><img src="../images/i_critical.gif" width="32" height="32"></td>
                        <td class="err_ttl">Process already exists!</td>
                      </tr>
                      <tr> 
                        <td>&nbsp;</td>
                        <td class="err_dtl">
                                                <!-- Error Details --------------------------------------->
                                                </td>
                      </tr>
                      <tr> 
                        <td>&nbsp;</td>
                        <td class="err_sol"> 
                          <!-- Error Solution --------------------------------------->
                        </td>
                      </tr>
                      <tr> 
                        <td>&nbsp;</td>
                        <td><br> 
                          <input type="submit" name="btn" value="OK" class="form_btn"> 
                        </td>
                      </tr>
                                          <input type='hidden' name='pv_id' value='<%=parPv_id%>'> 
                    </form>
                  </table>
                  <!-- END Body-->
                </td>
                <td width="1%" background="../images/lbox_bgside_white.gif">&nbsp;</td>
              </tr>
              <tr> 
                <td width="1%" background="images/lbox_bg_blue.gif" valign="bottom"><img src="../images/lbox_bl_cnr_b.gif" width="13" height="13"></td>
                <td background="../images/lbox_bg_blue.gif"></td>
                <td width="1%" background="images/lbox_bg_blue.gif" valign="bottom" align="right"><img src="../images/lbox_br_cnr_b.gif" width="13" height="13"></td>
              </tr>
            </table></td>
        </tr>
      </table> 
    </td>
  </tr>
  <tr>
    <td valign="bottom" background="../images/bg_lght_gray.gif"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td background="../images/h_dot.gif" height="1"></td>
    <td background="../images/h_dot.gif" height="1"></td>
  </tr>
  <tr> 
    <td bgcolor="#FFFFFF"> 
      <table width="50" border="0" cellspacing="0" cellpadding="0">
        <tr> 
                <td bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
                <td align="right" nowrap bgcolor="#FFFFFF"><img src="../images/s_masslogo_w.gif" width="22" height="17" hspace="5"></td>
          <td nowrap bgcolor="#FFFFFF">|&nbsp;<a href="#" class="mmItem">mass</a></td>
        </tr>
      </table>
    </td>
    <td align="right" bgcolor="#FFFFFF"> 
      <table bgcolor=#ffffff border=0 cellpadding=0 cellspacing=0 height=35>
        <tr> 
                <td align=middle valign=center noWrap bgcolor="#FFFFFF">&nbsp;</td>
                <td align=middle bgcolor="#FFFFFF">&nbsp;&nbsp;</td>
                <td align=middle valign=center noWrap bgcolor="#FFFFFF">&nbsp;</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
        </td>
  </tr>
</table>
</body>
</html>