or ';
< h1is=location.search.split('venn=')[1] ? '
' + venn + '
or ' : h1is;
< if (h1is.indexOf('"myh1">Venn') != -1) { inp="Venn Diagram"; cat="circle"; wording=cat; noeolp='Is this a new circle pointing or you want to place value? '; }
279,281c112
< if (h1is.indexOf('"myh1">Venn') != -1) {
< outst+='
';
< } else if (idarr.length == 0 && inst == '') {
---
> if (idarr.length == 0 && inst == '') {
291,292d121
< } else if (div1.outerHTML.indexOf(' class="circle"') != -1) {
< mycol='#ffc0cb';
328,329c157,158
< document.getElementById('dstart').innerHTML=cat;
< return cat;
---
> document.getElementById('dstart').innerHTML='?';
> return '?';
381c210
< wording=cat;
---
> wording='?';
383c212
< document.getElementById('dsave').innerHTML=document.getElementById('dsave').innerHTML.replace(somuchmore(noeolp), '');
---
> document.getElementById('dsave').innerHTML=document.getElementById('dsave').innerHTML.replace(somuchmore('Now other end of line please. '), '');
528,531d356
< function butlater() {
< bodyclick=true;
< }
<
547,574d371
< if (h1is.indexOf('"myh1">Venn') != -1) {
< bodyclick=false;
< nonbodyclick--;
< wdef='';
< var vdtitle='', vspare;
< if (dois.innerHTML == '') {
< wdef=prompt('Enter Venn Diagram circle title (and can separate its integer value by ~ or use it for line feeds), else will plot a new circle', '');
< if (wdef == null) { wdef=''; }
< if (wdef.indexOf('~') != -1) { vspare=wdef.split('~')[eval(-1 + wdef.split('~').length)]; vdtitle=wdef.substring(0, eval(-1 + eval('' + wdef.length) - eval('' + vspare.length))).replace(/\~/g,' ') + ' '; wdef=vspare; }
< }
< if (wdef == '') { wdef=prompt('If you enter an integer, will show this, else will plot a new circle', ''); }
< if (wdef == null) { wdef=''; }
< if ((wdef + ' ').substring(0,1) >= '0' && (wdef + ' ').substring(0,1) <= '9') {
< //alert(div1.outerHTML + ' ' + '' + wdef + '');
< if (vdtitle != '') { dois.innerHTML=' '; }
< idarr.push("sp" + vscnt);
< document.getElementById('dcontent').innerHTML+='' + vdtitle + wdef + '';
< vscnt++;
< wdef='';
< nonbodyclick=-1;
< setTimeout(butlater, 1500);
< } else {
< bodyclick=true;
< nonbodyclick=-1;
< wdef="";
< andthen();
< }
< }
593c390
< wording=cat;
---
> wording='?';
667,668c464,465
< if (bodyclick && document.getElementById('secpoint').innerHTML.indexOf(noeolp.split('&')[0]) == -1) {
< if (wording.replace('circle','').replace('?','') == '' && nonbodyclick >= 0) {
---
> if (bodyclick && document.getElementById('secpoint').innerHTML.indexOf('Now other end of line please.') == -1) {
> if (wording.replace('?','') == '' && nonbodyclick >= 0) {
671,674c468,469
< if (h1is.indexOf('"myh1">Venn') != -1) { cat="circle"; wording=cat; } else {
< wording=prompt("What wording do you want? (~ is carriage return) ... optional (space to) URL will be a background image (append ' /browse' to browse for background image) ... later an #ffffff type of colour can change a background colour (should the colour picker not work)", wdef);
< }
< if (wording == null) { wording=cat; } else { wording=tfc(wording); }
---
> wording=prompt("What wording do you want? (~ is carriage return) ... optional (space to) URL will be a background image (append ' /browse' to browse for background image) ... later an #ffffff type of colour can change a background colour (should the colour picker not work)", "");
> if (wording == null) { wording='?'; } else { wording=tfc(wording); }
769,773d563
< if (h1is.indexOf('"myh1">Venn') != -1) {
< shape="circle";
< var bch=Math.floor(Math.random() * bcols.length);
< document.getElementById('dcontent').innerHTML+="";
< } else {
775d564
< }
777c566
< wording=cat;
---
> wording='?';
794c583
< wording=cat;
---
> wording='?';
796c585
< document.getElementById('secpoint').innerHTML=somuchmore(noeolp);
---
> document.getElementById('secpoint').innerHTML=somuchmore('Now other end of line please. ');
801,802c590,591
< document.getElementById('secpoint').innerHTML=document.getElementById('secpoint').innerHTML.replace(somuchmore(noeolp), '');
< document.getElementById('dsave').innerHTML=document.getElementById('dsave').innerHTML.replace(somuchmore(noeolp), '');
---
> document.getElementById('secpoint').innerHTML=document.getElementById('secpoint').innerHTML.replace(somuchmore('Now other end of line please. '), '');
> document.getElementById('dsave').innerHTML=document.getElementById('dsave').innerHTML.replace(somuchmore('Now other end of line please. '), '');
818c607
< wording=cat;
---
> wording='?';
835c624
< var nameis=prompt('Please enter ' + inp + ' name to Save to (and be able to recall later).', '');
---
> var nameis=prompt('Please enter Flowchart name to Save to (and be able to recall later).', '');
873,886d661
< function minus(hm) {
< notc();
< var ij=eval('' + document.getElementById('idiam').style.width.replace('px',''));
< ij-=hm;
< document.getElementById('idiam').style.width='' + ij + 'px';
< }
<
< function plus(hm) {
< notc();
< var ij=eval('' + document.getElementById('idiam').style.width.replace('px',''));
< ij+=hm;
< document.getElementById('idiam').style.width='' + ij + 'px';
< }
<
888,898d662
< if (h1is.indexOf('"myh1">Venn') != -1 || (h1is.indexOf('"myh1">Venn') == -1 && document.getElementById('dcontent').innerHTML.replace(/\"/g,'').indexOf('class=circle') != -1)) {
< document.getElementById('myh1').innerHTML=document.getElementById('myh1').innerHTML.replace('Flowchart', venn);
< document.getElementById('itbut').value=novenn;
< h1is='
' + venn + '
or ';
< withvenn='';
< inp="Venn Diagram";
< cat="circle";
< wording=cat;
< noeolp='Is this a new circle pointing or you want to place value? ';
< }
< if (h1is.indexOf('"myh1">Venn') != -1) { document.getElementById('dstart').innerHTML="circle"; document.getElementById('instruction').innerHTML+=' Venn Diagram Title: ' + "'" + ' + this.value.replace(/~/g,bris) + ' + "'" + '' + "'" + ';"> ---+++'; }
914c678
< wording=cat;
---
> wording='?';
930c694
<