Subversion Repositories DevTools

Rev

Rev 5506 | Rev 5632 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5590
Line 139... Line 139...
139
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
139
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
140
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
140
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
141
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
141
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
142
<link rel="stylesheet" href="images/navigation.css" type="text/css">
142
<link rel="stylesheet" href="images/navigation.css" type="text/css">
143
<script language="JavaScript" src="images/common.js"></script>
143
<script language="JavaScript" src="images/common.js"></script>
144
 
-
 
145
<!-- DROPDOWN MENUS -->
144
<!-- DROPDOWN MENUS -->
146
 
-
 
147
 
-
 
148
<!--#include file="_menu_def.asp"-->
145
<!--#include file="_menu_def.asp"-->
149
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
146
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
150
 
-
 
151
</head>
147
</head>
152
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
148
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
153
<!-- MENU LAYERS -------------------------------------->
149
<!-- MENU LAYERS -------------------------------------->
154
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
150
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
155
</div>
151
</div>
Line 201... Line 197...
201
          <td bgcolor="#FFFFFF" valign="top">
197
          <td bgcolor="#FFFFFF" valign="top">
202
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
198
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
203
<!--#include file="messages/_msg_inline.asp"-->
199
<!--#include file="messages/_msg_inline.asp"-->
204
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
200
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
205
            <br>
201
            <br>
-
 
202
            <div style="min-height:300px;max-height:500px;overflow:auto;">
206
            <table width="100%"  border="0" cellspacing="2" cellpadding="0">
203
            <table width="100%"  border="0" cellspacing="2" cellpadding="0">
207
              <tr>
204
              <tr>
208
                <td valign="top" nowrap class="form_iname">Project Name </td>
205
                <td valign="top" nowrap class="form_iname">Project Name </td>
209
                <td valign="top" nowrap><%=objFormComponent.TextBox ( "project_name", objForm.GetValue( "project_name", objFormCollector.Item("proj_name") ), "class='form_ivalue' readonly" )%></td>
206
                <td valign="top" nowrap><%=objFormComponent.TextBox ( "project_name", objForm.GetValue( "project_name", objFormCollector.Item("proj_name") ), "class='form_ivalue' readonly" )%></td>
210
              </tr>
207
              </tr>
Line 269... Line 266...
269
                  </select>
266
                  </select>
270
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
267
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
271
<%
268
<%
272
If RecordCount>0 and canActionControlInProject("AdminView") Then
269
If RecordCount>0 and canActionControlInProject("AdminView") Then
273
%>
270
%>
274
                  <a href="javascript:;" class ="form_iname" onClick="MM_openBrWindow('wAddApplicationUser.asp?proj_id=<%=parProjId%>&view_id=<%=Request("FRview_id")%>','AddApplicationUser','scrollbars=yes,resizable=yes,width=650,height=800')"><img src="images/email-contact-orange.gif">Add View Owner</a>
271
                  <a href="javascript:;" class ="form_iname" onClick="MM_openVixIFrame('wAddApplicationUser.asp?proj_id=<%=parProjId%>&view_id=<%=Request("FRview_id")%>','Add View Owner')"><img src="images/email-contact-orange.gif">Add View Owner</a>
275
<%
272
<%
276
End If
273
End If
277
%>
274
%>
278
<!-- +++++++++++++++++++++++++++++++++++ -->
275
<!-- +++++++++++++++++++++++++++++++++++ -->
279
                </td>
276
                </td>
Line 333... Line 330...
333
                    <td class="form_iname">&nbsp;</td>
330
                    <td class="form_iname">&nbsp;</td>
334
                    <td>&nbsp;</td>
331
                    <td>&nbsp;</td>
335
                    <td class="val_err"></td>
332
                    <td class="val_err"></td>
336
                  </tr>
333
                  </tr>
337
            </table>
334
            </table>
-
 
335
            </div>
338
          </td>
336
          </td>
339
          <td background="images/lbox_bgside_white.gif">&nbsp;</td>
337
          <td background="images/lbox_bgside_white.gif">&nbsp;</td>
340
        </tr>
338
        </tr>
341
        <tr>
339
        <tr>
342
          <td background="images/bg_action_norm.gif" ></td>
340
          <td background="images/bg_action_norm.gif" ></td>
343
          <td align="right" background="images/bg_action_norm.gif" >
341
          <td align="right" background="images/bg_action_norm.gif" >
344
<%=objFormComponent.CancelButton ( "OK", "class='form_btn'", "rtree.asp?CANCEL=OK&"& objPMod.ComposeURL() )%>
342
<%=objFormComponent.CancelButton ( "OK", "class='form_btn' onclick='parent.closeIFrame();'", "rtree.asp?CANCEL=OK&"& objPMod.ComposeURL() )%>
345
<%=objPMod.ComposeHiddenTags()%>
343
<%=objPMod.ComposeHiddenTags()%>
346
<%
344
<%
347
If canActionControlInProject("AdminView") Then
345
If canActionControlInProject("AdminView") Then
348
%>
346
%>
349
            <input name="btn" type="submit" class="form_btn" value="Remove View Owner(s)">
347
            <input name="btn" type="submit" class="form_btn" value="Remove View Owner(s)">