Subversion Repositories DevTools

Rev

Rev 7458 | 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 tempArr
Dim parRtag_id
Dim parPv_id
Dim parMsg
'-- CONSTANTS ---------------------------
'-- INITIALISATION ----------------------
parMsg = Session(enum_RELMGR_ERRDESCRIPTION)
'-- DESTROY -----------------------------
Session(enum_RELMGR_ERRDESCRIPTION) = NULL
'----------------------------------------
%>
<html>
<head>
    <title>Release Manager</title>
    <link rel="shortcut icon" href="<%=FavIcon%>"/>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="../images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
    <link href="../images/navigation.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0">
<!--#include file="../_header.asp"-->
<table height="90%" class="full_table bg_grey">
    <tr>
    <td align="center">
    <table width="650" border="0" cellspacing="0" cellpadding="0">
        <tr>
        <td>
        <table width="100%" border="0" cellspacing="0" cellpadding="0" class=rounded_box>
            <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="#">
                    <tr>
                    <td width="1"><img src="../images/i_warning.gif" width="32" height="32"></td><td class="err_ttl">
                    Error!</td>
                    </tr>
                    <tr>
                    <td>&nbsp;</td>
                    <td class="err_sol">
                    <!-- Error Details --------------------------------------->
                    <%= parMsg %>
                    </td>
                    </tr>
                    <tr>
                    <td>&nbsp;</td>
                    <td class="err_dtl">
                    <!-- Error Solution --------------------------------------->
                    </td>
                    </tr>
                    <tr>
                    <td>&nbsp;</td>
                    <td><br>
                    <input type="reset" name="btn" value="&laquo; Back" class="form_btn" onClick="history.back()">
                    </td>
                    </tr>
                    <input type='hidden' name='rtag_id' value='<%=parRtag_id%>'>
                    <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>
        </table>
        </td>
        </tr>
    </table>
    </td>
    </tr>
</table>
<!-- FOOTER -->
<!--#include file="../_footer.asp"-->
</body>
</html>