Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5590
Line 105... Line 105...
105
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
105
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
106
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
106
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
107
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
107
<link rel="stylesheet" href="images/release_manager_style.css" type="text/css">
108
<link rel="stylesheet" href="images/navigation.css" type="text/css">
108
<link rel="stylesheet" href="images/navigation.css" type="text/css">
109
<script language="JavaScript" src="images/common.js"></script>
109
<script language="JavaScript" src="images/common.js"></script>
-
 
110
<!--#include file="_jquery_includes.asp"-->
110
<script language="javascript">
111
<script language="javascript">
111
<!--
112
<!--
112
function checkUncheckAll(theElement) {
113
function checkUncheckAll(theElement) {
113
     var theForm = theElement.form, z = 0;
114
     var theForm = theElement.form, z = 0;
114
	 for(z=0; z<theForm.length;z++){
115
	 for(z=0; z<theForm.length;z++){
Line 201... Line 202...
201
			  <%If parProjId > 0  Then %>
202
			  <%If parProjId > 0  Then %>
202
			  <tr>
203
			  <tr>
203
				<td nowrap class="form_iname" valign="top">Add Interest</td>
204
				<td nowrap class="form_iname" valign="top">Add Interest</td>
204
				<td valign="top" nowrap class="form_iname">
205
				<td valign="top" nowrap class="form_iname">
205
 
206
 
206
			<a href="javascript:;" class ="form_iname" onClick="MM_openBrWindow('wAddPackageInterest.asp?proj_id=<%=parProjId%>','AddPackageInterest','scrollbars=yes,resizable=yes,width=350,height=800')"><img src="images/email-contact-orange.gif"></a>
207
			<a href="javascript:;" class ="form_iname" onClick="MM_openVixIFrame('wAddPackageInterest.asp?proj_id=<%=parProjId%>','Add Packages of Interest')"><img src="images/email-contact-orange.gif"></a>
207
			<%End If%>
208
			<%End If%>
208
			  </tr>
209
			  </tr>
209
                <tr>
210
                <tr>
210
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field"><INPUT type=checkbox name="checkall" value="Check All" onClick="checkUncheckAll(this);"></td>
211
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field"><INPUT type=checkbox name="checkall" value="Check All" onClick="checkUncheckAll(this);"></td>
211
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Project&nbsp;</td>
212
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Project&nbsp;</td>