Subversion Repositories DevTools

Rev

Rev 4388 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4388 Rev 4389
Line 243... Line 243...
243
            div_name = 'ENVDIV'+ rowId;
243
            div_name = 'ENVDIV'+ rowId;
244
            el = MM_findObj(div_name);
244
            el = MM_findObj(div_name);
245
            if (el && el.style.display == 'block') {
245
            if (el && el.style.display == 'block') {
246
                    el.style.display = 'none'
246
                    el.style.display = 'none'
247
                    UpdateViewHeader(rowId, 1);
247
                    UpdateViewHeader(rowId, 1);
248
                    el.innerHTML = 'Loading...';
248
                    el.innerHTML = '<%=enumLOADING%>';
249
            } else {
249
            } else {
250
                aViewNewList.push(rowId);
250
                aViewNewList.push(rowId);
251
            }
251
            }
252
        }
252
        }
253
        // Make a new view list to be stored in cookie
253
        // Make a new view list to be stored in cookie
Line 1111... Line 1111...
1111
      </table>
1111
      </table>
1112
   </DIV>
1112
   </DIV>
1113
<!-- END OF RELEASE REFERENCES  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1113
<!-- END OF RELEASE REFERENCES  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1114
 
1114
 
1115
<!-- PACKAGE LIST ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1115
<!-- PACKAGE LIST ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
-
 
1116
   <form id="pending_PVID_List" name="pending_PVID_List" method="post" action="make_bulk_release.asp?pv_id=<%=Request("pv_id")%>&rtag_id=<%=parRtag_id%>", onSubmit="makeBulkRelease();">
1116
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
1117
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
1117
      <form id="pending_PVID_List" name="pending_PVID_List" method="post" action="make_bulk_release.asp?pv_id=<%=Request("pv_id")%>&rtag_id=<%=parRtag_id%>", onSubmit="makeBulkRelease();">
-
 
1118
         <tr>
1118
         <tr>
1119
            <td width="1" bgcolor="#999999"><img src="images/spacer.gif" width="10" height="25"></td>
1119
            <td width="1" bgcolor="#999999"><img src="images/spacer.gif" width="10" height="25"></td>
1120
            <td width="100%" bgcolor="#999999" valign="bottom">
1120
            <td width="100%" bgcolor="#999999" valign="bottom">
1121
               <!-- TAB CONTROLS ++++++++++++++++++++++ -->
1121
               <!-- TAB CONTROLS ++++++++++++++++++++++ -->
1122
               <%
1122
               <%
Line 1164... Line 1164...
1164
               <%'Response.write "TOTAL TIME: "&  Timer - tempTimer%>
1164
               <%'Response.write "TOTAL TIME: "&  Timer - tempTimer%>
1165
               <br>
1165
               <br>
1166
            </td>
1166
            </td>
1167
            <td></td>
1167
            <td></td>
1168
         </tr>
1168
         </tr>
1169
      </form>
1169
       </table>
1170
   </table>
1170
   </form>
1171
   <!-- <input type="hidden" name="pv_id_list" value=<%=Request("pv_id_list")%>> -->
1171
   <!-- <input type="hidden" name="pv_id_list" value=<%=Request("pv_id_list")%>> -->
1172
<!--END OF PACKAGE LIST ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1172
<!--END OF PACKAGE LIST ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
1173
 
1173
 
1174
<%End If%>
1174
<%End If%>