Subversion Repositories DevTools

Rev

Rev 5957 | Rev 7458 | 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
 
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">
20
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
21
  <tr>
22
    <td valign="top" background="../images/bg_lght_gray.gif">
23
         <!--#include file="../_header.asp"-->
24
    </td>
25
  </tr>
26
  <tr>
27
    <td align="center" background="../images/bg_lght_gray.gif"> 
28
      <table width="650" border="0" cellspacing="0" cellpadding="0">
29
        <tr> 
30
          <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
31
              <tr> 
32
                <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>
33
                <td background="../images/lbox_bg_blue.gif"></td>
34
                <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>
35
              </tr>
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="../fixed_issues.asp">
42
                      <tr> 
43
                        <td width="1"><img src="../images/i_critical.gif" width="32" height="32"></td>
44
                        <td class="err_ttl"><b>Package WIP Exists!</b></td>
45
                      </tr>
46
                      <tr> 
47
 
48
                        <td>&nbsp;</td>
49
                        <td class="err_dtl">
50
						<!-- Error Details --------------------------------------->
51
						</td>
52
                      </tr>
53
                      <tr> 
54
                        <td>&nbsp;</td>
55
                        <td class="err_sol">
56
						<!-- Error Solution --------------------------------------->
57
						Another WIP for this package has been approved for release.<br>
58
Packages are built in the order they are released to the build system.<br>
59
Earlier WIPS will therfore be built and superseded.<br>
60
Ensure this is the desired outcome, otherwise unlock (remove) WIPS from the build system.<br>
61
						</td>
62
                      </tr>
63
                      <tr> 
64
                        <td>&nbsp;</td>
65
                        <td><br> 
66
                          <input type="submit" name="btn" value="OK" class="form_btn">
67
						  <input type="hidden" name="rtag_id" value="<%=Request("rtag_id")%>" class="form_btn">
68
						  <input type="hidden" name="pv_id" value="<%=Request("pv_id")%>" class="form_btn">
69
                        </td>
70
                      </tr>
71
                    </form>
72
                  </table>
73
                  <!-- END Body-->
74
                </td>
75
                <td width="1%" background="../images/lbox_bgside_white.gif">&nbsp;</td>
76
              </tr>
77
              <tr> 
78
                <td width="1%" background="../images/lbox_bg_blue.gif" valign="bottom"><img src="../images/lbox_bl_cnr_b.gif" width="13" height="13"></td>
79
                <td background="../images/lbox_bg_blue.gif"></td>
80
                <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>
81
              </tr>
82
            </table></td>
83
        </tr>
84
      </table> 
85
    </td>
86
  </tr>
87
</table>
88
  </td>
89
  </tr>
90
</table>
5957 dpurdie 91
<!-- FOOTER -->
92
<!--#include file="../_footer.asp"-->
5357 dpurdie 93
</body>
94
</html>
95