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
'-- CONSTANTS ---------------------------
8
'-- INITIALISATION ----------------------
9
'-- DESTROY -----------------------------
10
'----------------------------------------
11
%>
12
<html>
13
<head>
14
<title>Release Manager</title>
15
<link rel="shortcut icon" href="<%=FavIcon%>"/>
16
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 17
<link href="../images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
18
<link href="../images/navigation.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
5357 dpurdie 19
</head>
20
 
21
<body leftmargin="0" topmargin="0">
7458 dpurdie 22
<!--#include file="../_header.asp"-->
23
<table height="90%" class="full_table bg_grey">
5357 dpurdie 24
  <tr>
7458 dpurdie 25
    <td align="center">
5357 dpurdie 26
      <table width="650" border="0" cellspacing="0" cellpadding="0">
27
        <tr>
7458 dpurdie 28
          <td> 
7459 dpurdie 29
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class=rounded_box>
5357 dpurdie 30
              <tr>
31
                <td width="1%" bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
32
                <td bgcolor="#FFFFFF" valign="top">
33
                  <!-- Body -->
34
                  <table width="400" border="0" cellspacing="0" cellpadding="5">
35
                    <form name="message" method="get" action="#">
36
                      <tr>
37
                        <td width="1"><img src="../images/i_warning.gif" width="32" height="32"></td>
38
                        <td class="err_ttl">Package Cannot Be Released!</td>
39
                      </tr>
40
                      <tr>
41
                        <td>&nbsp;</td>
42
                        <td class="err_sol">
7459 dpurdie 43
                        <!-- Error Details --------------------------------------->
5357 dpurdie 44
						  Some dependencies of this package are still NOT release. Make sure they are release before you proceed.
45
                        </td>
46
                      </tr>
47
                      <tr>
48
                        <td>&nbsp;</td>
49
                        <td class="err_dtl">
7459 dpurdie 50
                        <!-- Error Solution --------------------------------------->
5357 dpurdie 51
                        </td>
52
                      </tr>
53
                      <tr>
54
                        <td>&nbsp;</td>
55
                        <td><br>
56
                          <input type="reset" name="btn" value="OK" class="form_btn" onClick="history.back();">
57
                        </td>
58
                      </tr>
59
                    </form>
60
                  </table>
61
                  <!-- END Body-->
62
                </td>
63
                <td width="1%" background="../images/lbox_bgside_white.gif">&nbsp;</td>
64
              </tr>
7458 dpurdie 65
            </table>
66
          </td>
5357 dpurdie 67
        </tr>
68
      </table>
69
    </td>
70
  </tr>
71
</table>
5957 dpurdie 72
<!-- FOOTER -->
73
<!--#include file="../_footer.asp"-->
5357 dpurdie 74
</body>
75
</html>
76