Subversion Repositories DevTools

Rev

Rev 5957 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5598 dpurdie 1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
3
Option explicit
4
Response.Expires = 0   ' always load the page, dont store
5
%>
6
<%
7
'=====================================================
8
'               Additional Note
9
'=====================================================
10
%>
11
<!--#include file="common/conf.asp"-->
12
<!--#include file="common/globals.asp"-->
13
<!--#include file="common/formating.asp"-->
14
<!--#include file="common/qstr.asp"-->
15
<!--#include file="common/common_subs.asp"-->
16
<!--#include file="common/common_dbedit.asp"-->
17
<!--#include file="common/_popup_window_common.asp"-->
18
<%
19
'------------ Variable Definition -------------
20
'------------ Constants Declaration -----------
21
'------------ Variable Init -------------------
22
'----------------------------------------------
23
%>
24
<html>
25
<head>
26
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
27
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
28
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
29
<link rel="stylesheet" href="images/navigation.css" type="text/css">
30
<script language="JavaScript" src="images/common.js"></script>
31
</head>
32
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
33
<form class="form_tight" name="newMembers">
34
  <table width="100%" border="0" cellspacing="0" cellpadding="2">
35
    <tr>
36
        <td class="nowrap body_txt" style="font-size:14px">
37
            Release Manager access is controlled through your Windows Password.
38
            <p class="wrap">If you have forgotten your Windows password, then you will need to raise an issue with your IT group.
39
            <p class="wrap">If your account has been locked out, then can
40
            <ul>
41
                <li>Wait for it to be unlocked.
42
                <li>Raise an issue with your IT group.
43
            </ul>
44
 
45
            <p>&nbsp;
46
        </td>
47
    </tr>
48
	<tr>
49
	  <td align="right">
50
		<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
51
	  </td>
52
	</tr>
53
  </table>
54
</form>
55
</body>
56
</html>
57
 
58
 
59
<!-- DESTRUCTOR ------->
60
<!--#include file="common/destructor.asp"-->