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
 
7458 dpurdie 19
<body leftmargin="0" topmargin="0">
20
<!--#include file="../_header.asp"-->
21
<table height="90%" class="full_table bg_grey">
22
  <tr>
23
    <td align="center">
7459 dpurdie 24
      <table width="650" border="0" cellspacing="0" cellpadding="0">
25
        <tr>
26
          <td> 
27
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class=rounded_box>
28
              <tr>
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">
5357 dpurdie 33
                                    <form name="message" method="get" action="../fixed_issues.asp">
34
                                       <tr>
35
                                          <td width="1"><img src="../images/i_info.gif" width="32" height="32"></td>
36
                                          <td class="err_ttl"><b>Cannot Bulk Release multiple WIPS for the same Package!</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
                                             Some items were not bulk released because they share the same package ID.<br><br>
50
                                             Please release those individually and in the order required.<br><br>
51
                                             NOTE : All items that could be approved/released, have been.
52
                                          </td>
53
                                       </tr>
54
                                       <tr>
55
                                          <td>&nbsp;</td>
56
                                          <td><br>
57
                                             <input type="submit" name="btn" value="OK" class="form_btn">
58
                                             <input type="hidden" name="rtag_id" value="<%=Request("rtag_id")%>" class="form_btn">
59
                                             <input type="hidden" name="pv_id" value="<%=Request("pv_id")%>" class="form_btn">
60
                                          </td>
61
                                       </tr>
7459 dpurdie 62
                    </form>
63
                  </table>
64
                  <!-- END Body-->
65
                </td>
66
                <td width="1%" background="../images/lbox_bgside_white.gif">&nbsp;</td>
67
              </tr>
68
            </table>
69
          </td>
70
        </tr>
71
      </table>
72
    </td>
73
  </tr>
5357 dpurdie 74
</table>
5957 dpurdie 75
<!-- FOOTER -->
76
<!--#include file="../_footer.asp"-->
5357 dpurdie 77
</body>
78
</html>
79