Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
templates/proposed-GUI.html
CHANGED
|
@@ -453,7 +453,7 @@ function displayprojsections(projectName,PartName){
|
|
| 453 |
opt.text=data[i];
|
| 454 |
thirddropdown.append(opt);
|
| 455 |
|
| 456 |
-
if(!(data[i].startsWith('1.0')
|
| 457 |
{
|
| 458 |
opt.style.color='#bdbcbc';
|
| 459 |
opt.style.cursor='not-allowed';
|
|
@@ -1207,7 +1207,7 @@ function getData(form) {
|
|
| 1207 |
pdfpath.push(formvalues['selectproj'],formvalues['selectprojp'] ,formvalues['selectprojs'])
|
| 1208 |
var rightsideids=[];
|
| 1209 |
|
| 1210 |
-
if (formvalues['selectprojs'].startsWith('1.0')
|
| 1211 |
|
| 1212 |
interval= setInterval( function() {
|
| 1213 |
|
|
@@ -2248,7 +2248,7 @@ function getlegendstoDirectory(){
|
|
| 2248 |
newlabelsec.textContent=prjSectionsforLgnd[cc];
|
| 2249 |
newlabelsec.id='prjsec';
|
| 2250 |
newlabelsec.className='prjsecclass';
|
| 2251 |
-
if (!(newlabelsec.textContent.toString().startsWith('1.0')
|
| 2252 |
{
|
| 2253 |
newlabelsec.style.color='lightgray';
|
| 2254 |
i.style.color='lightgray'
|
|
|
|
| 453 |
opt.text=data[i];
|
| 454 |
thirddropdown.append(opt);
|
| 455 |
|
| 456 |
+
if(!(data[i].startsWith('1.0') ))//|| data[i].startsWith('3.2') ||data[i].startsWith('2.2')))
|
| 457 |
{
|
| 458 |
opt.style.color='#bdbcbc';
|
| 459 |
opt.style.cursor='not-allowed';
|
|
|
|
| 1207 |
pdfpath.push(formvalues['selectproj'],formvalues['selectprojp'] ,formvalues['selectprojs'])
|
| 1208 |
var rightsideids=[];
|
| 1209 |
|
| 1210 |
+
if (formvalues['selectprojs'].startsWith('1.0') )//|| formvalues['selectprojs'].startsWith('3.2') )
|
| 1211 |
|
| 1212 |
interval= setInterval( function() {
|
| 1213 |
|
|
|
|
| 2248 |
newlabelsec.textContent=prjSectionsforLgnd[cc];
|
| 2249 |
newlabelsec.id='prjsec';
|
| 2250 |
newlabelsec.className='prjsecclass';
|
| 2251 |
+
if (!(newlabelsec.textContent.toString().startsWith('1.0') ))//|| newlabelsec.textContent.startsWith('3.2') || newlabelsec.textContent.startsWith('2.2') || newlabelsec.textContent.startsWith('2.1')))
|
| 2252 |
{
|
| 2253 |
newlabelsec.style.color='lightgray';
|
| 2254 |
i.style.color='lightgray'
|