| Line 47... |
Line 47... |
| 47 |
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
47 |
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
| 48 |
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
48 |
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
| 49 |
}
|
49 |
}
|
| 50 |
|
50 |
|
| 51 |
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
51 |
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
| 52 |
window.open(theURL,winName,features);
|
52 |
window.open(theURL,winName,'left=20,top=20,'+features);
|
| 53 |
}
|
53 |
}
|
| 54 |
|
54 |
|
| 55 |
function MM_jumpMenu(targ,selObj,restore){ //v3.1
|
55 |
function MM_jumpMenu(targ,selObj,restore){ //v3.1
|
| 56 |
if (selObj.options[selObj.selectedIndex].value) {
|
56 |
if (selObj.options[selObj.selectedIndex].value) {
|
| 57 |
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
|
57 |
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
|
| Line 169... |
Line 169... |
| 169 |
if (test.indexOf('isSVNPegTag')!=-1 && ! errors) {
|
169 |
if (test.indexOf('isSVNPegTag')!=-1 && ! errors) {
|
| 170 |
// Subversion Tag has peg - Must have done valid check first
|
170 |
// Subversion Tag has peg - Must have done valid check first
|
| 171 |
var SVNTagPegged = /@?\d+$/;
|
171 |
var SVNTagPegged = /@?\d+$/;
|
| 172 |
|
172 |
|
| 173 |
if ( val.search(SVNTagPegged) < 0) {
|
173 |
if ( val.search(SVNTagPegged) < 0) {
|
| 174 |
errors += val + '- '+nm+' Must be pegged for Manually Versioned Package\n';
|
174 |
errors += val + '- '+nm+' Must be pegged for Manually Versioned Package. ie:tag@pegNumber\n';
|
| 175 |
}
|
175 |
}
|
| 176 |
}
|
176 |
}
|
| 177 |
|
177 |
|
| 178 |
if (test.indexOf('isSVNPath')!=-1) {
|
178 |
if (test.indexOf('isSVNPath')!=-1) {
|
| 179 |
// Subversion Base Path validation
|
179 |
// Subversion Base Path validation
|