Subversion Repositories DevTools

Rev

Rev 6579 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5357 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%Option Explicit%>
3
<%Response.Expires = 0%>
4
<!--#include file="../common/conf.asp"-->
5
<%
6
'-- VARIABLE DECLARATION ----------------
7
Dim tempArr
8
Dim parRtag_id
9
Dim parPv_id
10
Dim parMsg
11
'-- CONSTANTS ---------------------------
12
'-- INITIALISATION ----------------------
13
parMsg = Session(enum_RELMGR_ERRDESCRIPTION)
14
'-- DESTROY -----------------------------
15
Session(enum_RELMGR_ERRDESCRIPTION) = NULL
16
'----------------------------------------
17
%>
18
<html>
19
<head>
20
<title>Release Manager</title>
21
<link rel="shortcut icon" href="<%=FavIcon%>"/>
22
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 23
<link href="../images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
24
<link href="../images/navigation.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
5357 dpurdie 25
</head>
26
 
27
<body leftmargin="0" topmargin="0">
7458 dpurdie 28
<!--#include file="../_header.asp"-->
29
<table height="90%" class="full_table bg_grey">
5357 dpurdie 30
  <tr>
7458 dpurdie 31
    <td align="center">
5357 dpurdie 32
      <table width="450" border="0" cellspacing="0" cellpadding="0">
33
        <tr>
7458 dpurdie 34
          <td> 
35
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
5357 dpurdie 36
              <tr>
37
                <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>
38
                <td background="../images/lbox_bg_blue.gif"></td>
39
                <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>
40
              </tr>
41
              <tr>
42
                <td width="1%" bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
43
                <td bgcolor="#FFFFFF" valign="top">
44
                  <!-- Body -->
45
                  <table width="400" border="0" cellspacing="0" cellpadding="5">
46
                    <form name="message" method="get" action="#">
47
                      <tr>
48
                        <td width="1"><img src="../images/i_warning.gif" width="32" height="32"></td>
49
                        <td class="err_ttl">Duplicate Test Name!</td>
50
                      </tr>
51
                      <tr>
52
                        <td>&nbsp;</td>
53
                        <td class="err_sol">'<%=parMsg%>' already exists.
54
						<!-- Error Details --------------------------------------->
55
						</td>
56
                      </tr>
57
                      <tr>
58
                        <td>&nbsp;</td>
59
                        <td class="err_dtl">Please go back and change note title.
60
						<!-- Error Solution --------------------------------------->
61
						</td>
62
                      </tr>
63
                      <tr>
64
                        <td>&nbsp;</td>
65
                        <td><br>
66
                          <input type="reset" name="btn" value="&laquo; Back" class="form_btn" onClick="history.back()">
67
						  <input type="reset" name="btn" value="Cancel" class="form_btn" onClick="self.close()">
68
                        </td>
69
                      </tr>
70
                    </form>
71
                  </table>
72
                  <!-- END Body-->
73
                </td>
74
                <td width="1%" background="../images/lbox_bgside_white.gif">&nbsp;</td>
75
              </tr>
76
              <tr>
77
                <td width="1%" background="../images/lbox_bg_blue.gif" valign="bottom"><img src="../images/lbox_bl_cnr_b.gif" width="13" height="13"></td>
78
                <td background="../images/lbox_bg_blue.gif"></td>
79
                <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>
80
              </tr>
7458 dpurdie 81
            </table>
82
          </td>
5357 dpurdie 83
        </tr>
84
      </table>
85
    </td>
86
  </tr>
87
</table>
7458 dpurdie 88
<!-- FOOTER -->
89
<!--#include file="../_footer.asp"-->
5357 dpurdie 90
</body>
91
</html>
5957 dpurdie 92
<!-- DESTRUCTOR ------->
5357 dpurdie 93
<!--#include file="../common/destructor.asp"-->