Subversion Repositories DevTools

Rev

Rev 3905 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 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
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
14
<link href="../images/release_manager_style.css" rel="stylesheet" type="text/css">
15
<link href="../images/navigation.css" rel="stylesheet" type="text/css">
16
</head>
17
 
18
<body leftmargin="0" topmargin="0">
19
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
20
  <tr>
21
    <td valign="top" background="../images/bg_lght_gray.gif">
1499 dpurdie 22
         <!--#include file="../_header.asp"-->
119 ghuddy 23
    </td>
24
  </tr>
25
  <tr>
26
    <td align="center" background="../images/bg_lght_gray.gif"> 
27
      <table width="650" border="0" cellspacing="0" cellpadding="0">
28
        <tr> 
29
          <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
30
              <tr> 
3905 dpurdie 31
                <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>
119 ghuddy 32
                <td background="../images/lbox_bg_blue.gif"></td>
3905 dpurdie 33
                <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>
119 ghuddy 34
              </tr>
35
              <tr> 
36
                <td width="1%" bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
37
                <td bgcolor="#FFFFFF" valign="top"> 
38
                  <!-- Body -->
39
                  <table width="400" border="0" cellspacing="0" cellpadding="5">
40
                    <form name="message" method="get" action="../fixed_issues.asp">
41
                      <tr> 
42
                        <td width="1"><img src="../images/i_critical.gif" width="32" height="32"></td>
43
                        <td class="err_ttl"><b>Package WIP Exists!</b></td>
44
                      </tr>
45
                      <tr> 
46
 
47
                        <td>&nbsp;</td>
48
                        <td class="err_dtl">
49
						<!-- Error Details --------------------------------------->
50
						</td>
51
                      </tr>
52
                      <tr> 
53
                        <td>&nbsp;</td>
54
                        <td class="err_sol">
55
						<!-- Error Solution --------------------------------------->
129 ghuddy 56
						Another WIP for this package has been approved for release.<br>
57
Packages are built in the order they are released to the build system.<br>
58
Earlier WIPS will therfore be built and superseded.<br>
59
Ensure this is the desired outcome, otherwise unlock (remove) WIPS from the build system.<br>
119 ghuddy 60
						</td>
61
                      </tr>
62
                      <tr> 
63
                        <td>&nbsp;</td>
64
                        <td><br> 
65
                          <input type="submit" name="btn" value="OK" class="form_btn">
66
						  <input type="hidden" name="rtag_id" value="<%=Request("rtag_id")%>" class="form_btn">
67
						  <input type="hidden" name="pv_id" value="<%=Request("pv_id")%>" class="form_btn">
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> 
3905 dpurdie 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>
119 ghuddy 78
                <td background="../images/lbox_bg_blue.gif"></td>
3905 dpurdie 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>
119 ghuddy 80
              </tr>
81
            </table></td>
82
        </tr>
83
      </table> 
84
    </td>
85
  </tr>
86
  <tr>
3906 dpurdie 87
    <td valign="bottom" background="../images/bg_lght_gray.gif">
88
      <!-- FOOTER -->
89
      <!--#include file="../_footer.asp"-->
119 ghuddy 90
    </td>
91
  </tr>
92
</table>
3906 dpurdie 93
  </td>
119 ghuddy 94
  </tr>
95
</table>
96
</body>
97
</html>
3906 dpurdie 98