Subversion Repositories DevTools

Rev

Rev 7458 | 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> 
7459 dpurdie 35
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class=rounded_box>
5357 dpurdie 36
              <tr>
37
                <td width="1%" bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
38
                <td bgcolor="#FFFFFF" valign="top">
39
                  <!-- Body -->
40
                  <table width="400" border="0" cellspacing="0" cellpadding="5">
41
                    <form name="message" method="get" action="#">
42
                      <tr>
43
                        <td width="1"><img src="../images/i_warning.gif" width="32" height="32"></td>
44
                        <td class="err_ttl">Duplicate Note Title!</td>
45
                      </tr>
46
                      <tr>
47
                        <td>&nbsp;</td>
48
                        <td class="err_sol">'<%=parMsg%>' already exists.
49
						<!-- Error Details --------------------------------------->
50
						</td>
51
                      </tr>
52
                      <tr>
53
                        <td>&nbsp;</td>
54
                        <td class="err_dtl">Please go back and change note title.
55
						<!-- Error Solution --------------------------------------->
56
						</td>
57
                      </tr>
58
                      <tr>
59
                        <td>&nbsp;</td>
60
                        <td><br>
61
                          <input type="reset" name="btn" value="&laquo; Back" class="form_btn" onClick="history.back()">
62
						  <input type="reset" name="btn" value="Cancel" class="form_btn" onClick="self.close()">
63
                        </td>
64
                      </tr>
65
                    </form>
66
                  </table>
67
                  <!-- END Body-->
68
                </td>
69
                <td width="1%" background="../images/lbox_bgside_white.gif">&nbsp;</td>
70
              </tr>
7458 dpurdie 71
            </table>
72
          </td>
5357 dpurdie 73
        </tr>
74
      </table>
75
    </td>
76
  </tr>
77
</table>
7458 dpurdie 78
<!-- FOOTER -->
79
<!--#include file="../_footer.asp"-->
5357 dpurdie 80
</body>
81
</html>
5957 dpurdie 82
<!-- DESTRUCTOR ------->
5357 dpurdie 83
<!--#include file="../common/destructor.asp"-->