| 119 |
ghuddy |
1 |
<%@LANGUAGE="VBSCRIPT"%>
|
|
|
2 |
<%
|
|
|
3 |
Option explicit
|
|
|
4 |
Response.Expires = 0 ' always load the page, dont store
|
|
|
5 |
%>
|
|
|
6 |
<%
|
|
|
7 |
'=====================================================
|
|
|
8 |
' New Project
|
|
|
9 |
'=====================================================
|
|
|
10 |
%>
|
|
|
11 |
<!--#include file="common/conf.asp"-->
|
|
|
12 |
<!--#include file="common/globals.asp"-->
|
|
|
13 |
<!--#include file="common/qstr.asp"-->
|
|
|
14 |
<!--#include file="common/common_subs.asp"-->
|
|
|
15 |
<!--#include file="common/common_dbedit.asp"-->
|
|
|
16 |
<!--#include file="common/_popup_window_common.asp"-->
|
|
|
17 |
<%
|
|
|
18 |
'------------ ACCESS CONTROL ------------------
|
|
|
19 |
%>
|
|
|
20 |
<!--#include file="_access_control_login.asp"-->
|
|
|
21 |
<!--#include file="_access_control_general.asp"-->
|
|
|
22 |
<%
|
|
|
23 |
'------------ Variable Definition -------------
|
|
|
24 |
Dim parProj
|
|
|
25 |
'------------ Constants Declaration -----------
|
|
|
26 |
'------------ Variable Init -------------------
|
|
|
27 |
parProj = QStrPar("FRproj")
|
|
|
28 |
'----------------------------------------------
|
|
|
29 |
%>
|
|
|
30 |
<%
|
|
|
31 |
'Process submition
|
|
|
32 |
If CBool(QStrPar("action")) AND (parProj <> "") AND objAccessControl.UserLogedIn Then
|
|
|
33 |
%>
|
|
|
34 |
<script language="JavaScript" type="text/javascript">
|
|
|
35 |
opener.location='_add_new_project.asp?FRproj=<%=parProj%>';
|
|
|
36 |
</script>
|
|
|
37 |
<%
|
|
|
38 |
Call CloseWindow
|
|
|
39 |
|
|
|
40 |
End If
|
|
|
41 |
%>
|
|
|
42 |
<html>
|
|
|
43 |
<head>
|
|
|
44 |
<title>Release Manager</title>
|
|
|
45 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
|
|
46 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
47 |
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
|
|
|
48 |
<link rel="stylesheet" href="images/navigation.css" type="text/css">
|
|
|
49 |
<script language="JavaScript" src="images/common.js"></script>
|
|
|
50 |
</head>
|
|
|
51 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.newproj.FRproj.focus();">
|
|
|
52 |
<form name="newproj" method="post" action="<%=scriptName%>" onSubmit="MM_validateForm('FRproj','Project Name','R');return document.MM_returnValue">
|
|
|
53 |
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="100%">
|
|
|
54 |
<tr>
|
|
|
55 |
<td background="images/lbox_bg_orange.gif" width="1%" height="1%"><img src="images/i_project.gif" width="20" height="20" hspace="5"></td>
|
|
|
56 |
<td background="images/lbox_bg_blue.gif" nowrap width="50%" class="wform_ttl"> Create
|
|
|
57 |
NEW Project</td>
|
|
|
58 |
<td background="images/lbox_bg_blue.gif" align="right" width="50%">
|
|
|
59 |
<input type="submit" name="btn" value="Create" class="form_btn_comp">
|
|
|
60 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="self.close()">
|
|
|
61 |
</td>
|
|
|
62 |
<td background="images/lbox_bg_blue.gif" align="right" width="1%%" nowrap>
|
|
|
63 |
<img src="images/h_trsp_dot.gif" width="5" height="22"> </td>
|
|
|
64 |
</tr>
|
|
|
65 |
<tr>
|
|
|
66 |
<td height="100%" width="1%"> </td>
|
|
|
67 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
|
|
68 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
|
|
69 |
<tr>
|
|
|
70 |
<td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
|
|
|
71 |
<td width="1%" nowrap class="form_group" valign="bottom"></td>
|
|
|
72 |
<td nowrap width="100%"> </td>
|
|
|
73 |
</tr>
|
|
|
74 |
<tr>
|
|
|
75 |
<td width="1%"> </td>
|
|
|
76 |
<td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Project
|
|
|
77 |
Name </td>
|
|
|
78 |
<td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
|
|
|
79 |
<input type="text" name="FRproj" maxlength="30" class="form_item">
|
|
|
80 |
<input type="hidden" name="action" value="true">
|
|
|
81 |
</td>
|
|
|
82 |
</tr>
|
|
|
83 |
<tr>
|
|
|
84 |
<td width="1%"> </td>
|
|
|
85 |
<td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
|
|
|
86 |
<td nowrap width="100%">
|
|
|
87 |
<p> </p>
|
|
|
88 |
</td>
|
|
|
89 |
</tr>
|
|
|
90 |
</table>
|
|
|
91 |
</td>
|
|
|
92 |
</tr>
|
|
|
93 |
<tr>
|
|
|
94 |
<td height="1%" width="1%"><img src="images/h_trsp_dot.gif" width="5" height="5"></td>
|
|
|
95 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/lbox_bg_blue.gif"></td>
|
|
|
96 |
</tr>
|
|
|
97 |
</table>
|
|
|
98 |
</form>
|
|
|
99 |
</body>
|
|
|
100 |
</html>
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
<!-- DESTRUCTOR ------->
|
|
|
104 |
<!--#include file="common/destructor.asp"-->
|