Subversion Repositories DevTools

Rev

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

Rev 5590 Rev 5632
Line 141... Line 141...
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
<!-- DROPDOWN MENUS -->
144
<!-- DROPDOWN MENUS -->
145
<!--#include file="_menu_def.asp"-->
145
<!--#include file="_menu_def.asp"-->
-
 
146
<!--#include file="_jquery_includes.asp"-->
146
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
147
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
147
</head>
148
</head>
148
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
149
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
149
<!-- MENU LAYERS -------------------------------------->
150
<!-- MENU LAYERS -------------------------------------->
150
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
151
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
Line 337... Line 338...
337
          <td background="images/lbox_bgside_white.gif">&nbsp;</td>
338
          <td background="images/lbox_bgside_white.gif">&nbsp;</td>
338
        </tr>
339
        </tr>
339
        <tr>
340
        <tr>
340
          <td background="images/bg_action_norm.gif" ></td>
341
          <td background="images/bg_action_norm.gif" ></td>
341
          <td align="right" background="images/bg_action_norm.gif" >
342
          <td align="right" background="images/bg_action_norm.gif" >
342
<%=objFormComponent.CancelButton ( "OK", "class='form_btn' onclick='parent.closeIFrame();'", "rtree.asp?CANCEL=OK&"& objPMod.ComposeURL() )%>
343
<%=objFormComponent.CancelButton ( "OK", "class='form_btn'", "rtree.asp?CANCEL=OK&"& objPMod.ComposeURL() )%>
343
<%=objPMod.ComposeHiddenTags()%>
344
<%=objPMod.ComposeHiddenTags()%>
344
<%
345
<%
345
If canActionControlInProject("AdminView") Then
346
If canActionControlInProject("AdminView") Then
346
%>
347
%>
347
            <input name="btn" type="submit" class="form_btn" value="Remove View Owner(s)">
348
            <input name="btn" type="submit" class="form_btn" value="Remove View Owner(s)">