| Line 21... |
Line 21... |
| 21 |
objPMod.PersistInQryString("proj_id")
|
21 |
objPMod.PersistInQryString("proj_id")
|
| 22 |
'------------ ACCESS CONTROL ------------------
|
22 |
'------------ ACCESS CONTROL ------------------
|
| 23 |
%>
|
23 |
%>
|
| 24 |
<!--#include file="_access_control_login.asp"-->
|
24 |
<!--#include file="_access_control_login.asp"-->
|
| 25 |
<!--#include file="_access_control_general.asp"-->
|
25 |
<!--#include file="_access_control_general.asp"-->
|
| 26 |
<!--#include file="_access_control_project.asp"-->
|
- |
|
| 27 |
<%
|
26 |
<%
|
| 28 |
'------------ Variable Definition -------------
|
27 |
'------------ Variable Definition -------------
|
| 29 |
Dim objSortHelper
|
28 |
Dim objSortHelper
|
| 30 |
Dim rsQry
|
29 |
Dim rsQry
|
| 31 |
Dim parProjId
|
30 |
Dim parProjId
|
| Line 242... |
Line 241... |
| 242 |
</tr>
|
241 |
</tr>
|
| 243 |
</table>
|
242 |
</table>
|
| 244 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
243 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 245 |
<tr>
|
244 |
<tr>
|
| 246 |
<td nowrap class="form_ttl"><p> </p>
|
245 |
<td nowrap class="form_ttl"><p> </p>
|
| 247 |
<p>EDIT PROJECT VIEW DETAILS </p></td>
|
246 |
<p>PROJECT VIEW DETAILS </p></td>
|
| 248 |
<td align="right" valign="bottom"></td>
|
247 |
<td align="right" valign="bottom"></td>
|
| 249 |
</tr>
|
248 |
</tr>
|
| 250 |
</table>
|
249 |
</table>
|
| 251 |
</td>
|
250 |
</td>
|
| 252 |
<td width="1%"></td>
|
251 |
<td width="1%"></td>
|
| Line 267... |
Line 266... |
| 267 |
<table width="100%" border="0" cellspacing="2" cellpadding="0">
|
266 |
<table width="100%" border="0" cellspacing="2" cellpadding="0">
|
| 268 |
<tr>
|
267 |
<tr>
|
| 269 |
<td valign="top" nowrap class="form_iname">Project Name </td>
|
268 |
<td valign="top" nowrap class="form_iname">Project Name </td>
|
| 270 |
<td valign="top" nowrap><%=objFormComponent.TextBox ( "project_name", objForm.GetValue( "project_name", objFormCollector.Item("proj_name") ), "class='form_ivalue' readonly" )%></td>
|
269 |
<td valign="top" nowrap><%=objFormComponent.TextBox ( "project_name", objForm.GetValue( "project_name", objFormCollector.Item("proj_name") ), "class='form_ivalue' readonly" )%></td>
|
| 271 |
</tr>
|
270 |
</tr>
|
| - |
|
271 |
<%If canActionControlInProject("AdminView") Then%>
|
| 272 |
<tr>
|
272 |
<tr>
|
| 273 |
<td nowrap class="form_iname" valign="top">Select Base View </td>
|
273 |
<td nowrap class="form_iname" valign="top">Select Base View </td>
|
| 274 |
<td valign="top" nowrap class="form_iname">
|
274 |
<td valign="top" nowrap class="form_iname">
|
| 275 |
<%Call BaseViewCombo%>
|
275 |
<%Call BaseViewCombo%>
|
| 276 |
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
|
276 |
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
|
| 277 |
<%
|
- |
|
| 278 |
If canActionControlInProject("AdminView") Then
|
- |
|
| 279 |
%>
|
- |
|
| 280 |
<a href="javascript:;" class ="form_iname" onClick="MM_openVixIFrame('wAddApplicationUser.asp?proj_id=<%=parProjId%>&view_id=<%=parViewId%>','Add View Owner')"><img src="images/email-contact-orange.gif">Add View Owner</a>
|
277 |
<a href="javascript:;" class ="form_iname" onClick="MM_openVixIFrame('wAddApplicationUser.asp?proj_id=<%=parProjId%>&view_id=<%=parViewId%>','Add View Owner')"><img src="images/email-contact-orange.gif">Add View Owner</a>
|
| 281 |
<%
|
- |
|
| 282 |
End If
|
- |
|
| 283 |
%>
|
- |
|
| 284 |
<!-- +++++++++++++++++++++++++++++++++++ -->
|
278 |
<!-- +++++++++++++++++++++++++++++++++++ -->
|
| 285 |
</td>
|
279 |
</td>
|
| - |
|
280 |
<%End If%>
|
| 286 |
<td width="9%" valign="top"></td>
|
281 |
<td width="9%" valign="top"></td>
|
| 287 |
<tr>
|
282 |
<tr>
|
| 288 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
283 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col"></td>
|
| 289 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Base View</td>
|
284 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Base View</td>
|
| 290 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Full Name</td>
|
285 |
<td valign="top" nowrap background="images/bg_table_col.gif" class="body_col">Full Name</td>
|