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
 
8
'----------------------------------------
9
%>
10
<html>
11
<head>
12
<title>Release Manager</title>
13
<link rel="shortcut icon" href="<%=FavIcon%>"/>
14
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 15
<link href="../images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
16
<link href="../images/navigation.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
5357 dpurdie 17
</head>
18
 
19
<body leftmargin="0" topmargin="0">
7458 dpurdie 20
<!--#include file="../_header.asp"-->
21
<table height="90%" class="full_table bg_grey">
5357 dpurdie 22
  <tr>
7458 dpurdie 23
    <td align="center">
5357 dpurdie 24
      <table width="650" border="0" cellspacing="0" cellpadding="0">
7458 dpurdie 25
        <tr>
26
          <td> 
7459 dpurdie 27
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class=rounded_box>
7458 dpurdie 28
              <tr>
5357 dpurdie 29
                <td width="1%" bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
30
                <td bgcolor="#FFFFFF" valign="top"> 
31
                  <!-- Body -->
32
                  <table width="400" border="0" cellspacing="0" cellpadding="5">
33
                    <form name="message" method="get" action="../fixed_issues.asp">
34
                      <tr> 
35
                        <td width="1"><img src="../images/i_critical.gif" width="32" height="32"></td>
36
                        <td class="err_ttl"><b>Package WIP Exists!</b></td>
37
                      </tr>
38
                      <tr> 
39
 
40
                        <td>&nbsp;</td>
41
                        <td class="err_dtl">
42
						<!-- Error Details --------------------------------------->
43
						</td>
44
                      </tr>
45
                      <tr> 
46
                        <td>&nbsp;</td>
47
                        <td class="err_sol">
48
						<!-- Error Solution --------------------------------------->
49
						Another WIP for this package has been approved for release.<br>
50
Packages are built in the order they are released to the build system.<br>
51
Earlier WIPS will therfore be built and superseded.<br>
52
Ensure this is the desired outcome, otherwise unlock (remove) WIPS from the build system.<br>
53
						</td>
54
                      </tr>
55
                      <tr> 
56
                        <td>&nbsp;</td>
57
                        <td><br> 
58
                          <input type="submit" name="btn" value="OK" class="form_btn">
59
						  <input type="hidden" name="rtag_id" value="<%=Request("rtag_id")%>" class="form_btn">
60
						  <input type="hidden" name="pv_id" value="<%=Request("pv_id")%>" class="form_btn">
61
                        </td>
62
                      </tr>
63
                    </form>
64
                  </table>
65
                  <!-- END Body-->
66
                </td>
67
                <td width="1%" background="../images/lbox_bgside_white.gif">&nbsp;</td>
68
              </tr>
7458 dpurdie 69
            </table>
70
          </td>
5357 dpurdie 71
        </tr>
7458 dpurdie 72
      </table>
5357 dpurdie 73
    </td>
74
  </tr>
75
</table>
5957 dpurdie 76
<!-- FOOTER -->
77
<!--#include file="../_footer.asp"-->
5357 dpurdie 78
</body>
79
</html>
80