| Line 96... |
Line 96... |
| 96 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
96 |
<link rel="stylesheet" href="images/navigation.css?ver=<%=VixVerNum%>" type="text/css">
|
| 97 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
97 |
<script language="JavaScript" src="images/common.js?ver=<%=VixVerNum%>"></script>
|
| 98 |
</head>
|
98 |
</head>
|
| 99 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.newproj.FRproj.focus();">
|
99 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();document.newproj.FRproj.focus();">
|
| 100 |
<form class="form_tight" name="newproj" method="post" action="<%=scriptName%>" onSubmit="ShowProgress();">
|
100 |
<form class="form_tight" name="newproj" method="post" action="<%=scriptName%>" onSubmit="ShowProgress();">
|
| 101 |
<table width="100%" border="0" cellspacing="0" cellpadding="2">
|
- |
|
| 102 |
<tr>
|
101 |
<div class='Panel'>
|
| 103 |
<td valign="top" nowrap colspan="3" class="wform_ttl" background="images/bg_form_lightgray.gif">
|
102 |
<div class='textPanel PanelPad'>
|
| 104 |
<!-- LOCAL ERROR +++++++++++++++++++++++++++++++++++++++++++++++ -->
|
103 |
<!-- LOCAL ERROR +++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 105 |
<%Call Messenger ( sMessage , 3, "100%" )%>
|
104 |
<%Call Messenger ( sMessage , 3, "100%" )%>
|
| 106 |
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
105 |
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 107 |
<!--#include file="messages/_msg_inline.asp"-->
|
106 |
<!--#include file="messages/_msg_inline.asp"-->
|
| 108 |
<br>
|
107 |
</div>
|
| 109 |
|
- |
|
| - |
|
108 |
<div class='PanelPad'>
|
| 110 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
109 |
<table width="100%" border="0" cellspacing="1" cellpadding="2" class='lhsGrey'>
|
| 111 |
<tr>
|
110 |
<tr>
|
| 112 |
<td width="1%" nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Project Name </td>
|
111 |
<td width="1%" nowrap >Project Name </td>
|
| 113 |
<td nowrap width="100%" background="images/bg_form_lightbluedark.gif" class="form_txt">
|
112 |
<td nowrap width="100%">
|
| 114 |
<input type="text" name="FRproj" maxlength="30" class="form_item">
|
113 |
<input type="text" name="FRproj" maxlength="30">
|
| 115 |
<input type="hidden" name="action" value="true">
|
114 |
<input type="hidden" name="action" value="true">
|
| 116 |
</td>
|
115 |
</td>
|
| 117 |
</tr>
|
116 |
</tr>
|
| 118 |
</table>
|
117 |
</table>
|
| 119 |
</td>
|
118 |
</div>
|
| 120 |
</tr>
|
119 |
<div class='PanelPad textPanel errorPanel'>
|
| - |
|
120 |
<img src="images/i_warning.gif" width="16" height="16">
|
| - |
|
121 |
When a new project is created you will not have edit access within the Project. Access control will need to be granted.
|
| 121 |
<tr>
|
122 |
</div>
|
| 122 |
<td><%=ProgressBar()%></td>
|
123 |
<div class='buttonPanelWhite'>
|
| 123 |
<td align="right">
|
124 |
<%=ProgressBar()%>
|
| 124 |
<%If bCanEdit Then%>
|
125 |
<%If bCanEdit Then%>
|
| 125 |
<input type="submit" name="btn" value="Create" class="form_btn_comp">
|
126 |
<input type="submit" name="btn" value="Create">
|
| 126 |
<%End If%>
|
127 |
<%End If%>
|
| 127 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
|
128 |
<input type="reset" name="btn" value="Cancel" onclick="parent.closeIFrame();">
|
| 128 |
</td>
|
129 |
</div>
|
| 129 |
</tr>
|
130 |
</div>
|
| 130 |
</table>
|
- |
|
| 131 |
</form>
|
131 |
</form>
|
| 132 |
</body>
|
132 |
</body>
|
| 133 |
</html>
|
133 |
</html>
|
| 134 |
<!-- DESTRUCTOR ------->
|
134 |
<!-- DESTRUCTOR ------->
|
| 135 |
<!--#include file="common/destructor.asp"-->
|
135 |
<!--#include file="common/destructor.asp"-->
|
| 136 |
|
136 |
|