Subversion Repositories DevTools

Rev

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

Rev 5598 Rev 5791
Line 678... Line 678...
678
 
678
 
679
        MM_showProgressBar();
679
        MM_showProgressBar();
680
        xmlHttp.open("GET",url,false);  // `false` makes the request synchronous
680
        xmlHttp.open("GET",url,false);  // `false` makes the request synchronous
681
        xmlHttp.send(null);
681
        xmlHttp.send(null);
682
    }
682
    }
-
 
683
 
-
 
684
   // Show/Hide COTS helper message
-
 
685
   var ii = document.all['v_ext'].selectedIndex;
-
 
686
   var isCots =  document.all['v_ext'].options[ii].hasAttribute('iscots');
-
 
687
   Visible('cotsHint', isCots ? 'block': 'none' );
-
 
688
 
683
}
689
}
684
 
690
 
685
function checkVersionExistsDone()
691
function checkVersionExistsDone()
686
{
692
{
687
    //readyState of 4 or 'complete' represents that data has been returned
693
    //readyState of 4 or 'complete' represents that data has been returned
Line 1135... Line 1141...
1135
                                             <%
1141
                                             <%
1136
                                             Call drawExtensionSelectBox( objPkgInfo.Item("v_ext"), true )
1142
                                             Call drawExtensionSelectBox( objPkgInfo.Item("v_ext"), true )
1137
                                             %>
1143
                                             %>
1138
                                          </select>
1144
                                          </select>
1139
                                       </DIV>
1145
                                       </DIV>
-
 
1146
									  <div id=cotsHint style="display:none">
-
 
1147
                                          <p>The version number for a COTS package should be made up of the manufactures version number with a VIX PatchBuild number appended. 
-
 
1148
                                             ie: '1.12-beta.0000'
-
 
1149
									  </div>
1140
                                    </td>
1150
                                    </td>
1141
                                 </tr>
1151
                                 </tr>
1142
                                 <%If NOT parRename <> "" Then%>
1152
                                 <%If NOT parRename <> "" Then%>
1143
                                 <!-- Reason For This Version -->
1153
                                 <!-- Reason For This Version -->
1144
                                 <tr>
1154
                                 <tr>