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
<!--#include file="../common/globals.asp"-->
6
<!--#include file="../common/qstr.asp"-->
7
<!--#include file="../common/common_subs.asp"-->
8
<%
9
'-- VARIABLE DECLARATION ----------------
10
 
11
'----------------------------------------
12
%>
13
<html>
14
<head>
15
<title>Release Manager</title>
16
<link rel="shortcut icon" href="<%=FavIcon%>"/>
17
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6579 dpurdie 18
<link href="../images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
19
<link href="../images/navigation.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
5357 dpurdie 20
</head>
21
 
22
<body leftmargin="0" topmargin="0">
7458 dpurdie 23
<!--#include file="../_header.asp"-->
24
<table height="90%" class="full_table bg_grey">
25
  <tr>
26
    <td align="center">
7459 dpurdie 27
      <table width="650" border="0" cellspacing="0" cellpadding="0">
28
        <tr>
29
          <td> 
30
            <table width="100%" border="0" cellspacing="0" cellpadding="0" class=rounded_box>
31
              <tr>
32
                <td width="1%" bgcolor="#FFFFFF"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
33
                <td bgcolor="#FFFFFF" valign="top">
34
                  <!-- Body -->
35
                  <table width="400" border="0" cellspacing="0" cellpadding="5">
5357 dpurdie 36
                              <form name="message" method="post" action="../dependencies.asp?rtag_id=<%=Request("rtag_id")%>"   >
37
                                 <tr>
38
                                    <td width="1"><img src="../images/i_critical.gif" width="32" height="32"></td>
39
                                    <td class="err_ttl">Unable to configure licencing for a release!</td>
40
 
41
                                 </tr>
42
                                 <tr>
43
                                    <td>&nbsp;</td>
44
                                    <td class="err_dtl">
45
                                       <!-- Error Details --------------------------------------->
46
                                       REASON: No licence types have been created.
47
                                    </td>
48
                                 </tr>
49
                                 <tr>
50
                                    <td>&nbsp;</td>
51
                                    <td class="err_sol">
52
                                       <!-- Error Solution --------------------------------------->
53
                                       Please contact Release Manager Administrator to add licence types.
54
                                    </td>
55
                                 </tr>
56
                                 <tr>
57
                                    <td>&nbsp;</td>
58
                                    <td><br>
59
                                       <input type="submit" name="btn" value="OK" class="form_btn">
60
                                    </td>
61
                                 </tr>
7459 dpurdie 62
                    </form>
5357 dpurdie 63
                  </table>
7459 dpurdie 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