| 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 |
Users requiring access to Release Manager need to submit a Security Access Form (SAF).
|
|
|
38 |
<p>This form can be found in the VIX <a href="https://sites.google.com/a/vixtechnology.com/vixintranet/" target="_blank">BMS</a> under eApplications |
|
|
|
39 |
<a href="http://bms/forms/employment/ITForm_Generic.asp" target="_blank">Security Access Form</a>.
|
|
|
40 |
<p>
|
|
|
41 |
</td>
|
|
|
42 |
</tr>
|
|
|
43 |
<tr>
|
|
|
44 |
<td align="right">
|
|
|
45 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
|
|
|
46 |
</td>
|
|
|
47 |
</tr>
|
|
|
48 |
</table>
|
|
|
49 |
</form>
|
|
|
50 |
</body>
|
|
|
51 |
</html>
|
|
|
52 |
<!-- DESTRUCTOR ------->
|
|
|
53 |
<!--#include file="common/destructor.asp"-->
|