Spaces:
Paused
Paused
File size: 108,890 Bytes
b2e2cb6 12da494 b2e2cb6 12da494 b2e2cb6 12da494 b2e2cb6 0d5e789 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 |
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" rel="stylesheet"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js"></script>
<link rel="stylesheet" href="https://use.typekit.net/zos0ars.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="static/style.css">
<link rel="stylesheet" href="static/MenuStyle.css">
<link rel="stylesheet" href="static/LegendPageStyle.css">
<link rel="stylesheet" href="static/popups.css">
<link rel="stylesheet" href="static/IMG-Larger.css">
<link rel="stylesheet" href="static/searchButton.css">
<meta charset="utf-8">
<title>ADR Console</title>
<link rel = "icon" type = "image/png" sizes = "180x154" href = "static/images/TSAlogoCropped180x154.png">
<link rel = "icon" type = "image/png" sizes = "32x27" href = "static/images/TSAlogoCropped32x27.png">
<link rel = "icon" type = "image/png" sizes = "16x14" href = "static/images/TSAlogoCropped16x14.png">
<link rel = "mask-icon" href = "static/images/TSAlogoCropped180x154.png">
<link rel = "shortcut icon" href = "static/images/TSAlogoCropped180x154.png">
</head>
<body >
<div id="pdf-container"></div>
<div id="all">
<!-- {% include 'loading.html' %} -->
{% include 'loading.html' %}
</div>
<!--Main tab links-->
<div class="tab" >
<div class="container" id="toggle">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<button class="tablinks" id="pagetitle" onclick="openTab(event, 'home')">ADR Console <i class="fa fa-home" > </i></button>
<!-- <button class="tablinks" id="LegendHist" onclick="openTab(event, 'legends')">Legends History <i class="fa fa-caret-down"></i></button> -->
<a class="tablinks" id="LegendHist" href="{{ url_for('legendDirectory') }}">
Legends History <i class="fa fa-caret-down"></i>
</a>
<!-- Container for dynamic tabs -->
<div id="dynamicTabs" class="dynamicdropdownclass">
<!-- This will be the dropdown content (FramestabsDropdown) -->
<!-- <div id="FramestabsDropdown"></div> -->
</div>
<button class="dropbtn" onclick="userguideclick()"><img id="infoImg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAHz0lEQVR4nNVbW0xVVxC9SAEfNPGRCJICGoWKRkUUNfEVFUnsn0ZjfARfAWmq8UNLfSUmxkLxCzDS6kcrDx8/xkeiaFujJia1ifFDRPyw0Fi0xjeliKi4mnU49+bcfeZwufeefaErmYQczt2zZ/bsPbNn5ng8mgFgAoDNAA4B+BnAnwBaYUer+b/L5rv8TYbn/wYA0QCWAKgG8DfCx2NzLI4Z7emvAJAEoNScsC5w7O8AjPL0FwBIAfA9gLeIHDoAHAaQ3JeCxwLYDaA90GyfPn2KM2fOoKSkBOvXr0dOTg6mT5+OjIwMg/g3n23YsMF45+zZs3j27FlvFPEvgG8AxERa+GwAjT3NrL6+HkVFRZg8eTKioqLAnwVD/M2UKVOwc+dO3L17N5AiGgBkRUr4AgCd0izev3+P6upqZGVlBS1wIJo2bRpqamoMHg7gFtwGIEqX4HEATkmcP378iGPHjmHMmDGuC67S2LFjDUWQpwOOc3u6LfynAH6RuN25cwezZ8/WLrhK8+bN62lrMN6Id1P43yUuR44cQVxcXMSF9xJ5l5WVOSnht7CVgG6z/1Ud+c2bN1i+fHmfCa7SypUrjTkJuBzydgAQJe35V69eYc6cOdqEiY2NRXx8fNC/mzVrFp4/fy4poTZUBWxTR3r58qXhmnSZc0VFBdrb231ny9SpU4MaIzMz01ggAV+F4uc7VbOfO3eutpU/dcruYJqbm4M+Y2gJXiUqLjIrmAivUR1B557nSjshWCvwngkOwVLgiBHd4a0faJq6hCcVFDC2ksEAKJQxKysrpeGKAgmfqsb23Iu6Xd2WLVtE4Z88eYKYmJiQxhw4cKAUJ/Du8FlPCvjB+jajrfnz52sVnsQLkRTirl27NqxxeWYJEWNFT/f5t9Y3Gd7qFt5LvAm2tbUZfOnOeGt0Y9za2lpVAQwYEiUFlFrf+vDhA8aNGxcxBZBo7qNHjw7Z7J3uDoJ1lajCf6Kmr6qqqiIqvE46fpz3Iz888kuvAfhCfUPHldaJoqOjkZycjKSkpJByB4GICRcBuVYF1Fj/w9MzEoJPmjTJsDRr9NbY2Ijx48e7zkvwCD9ZY34/82cmR6fgEydOxIULFxzv9Eyfuc1z925bePPIq4AM9T9cGR2C07x37dqFzk4xoeTDtWvXXOfNLS3gcyqg0PqELmjAgAGuT2DQoEHGyvYG5eXlrvOnTEKitcBjVmF8YEbWbeaDBw/GlStX/DjT/Lu6ukQFrFixQosFnj9/XmVV5jGTBj4UFxe7ynTIkCG4evWq35X64MGDxon/+vVrm/D02cOGDdOigNJSv1CHqKMCmq1P1q1b56rZX79+3Rj33r17KCwsNBTiDX8l3LhxQ4vwpI0bN6rs/qACuuNPE4sWLXKNIX37yZMnkZuba/PvO3bsEBWwd+9ebQpg8UVBKxXg54uys7O1TcBKXstQwaBFF8+ZM2eq7LqoAD/QNHULzz0u3f5YQtPhgbw0YQIr9f7w9IUCVq1aJa4+Cx46+TopoCvSW+DEiROiAtasWaOVr9MWaNN1CDpdfKT0NWOCkSNHauXtdAg2W5+4lYjoKUsj4datW9otb9OmTaIbvGx9wvq8zkkcOHBAVACf61YAAzApEDqkOxS20s2bN0UF6Kw5BAqFN0fiMkQaOnSokWpT0dra6moaLIjLUL54HWZXh45JLF26VFz906dPa1991hcEpHlzAsyR+cC2FB2TOHyYfU12sDCiWwF79uxR2bZYU2Lsw/OhoaFByyTu378vKiA1NVW7AphqU/CjVQFsQnSlJOVEw4cPF1NgTU1N2oVncCcgR+3ufKwzLF2yxKZjA0xZ61YAb6Sq+du6TtHdgekDT+u0tDTXJrFv3z5RAVu3brW9m5CQgP379yMvLy9svizuCJ7nW6kyNMrswPSBLW9uKeDixYuiAhYvXux7h+nwo0ePoqOjw8gWuREbCKvP0liCU32w0vom9+yCBQtcUcCDBw9EBfCsWbZsGerq6nw5wpaWFldcMTvJhHOnTBSeYO+tWUL2gQUFlprDmQizQVxVCepzeqCUlJSwheecmYZT8A+LwJ6egO7eWz/Qf4czmREjRqA3YJbIrYQoW/gEbO9ReEuLDNtJ/MC2k1AnwzD33bt3joLTTFkLcCscXr16tcSmvtdN1QCy1F4BNklxT4U6KV6yJDx8+BALFy50RXASGzqE7cYHmb0S3gsAtr4VFjHZihbKxBITE42Dji6J+cDbt28jPz/f1fYbzk2qNQD40hMK0N14bFNCOJbAWkG4h6rTyjsIXxWS8JbzgI3HULdDOGeC28Q97+BlLoX9MQWAeLPx2K7aqiqj7tdXgtOStDZLK0rwS51Z44RIdJKpxABN8PPWlXdHeGU72M4ErxtjN1YkmqrS09Ol8NbPMLV+QwQgz4ynbeAJz9udjvLWjBkzjHqClFKzfjKjTXAhTrAFS1bQPNmWwl7fUHKM/A27OpjJEZIZUpATnJ8PFwBiAHyt3h0kMNF67tw5oz7PEjVvgExSeD+b4+ryGfP2fIfZ2xcvXqAXYGy/PeKfzVnB3lsztS5uC00gr/KAF5tIAkAi6ypqgtVlMJNT7Hif7w9Ad3otl3145oTDxV9MYDJ30q8/nvY4gK1o5seWjFjon5sASDEruyX5vzrz3XwA6bon+B8RXxEBPsptqAAAAABJRU5ErkJggg=="></button>
</div>
<div id="FramestabsDropdown"> </div>
<div id="mySidebar" class="slide-out">
<div id="menuOptions">
<li><a href="{{ url_for('measurementConsoleFn') }}">Measure Plans </a></li>
<li><a href="{{ url_for('searchDocument') }}">Search in Documents</a></li>
<li><a href="{{ url_for('TableDetection') }}">Table Detection</a></li>
<li onclick="redirectFind()">Markup Specifications</li>
</div>
</div>
<div id="home" class="tabcontent" >
<div id="loading" hidden> </div>
<div id="canvaswindow" hidden="until-found">
<canvas id="myCanvas"></canvas>
<br>
<input type="button" value="Draw New Shape" id="NewShapeButtonId" />
<input type="button" value="Undo" id="undoButtonId" />
<div id="colorpickers">
<input type="color" id="color" value="#2FFFFF" >
</div>
<input type="button" value="Save" id="savecanvas" />
</div>
<div id="rightside" hidden="until-found">
<div id="backgroundimg" >
<div id="imgs">
<!-- image here -->
</div>
<div id="underimgbuttons">
<!-- buttons here -->
</div>
</div>
</div>
<div id="myModal" class="modal" >
<span class="close">×</span>
<img class="modal-contentImgLarger" id="img01">
<div id="caption"></div>
</div>
<form method="post" id="myForm" enctype="multipart/form-data">
<!-- <div class="projnamedp">
<input type="text" placeholder="Project" name="selectproj" class="selectionsProj" id="selectionsProjid" oninput="filterFunction(this,event)" >
<ul>
</ul>
</div> -->
<!-- <input type="button" id="refreshAPIbutton" title="Refresh data retrieved from MC" value="Refresh data retrieved from MC "> -->
<div id ="">
<select name="selectproj" class="selectionsProj" id="selectionsProjid" required onchange=getproj()> </select>
</div>
<div id ="projectpart">
<select name="selectprojp" class="selectionsProjp" id="selectionsProjpid" > </select>
</div>
<div id ="tomeasurediv" >
<div>
<label id="measureLabel">Document To Measure</label >
<input type="search" oninput="handleKey(event, this.id)" id="tomeasureSearchInput">
<!-- <button id="refreshDropboxButtonID"></button> -->
<i hidden class="fa fa-dropbox fa-lg" id="refreshDropboxButtonID">
<span class="dropboxtip">The console updates projects retrieved from Dropbox automatically at 9:00 am and 9:00 p.m. If you need to access any projects in between, just click on this button. Please note that it will refresh the files related to the project you chose only.</span> </i>
</div>
<div id="measureCheckbox">
<!-- <select style="margin-left: -1%;" hidden name="measureselectname" id="measureselectid" multiple size="5"></select> -->
<div id="measureContainer" hidden required></div>
<div id="dxfdiv" hidden="until-found">
<input type="button" id="pdftodxfFileButton" onclick="document.getElementById('pdftodxfFile').click();" value="Upload DXF File" >
<input type="file" id="pdftodxfFile" name="pdftodxfFilename" >
</div>
<select id='selectunitA' hidden>
<option id="m2" value="m2" >m² </option>
<option id="mm2" value="mm2" >mm² </option>
</select>
<select id='selectunitP' hidden>
<option id="m" value="m" >m </option>
<option id="mm"value="mm" >mm </option>
</select>
</div>
</div>
<!-- <div id ="relvDocdiv" >
<label id="relvDocLabel">Other Relevant Documents</label hidden>
<input type="search" onkeydown="handleKey(event, this.id)" id="relevantSearchInput">
<br>
<div id="relvdiv" style="position: relative; max-height: 300px;">
<div id="relvselectid" class="scrollable-container" hidden></div>
<div id="relvoverlay" class="disable-overlay"></div>
<iframe id="pdfFrame" hidden></iframe>
</div>
</div> -->
<!-- <div id="ratios"> </div> -->
<!-- <div id="radiosColors" hidden="until-found">
<div id="checkboxLine">
<input type="checkbox" id="levelcheckbox">
<label id="nLevels" name="levelsnamelabel">Leveled Plan</label>
<i class="fa fa-info-circle" id="infotool">
<span class="tooltiptext">
Choose whether this project contains levels or not. Leave the checkbox unchecked if you want to measure the entirety of the plan.
<br> Please check the box on this line if you want to measure certain areas of the plan or have the plan divided into levels. Once the checkbox is ticked, a window will appear that will allow you to draw on the PDF. Click the save button at the bottom of the page when you are done.
</span>
</i>
</div> -->
<!-- <div class="button-container">
<input type="button" id="popupforextratext" title="Add Key Information" value="Add Key Information">
</div> -->
</div>
<div id ="saveOPdiv">
<button id="measureADRbutton" class='measureADRbuttonMarkup' hidden >Markup Specifications</button>
<script src="https://cdn.lordicon.com/bhenfmcm.js"></script>
</div>
</form>
<div id="progressBar" hidden>
<div id="progress">0%</div>
</div>
</div>
<div id="legends" class="tabcontent">
<ul class="graynavbarLegend" >
<label class="label1">Project Name / Project Part / NRM Section /</label> <label class="label2">Legend</label>
<div class="legendtime">
<div style="display: inline-flex;">
<label class="CreatedTime"> Created Time </label>
<button id="sortBtnCreateDesc" class="sortbutton" onclick="sortlegends(this.id)"><i id="CreatesortDesc" class="fa fa-sort-amount-desc" aria-hidden="true" ></i> </button>
<button id="sortBtnCreateAsc" class="sortbutton" onclick="sortlegends(this.id)"><i id="CreatesortAsc" class="fa fa-sort-amount-asc" aria-hidden="true" ></i></button>
</div>
<div style="display: inline-flex;">
<label class="EditTime"> Last Edited Time </label>
<button id="sortBtnEditDesc" class="sortbutton" onclick="sortlegends(this.id)"><i id="EditsortDesc" class="fa fa-sort-amount-desc" aria-hidden="true" ></i></button>
<button id="sortBtnEditAsc"class="sortbutton" onclick="sortlegends(this.id)"><i id="EditsortAsc" class="fa fa-sort-amount-asc" aria-hidden="true" ></i> </button>
</div>
</div>
</ul>
</div>
<div id="consoleContent"></div>
<div class="dropdown-content" id="dropdown-contentUserguideId" name="tobeclosed">
<div id="userguidetext" >
<div id="UserguideRibbon">
<label id="UserGuideHeader"> User Guide Text: Before using this tool, kindly read the following carefully. </label>
<button id="homeguidebutton" style="background-color: transparent; border: none;" onclick="ShowSectionUserguide(this)">
<i class="fa fa-home fa-lg" id="userguideHome"></i>
</button>
<div class="Userguidecontainer" id="UserGuidetoggle" onclick="userguidetoggleFunction()">
<div class="UserGuidebar1"></div>
<div class="UserGuidebar2"></div>
<div class="UserGuidebar3"></div>
</div>
<button type="button" class="closeModal" id="userguideClose" data-dismiss="modal">×</button>
<button style="background-color: transparent; border: none;" id="userguideTableMaya" onclick="userguideMayaTableClick()">
<i class="fa fa-th fa-lg" aria-hidden="true"></i>
</button>
<div id="UserGuideSideBar">
<div id="UserGuidemenuOptions">
<li onclick="ShowSectionUserguide(this)">1.0 Substructure</li>
<li onclick="ShowSectionUserguide(this)">2.1 Frames</li>
<li onclick="ShowSectionUserguide(this)">2.2 Upper Floor</li>
<li onclick="ShowSectionUserguide(this)">2.3 Roof</li>
<li onclick="ShowSectionUserguide(this)">2.4 Stairs</li>
<li onclick="ShowSectionUserguide(this)">2.5 External Walls</li>
<li onclick="ShowSectionUserguide(this)">2.6 External Openings</li>
<li onclick="ShowSectionUserguide(this)">2.7 Internal Walls</li>
<li onclick="ShowSectionUserguide(this)">2.8 Internal Openings</li>
<li onclick="ShowSectionUserguide(this)">3.1 Wall Finishes</li>
<li onclick="ShowSectionUserguide(this)">3.2 Floor Finishes</li>
<li onclick="ShowSectionUserguide(this)">3.3 Ceiling Finishes</li>
<li onclick="ShowSectionUserguide(this)">4.0 Fittings, Furnishings and Equipments</li>
<li onclick="ShowSectionUserguide(this)">5.0 Services</li>
<li onclick="ShowSectionUserguide(this)">5.1 Sanitary</li>
<li onclick="ShowSectionUserguide(this)">7.0 Works to existing buildings</li>
<li onclick="ShowSectionUserguide(this)">8.1 Site Preparation Works</li>
<li onclick="ShowSectionUserguide(this)">8.2 Roads, Paths, Pavings</li>
<li onclick="ShowSectionUserguide(this)">8.3 Soft Landscaping</li>
<li onclick="ShowSectionUserguide(this)">8.4 Fencing, Railing, Walls</li>
<li onclick="ShowSectionUserguide(this)">8.5 External Fixtures</li>
<li onclick="ShowSectionUserguide(this)">8.6 External Drainage</li>
<li onclick="ShowSectionUserguide(this)">8.7 External Services</li>
<li onclick="ShowSectionUserguide(this)">8.8 Minor Buildings</li>
</div>
</div>
</div>
<div id="textfirstpage">
<label style="font-weight: bold;">
After reading this user guide, if you still encounter any issues or have suggestions for improving the system, please don't hesitate to contact the ADR team.
</label>
<br>
<label style="font-style: italic;">
This page provides general guidance on using the console. For details on a specific section, refer to the menu and select the desired section by clicking the '<i class="fa fa-bars" aria-hidden="true"></i>' icon.
<br>
In the top right corner, you will find this icon '<i class="fa fa-th fa-lg" aria-hidden="true"></i>', which, when clicked, takes you to a Google Spreadsheet containing a summarized table of the main AI features implemented and
planned for the ADR console, along with the sections where they are applied.
</label>
<br>
The tool is divided into two main parts:
<br><br>
<i class="fa fa-circle" aria-hidden="true"> </i> <label id="userguideheadings"> First Part </label>
<br>
<div style="margin-left: 40px;">
The system automatically refreshes all data retrieved every 5 minutes from the MC including project names, parts, sections, and MC-T names every. However, if you notice missing information, click this button
<span style="background-color: blue; color: white; padding: 2px 8px; border-radius: 4px; font-style: italic; margin-top: 5px;">Refresh data received from MC</span> to retrieve the latest MC updates.
<br>
<label id="underlinedLables">Inputs: </label>
<br>
<li>
Use the three dropdown menus to select the project name, part, and section to measure.
<br>
<img src="static/images/Dropdowns_3.png" alt="Dropdown menus example" style="margin-top: 10px; width:240px;">
<label style="font-style: italic; margin-left: -10px; margin-top: 50px;color: #2e83c7;"> Ensure the correct 'Project Section' is selected, as it affects the applied code. </label>
<br>
</li>
<li>
<label style="font-size: 15px;"> Document To Measure: </label>
<br>
Clicking a document's name opens a PDF preview in a separate tab attached to the black ribbon inside the console. Checking the box next to the document selects it as the document to measure.
<br>
<li>
When retrieving documents for measurement, if multiple files share the same name on Dropbox, a popup may appear. In such cases, please rename the files in Dropbox, then return to the console and click the following icon:
<i hidden class="fa fa-dropbox" style="color:white; background-color: #2e83c7; border-radius: 4px;"></i> to retrieve the updated documents. You can then select the desired document for measurement. Please note that this process will refresh all documents in the selected project folder.
</li>
<br>
<label style="font-style: italic;"> Pixel-to-Metric conversion important notes:</label>
<br>
Upon selecting a plan, the console automatically downloads the PDF with a colored rectangle. Open it in Foxit Reader, Adobe, or Bluebeam to measure its area and perimeter in the desired metric unit.
Enter these values in the provided textboxes. A dropdown next to each textbox lets you choose between meters (m) or millimeters (mm) for accurate scaling.
<br>
This rectangle serves as a scale check for Bluebeam. Refer to the relevant section for further details.
<br>
<li>
Click <span style="background-color: #b216c7; color: white; padding: 2px 8px; border-radius: 4px; font-style: italic;">Add Key Information</span> button to open a popup where you can input additional details to assist in the detection process.
</li>
</li>
<label id="underlinedLables">Outputs: </label> <br>
The right panel displays results in three sections:
<li>A preview of the measured plan, which you can click to expand.</li>
<li>Three buttons:
<li> <label style="font-weight: bold;" >"Legend and Data Created" </label> – Access the Google Sheet legend.</li>
<li> <label style="font-weight: bold;" >"Click to View as PDF" </label>– Opens the marked-up PDF in Dropbox. <label>(Do not download for this feature.) </label></li>
<li> This icon <i class='fa fa-refresh' style="color:white; padding: 3px 3px;background-color: rgb(255,0,255); border-radius: 4px;"></i> button allows you to get the deleted markups (in case you deleted any from the pdf on dropbox).</li>
</li>
<br>
<label style="font-weight: bold;" > ONLY IN DROPBOX VIEW. DO NOT DOWNLOAD THE PDF FOR THIS FEATURE. </label>
<br>
<label style="font-style: oblique;" >
Note : The algorithm is based on detecting shapes and colors from the plan. Some shapes such as tables and textboxes carrying plan-related information, may also be viewed as shapes and so added to the algorithm.
</label>
Any markup that you deem unnecessary in the pdf can be removed. After deleting any markup, the console will notify you with a message asking whether you would like to delete it from legend or not and the legend will be updated accordingly.
</div>
<br>
<i class="fa fa-circle" aria-hidden="true"> </i>
<label id="userguideheadings"> Second Part </label>
<br>
<div style="margin-left: 40px;">
To open the Google sheet with the created legend, first click the button labeled "Legend and Data created." Names of each shape should go in the first column of the sheet labeled ‘Guess’.
<br>Ex. GB-1.
<br>Then, return to this page, the ADR Console, to finish entering the remaining data after you have finished entering the guessed names in the legend.
<br>Three dropdown menus are present.
<li>
You can select the type of the shape from the first dropdown:
<br>    e.g. (1.0 Substructure) Ground Beam or Pile Cap. Refer to the relevant section for more details.
</li>
<li >
In the second dropdown, you will find a list of MC-T Names. Choose Accordingly.
</li>
<li>
The third dropdown menu has the unit of the MC-T Name you have chosen.
</li>
<br><b>Note:</b> If the unit was (m), choose whether you wish to extract perimeter or length data from the third selection.
<br>The following row contains a dropdown and two text boxes:
<br><b>First field:</b> A dropdown that allows you to choose a guessed name from the ones you wrote in the Google sheet legend (first column)
<br><b>Second field:</b> Text field: Enter Specification
<br><b>Third field:</b> Text field: Enter depth
<br><br>You can add/ subtract rows by using the + and - button.
<br><label style="font-style: italic;">Notes - Regarding the MC-T naming process:</label>
<br>Entries within the same block correspond to the chosen MC-T name.
<br>You can add another block and repeat the process for another item by clicking the button next to "Measure using ADR".
<br>Rows in the same block having the same depth will be grouped together. (E.g. Guessed_Name_1 + Guessed_Name_2 , Specification, Depth)
</div>
</div>
<div id="1_0textUserGuide" hidden class="othesectionsuserguide">
<i class="fa fa-circle" aria-hidden="true"></i>
<label id="userguideheadings"> Inputs </label>
<br><br>
<div style="margin-left: 40px;">
Please measure both the <b>area</b> and <b>perimeter</b> accurately for this section, as the system relies on both values.
<br>
You can measure multiple levels independently using the checkbox labeled <b>"Leveled plan"</b> under the <b>"Scale document"</b> heading.
<br><u><b>How to Use It:</b></u>
<li>Check the <b>"Leveled plan"</b> checkbox. This will open a new tab displaying a preview image of the selected PDF.</li>
<li>Draw any irregular shape (linear only) around the items you want to define as a separate level. Click to add points and outline the shape.</li>
<li>You can change the drawing color using the color palette located below the image.</li>
<li>Click the <b>"Draw New Shape"</b> button to start drawing a new shape.</li>
<li>Use the <b>"Undo"</b> button to remove the last line or shape you drew.</li>
<li>All shapes drawn in the same color indicate that the items inside belong to the same level. Different colors represent different levels.</li>
<li>Leave the checkbox unchecked if you want to measure the entire plan. Check it only if you want to measure specific areas or if the plan is divided into levels.</li>
<li>When you're done, click the <b>Save</b> button at the bottom of the page to save your drawing with the defined levels.</li>
<br>Return to the console and click the green <b>"Measure using ADR"</b> button.
</div>
</div>
<div id="2_1textUserGuide" hidden class="othesectionsuserguide">
User guide in progress...
</div>
<div id="2_6textUserGuide" hidden class="othesectionsuserguide">
User guide in progress...
</div>
<div id="2_7textUserGuide" hidden class="othesectionsuserguide">
User guide in progress...
</div>
<div id="2_8textUserGuide" hidden class="othesectionsuserguide">
<i class="fa fa-circle" aria-hidden="true"></i>
<label id="userguideheadings"> Overview </label>
<br><br>
<div style="margin-left: 40px;">
This algorithm is designed to retrieve door information from schedule files and map it onto the corresponding plan. The extracted data includes:
<ul class="custom-ul" style="list-style-type:decimal;">
<li>Door ID/Number</li>
<li>Door Type</li>
<li>Structural Opening (Width × Height)</li>
</ul>
</div>
<i class="fa fa-circle" aria-hidden="true"></i>
<label id="userguideheadings"> Features </label>
<br><br>
<div style="margin-left: 40px;">
This version of the algorithm offers the following capabilities:
<ol>
<li>
<b>Grouping Similar Door Types</b>
<ul class="custom-ul" style="list-style-type:lower-alpha;">
<li>Identifies and groups similar door types.</li>
<li>Assigns a unique color to each group for better visualization.</li>
<li>Exports grouped doors to Bluebeam as count-type annotations.</li>
</ul>
</li>
<li>
<b>Adding Annotations to Bluebeam’s Author Column</b><br>
Automatically fills Bluebeam’s Author column with the width and height in the format:<br>
<i>"X mm wide × Y mm high"</i> (e.g., 900 mm wide × 2100 mm high).
</li>
<li>
<b>Detecting Repeated Door IDs</b><br>
Reports any duplicate Door IDs found in the schedule.
</li>
<li>
<b>Verifying Door Presence on the Plan</b><br>
Reports doors listed in the schedule but not found on the plan.
</li>
</ol>
</div>
<br>
<i class="fa fa-circle" aria-hidden="true"></i>
<label id="userguideheadings"> Usage Instructions </label>
<br><br>
<div style="margin-left: 40px;">
<ol>
<li>
<b>Input the Plan File</b>
<ul class="custom-ul" style="list-style-type:lower-alpha;">
<li>Project</li>
<li>Project Parts</li>
<li>Sections</li>
<li>Document to Measure</li>
</ul>
</li>
<li>
<b>Load the Schedule File</b><br>
Select the schedule file from <i>"Other Relevant Documents"</i>.
</li>
<li>
<b>Add Key Information</b><br>
Enter the desired column names in the following order:
<ul class="custom-ul" style="list-style-type:lower-alpha;">
<li>Door ID</li>
<li>Door Type</li>
<li>
Structural Opening
<ul class="custom-ul" style="list-style-type:lower-roman;">
<li>If the structural opening is in a single column, enter the full column name.</li>
<li>If it's split into two sub-columns, enter them separately:
<ul class="custom-ul" style="list-style-type:decimal;">
<li>Width</li>
<li>Height</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><b>Run the Algorithm</b><br>Click the <b>"Measure Using ADR"</b> button to begin execution.</li>
<li><b>Review the Output</b><br>A preview of the output will appear on the same page.</li>
<li><b>Export Results</b><br>Download the output PDF.</li>
</ol>
</div>
<br>
<label id="userguideheadings">
<a href="https://docs.google.com/document/d/1UWWduUQd9niLu97oJekJnU3c1qqccWvwJ8eZpdJFTcQ/edit?tab=t.0" target="_blank" style="text-decoration: none; color: inherit;">
<label style="font-style: italic; color:blue; cursor: pointerS;"><u>Reference and Examples </u> </label>
</a>
</label>
</div>
<div id="3_2textUserGuide" hidden class="othesectionsuserguide">
<i class="fa fa-circle" aria-hidden="true"></i>
<label id="userguideheadings"> Floor Finishes Measurement </label>
<br>
<div style="margin-left: 40px;">
<p>
This algorithm is designed to measure floor finishes on floor plans by detecting each shape individually and calculating its area and perimeter.
</p>
<b>Steps to Use:</b>
<ol class="custom-ul">
<li>Open AutoCAD and import the PDF that was automatically downloaded when you checked the <i>"Document to be measured"</i> checkbox.</li>
<li>
When the pop-up window appears in AutoCAD, make sure the following options are selected:
<ul class="custom-ul">
<li><b>PDF Data to Import:</b></li>
<ul class="custom-ul">
<li>Vector geometry (Solid Fills)</li>
<li>TrueType text</li>
</ul>
<li><b>Layers:</b> Use PDF Layers</li>
<li><b>Import Options:</b></li>
<ul class="custom-ul">
<li>Convert solid fills to hatches</li>
<li>Apply line weight properties</li>
</ul>
</ul>
</li>
<li>Upload the generated DXF file to the console.</li>
<li>Input only the measured perimeter. Area is not required in this section.</li>
</ol>
<b>Output Notes</b>
<ul class="custom-ul">
<li>Download the output PDF file using the blue download icon located below the image preview.</li>
<li>Open the downloaded PDF in Bluebeam.</li>
<li>Set the scale in Bluebeam by navigating to <b>Tools → Measure → Set Scale</b>.</li>
<li>Once the scale is set, all annotations will appear and automatically update in the measurement column, along with their corresponding labels.</li>
<li><b>Important:</b> This section only works properly if the PDF was originally created in AutoCAD.</li>
<li>Double-check that all required options are selected in AutoCAD’s import pop-up. If something is missing, markups may appear as X shapes.</li>
</ul>
</div>
</div>
<div id="3_3textUserGuide" hidden class="othesectionsuserguide">
<i class="fa fa-circle" aria-hidden="true"></i>
<label id="userguideheadings"> Ceiling Finishes Measurement </label>
<br>
<div style="margin-left: 40px;">
<p>
This algorithm is designed to measure ceiling finishes in ceiling plans by detecting each shape individually and calculating its area and perimeter.
</p>
<b>Steps to Use:</b>
<ol class="custom-ul">
<li>Open AutoCAD and import the PDF that was automatically downloaded when the <i>"Document to be measured"</i> checkbox was selected.</li>
<li>
When the pop-up window appears in AutoCAD, ensure the following options are selected:
<ul class="custom-ul">
<li><b>PDF Data to Import:</b></li>
<ul class="custom-ul">
<li>Vector geometry (Solid Fills)</li>
<li>TrueType text</li>
</ul>
<li><b>Layers:</b> Use PDF Layers</li>
<li><b>Import Options:</b></li>
<ul class="custom-ul">
<li>Convert solid fills to hatches</li>
<li>Apply line weight properties</li>
</ul>
</ul>
</li>
<li>Upload the generated DXF file to the console.</li>
<li>Enter only the measured perimeter. Area input is not required in this section.</li>
</ol>
<br>
<b>Output Notes for Section 3.3 Measurement:</b>
<ul class="custom-ul">
<li>Download the output PDF by clicking the blue download icon located below the image preview.</li>
<li>Open the PDF in Bluebeam.</li>
<li>Set the scale in Bluebeam by navigating to <b>Tools → Measure → Set Scale</b>.</li>
<li>Once the scale is set, all annotations will appear and dynamically update in the measurement column along with their corresponding labels.</li>
<li><b>Important:</b> This section functions correctly only if the original PDF was created in AutoCAD.</li>
<li>Double-check that all required options are selected in AutoCAD's import pop-up. If anything is missing, markups might appear as X shapes.</li>
</ul>
</div>
</div>
</div>
</div>
<!-- POP-UP code -- to handle errors -->
<!-- Link to trigger modal -->
<!-- Modal popup box -->
<div id="mpopupBox" class="mpopup" name="tobeclosed">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="closeModal" data-dismiss="modal">×</button>
<h2 id="TopTextModal">Error</h2>
</div>
<div class="modal-body">
<p id="modal-bodyText">
</p>
<br>
</div>
</div>
</div>
<div id="dialog-container" class="overlay" name="tobeclosed">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="closeModal" >×</button>
<h2 id="TopTextModalWarning">Warning!</h2>
</div>
<div class="modal-body">
<p id="modal-bodyTextp">The console updates projects retrieved from Dropbox automatically at 9:00 am and 9:00 p.m. If you need to access any projects in between, just click on this button. Please note that it will refresh the files related to the project you chose only.
</p>
</div>
<br>
<div class="text-right">
<button class="dialog-btn btn-primary" id="confirm">Ok</button>
<button class="dialog-btn btn-cancel" id="cancel">Cancel</button>
</div>
<br>
</div>
</div>
</div>
</body>
</html>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.14.305/pdf.min.js"></script>
<script >
///////////////////////////////////////////////BEGIN JS CODE//////////////////////////////////////////////////
var ActiveSections=['2.1','2.6','2.7','2.8','3.2','3.3','4.0']
var menuItems = document.querySelectorAll("#UserGuidemenuOptions li");
menuItems.forEach(function (item) {
// Extract the section number (first part of the text)
var sectionNumber = item.textContent.trim().split(" ")[0];
// If the section is not in ActiveSections, disable it
if (!ActiveSections.includes(sectionNumber)) {
item.id = "disabledSection"; // Assign ID
item.style.color = "#bdbcbc"; // Greyed-out text
item.style.cursor = "not-allowed"; // Change cursor
item.onclick = null; // Disable clicking
}
});
function updateProgressBar(value) {
const progressBar = document.getElementById('progress');
progressBar.style.width = value + '%';
progressBar.innerText = Math.round(value) + '%';
}
// Function to send the Dropbox link and keyword to the server
function getURLParams() {
const urlParams = new URLSearchParams(window.location.search);
return {
pdfLink: urlParams.get('pdfLink'),
keyword: JSON.parse(decodeURIComponent(urlParams.get('keyword') || "[]")), // Decode and parse
pageNumber: parseInt(urlParams.get('page')) || 1,
zoomRect: urlParams.get('zoom') // Expecting format: "x,y,width,height"
};
}
function processPdf() {
// const pdfLink = 'https://www.dropbox.com/scl/fi/hnp4mqigb51a5kp89kgfa/00801-ARC-20-ZZ-S-A-0002.pdf?rlkey=45abeoebzqw4qwnslnei6dkd6&st=m4yrcjm2&dl=1'; // Dropbox link
// const keyword = ['115 INTEGRATED MRI ROOM LININGS','710 TRANSPORTATION'] ; // Example keyword
const { pdfLink, keyword, pageNumber, zoomRect } = getURLParams();
// Create a new FormData object to send the data as form data
const formData = new FormData();
formData.append('pdf_link', pdfLink);
formData.append('keyword', JSON.stringify(keyword));
// Send the data to the Flask server
fetch('/api/process-data', {
method: 'POST',
body: formData,
})
.then(response => response.json())
.then(data => {
if (data.download_link) {
//window.location.href = data.download_link; // This will use the rect info from Flask
console.log('Done!')
} else {
alert('Error: ' + data.error);
}
})
.catch(error => {
console.error('Error:', error);
});
}
// Call the function to process the PDF
// processPdf();
////////////////////////////////////////////////////////////////////
PopupElement=document.getElementById('modal-bodyText');
sectionSelect=document.getElementById('section-select');
$(sectionSelect).select2({
closeOnSelect: true,
width:'20ch'
});
// add project names to first dropdown from google sheet
firstdropdown=document.getElementsByClassName('selectionsProj')[0];
seconddropdown=document.getElementsByClassName('selectionsProjp')[0];
$(firstdropdown).select2({
placeholder:'Projects',
closeOnSelect: true,
width:'51ch'
});
$(seconddropdown).select2({
placeholder:'Project Parts',
closeOnSelect: true,
width:'51ch'
});
var measSelect = document.getElementById("measureselectid");
var relvSelect = document.getElementById("relvselectid");
document.getElementById("all").style.display = "block";
PrjNamesArray=[];
PrjPartsArray=[];
PrjSectionsArray=[];
var partsArrwithID=[];
var firstDpwnValue;
var prjids=[]
displayprjnames()
function displayprjnames(){
var eventSource = new EventSource('/getprojectnames/');
document.getElementById('progressBar').removeAttribute('hidden')
document.getElementById('progressBar').style.display='block';
eventSource.onmessage = function (event) {
var progress = parseInt(event.data); // Progress value from Flask
if (progress <= 100) {
console.log(progress); // Log progress for debugging
document.getElementById('progress').style.width = progress + '%';
document.getElementById('progress').textContent = progress + '%';
} else {
// Final data handling when progress reaches 100%
console.log('Process completed!');
// Parse and handle the final response data (documentsToMeasure, RelevantDocuments, extracted_path)
var data = JSON.parse(event.data); // Assuming the result is a JSON array
console.log('Final result:', data);
// You can use this data to update your page or handle it accordingly
eventSource.close(); // Close the connection when finished
document.getElementById('progressBar').setAttribute('hidden',true)
document.getElementById('progressBar').style.display='none';
document.getElementById('progress').style.width = '0%'; // Reset progress for the next process
document.getElementById('progress').textContent = '0%';
document.getElementById("all").style.display = "none";
prjids=data[1];
var op0 = document.createElement("OPTION") ;
op0.text= 'Projects'
op0.value= "";
op0.hidden=true;
firstdropdown.add(op0);
for (let i=0;i<data[0].length;i++)
{
opt=document.createElement("option");
opt.textContent=data[0][i];
opt.text=data[0][i];
firstdropdown.append(opt);
PrjNamesArray.push(data[0][i]);
}
}
}
eventSource.onerror = function (error) {
console.error('Error occurred:', error);
eventSource.close(); // Close on error
PopupElement.textContent='Error occured while retrieving the Project Names. Refresh and try again. If the error continues, please contact the ADR team to fix it. ';
ShowPopUp();
};
}
/*Get chosen value and send to flask to get project parts*/
$(firstdropdown).on("change", function (e) {
console.log('clickeds')
firstDpwnValue=firstdropdown.value;
seconddropdown.innerHTML='';
var op0 = document.createElement("OPTION") ;
op0.text= 'Project Part'
op0.value= "";
op0.hidden=true;
seconddropdown.add(op0);
var ii, L = seconddropdown.options.length - 1;
for(ii = L; ii >= 0; ii--) {
if (seconddropdown.options[ii].value)
seconddropdown.remove(ii);
}
displayprojparts(prjids[(firstdropdown.selectedIndex)-1]);
})
var partsArrIDsonly=[]
function displayprojparts(val){
document.getElementById("all").style.display = "block";
console.log(val)
$.get('/getprojectparts/'+JSON.stringify(val))
.success(function(data){
document.getElementById("all").style.display = "none";
partsArrwithID= data[0];
partsArrIDsonly= data[1];
for (let i=0;i<data[0].length;i++)
{
opt=document.createElement("option");
opt.value=data[0][i];
opt.text=data[0][i];
seconddropdown.append(opt);
PrjPartsArray.push(data[0][i]);
}
})
.error(function(jqXHR, textStatus, errorThrown) {
PopupElement.textContent='Error occured while retrieving the Project Parts. Refresh and try again. If the error continues, please contact the ADR team to fix it. ';
ShowPopUp();
});
}
sectionSelect=document.getElementById('section-select');
$(sectionSelect).select2({
closeOnSelect: true,
width:'20ch'
});
var measSelect = document.getElementById("measureselectid");
var relvSelect = document.getElementById("relvselectid");
document.getElementById("all").style.display = "block";
var partsArrwithID=[];
var firstDpwnValue;
var prjids=[]
/*Menu bar icon mySidebar and Toggle*/
var $mySidebar = document.getElementById('mySidebar');
var $toggle = document.getElementById('toggle');
$toggle.addEventListener('click', function() {
var isOpen = $mySidebar.classList.contains('slide-in');
w3_open();
$mySidebar.setAttribute('class', isOpen ? 'slide-out' : 'slide-in');
$toggle.classList.toggle("change");
if ($mySidebar.classList.contains('slide-out')){
w3_close()
}
});
var val=''
var worker = new Worker('../static/API_Refresh_workerJS.js');
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
/*Tab View of User Guide*/
function w3_open() {
document.getElementById("home").style.marginLeft = "25%";
document.getElementById("legends").style.marginLeft = "25%";
document.getElementById("home").style.transition= '0.8s';
document.getElementById("legends").style.transition= '0.8s';
document.getElementById("mySidebar").style.width = "25%";
document.getElementById("mySidebar").style.display = "block";
}
function w3_close() {
document.getElementById("home").style.marginLeft = "0%";
document.getElementById("legends").style.marginLeft = "0%";
document.getElementById("home").style.transition= '1.5s'
document.getElementById("legends").style.transition= '1.5s'
document.getElementById("mySidebar").style.display = "none";
}
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
/*Red Alert to fill in the first 3 dropdowns: prj name, part, section*/
document.getElementById('measureADRbutton').addEventListener('click',function(){
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
if (document.getElementById('imgContainer')) {
document.getElementById('imgContainer').innerHTML = '';
}
});
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
/*Toggle Tab View of Home and Legend along with the Menu bar icon*/
function openTab(evt, tabname) {
var i, tabcontent, tablinks;
// Hide all tab contents
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
// Remove "active" class from all tab buttons
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
// Show selected tab content and mark button as active
var tab = document.getElementById(tabname);
if (tab) {
tab.style.display = "block";
tab.className += " active";
// evt.currentTarget.className += " active";
} else {
console.error('Tab content with ID ' + tabname + ' not found.');
}
}
function redirectFind(){
$toggle.classList.toggle("change");
var isOpen = $mySidebar.classList.contains('slide-out');
$mySidebar.setAttribute('class', isOpen ? 'slide-in' : 'slide-out');
w3_close()
}
// Start with the first tab open
document.getElementById("pagetitle").click();
// Function to add a new tab dynamically
function addIframeTab(title, url) {
var tabId = "tab_" + Date.now(); // Unique ID for each tab
// Create a new button in the ribbon
var newTab = document.createElement("button");
newTab.className = "tablinks";
newTab.innerHTML = title + ' <i class="fa fa-times" onclick="removeTab(event, \'' + tabId + '\')"></i>';
newTab.onclick = function (event) {
// Delay opening the tab to ensure it has been added to the DOM
setTimeout(function() {
openTab(event, tabId);
}, 10); // 10ms delay to allow DOM rendering
};
// Dynamically create tab labels and append them to FramestabsDropdown
var tabnameDrpdwn = document.createElement("label");
tabnameDrpdwn.className = "tabslabel";
tabnameDrpdwn.innerHTML = title
// Append new tab button to the dynamicTabs container
document.getElementById("dynamicTabs").appendChild(newTab);
document.getElementById("FramestabsDropdown").appendChild(tabnameDrpdwn);
tabnameDrpdwn.addEventListener('click',function(){
openTab('click',tabId)
})
// Event listener for mouseover on dynamicTabs
document.getElementById("dynamicTabs").addEventListener('mouseover', function() {
// Check and log all the labels inside FramestabsDropdown
const labels = document.getElementById("FramestabsDropdown").children;
if (labels.length > 0) {
document.getElementById("FramestabsDropdown").style.display = 'block';
}
});
document.getElementById("FramestabsDropdown").addEventListener('mouseover', function() {
// Stay visible when hovering over the dropdown
document.getElementById("FramestabsDropdown").style.display = 'block';
});
document.addEventListener('click', function(event) {
const dropdown = document.getElementById("FramestabsDropdown");
if (!dropdown.contains(event.target)) {
dropdown.style.display = 'none';
}
});
// Handle clicks inside iframes
document.querySelectorAll("iframe").forEach((iframe) => {
iframe.contentWindow?.addEventListener("mousedown", function () {
document.getElementById("FramestabsDropdown").style.display = "none";
});
});
//FramestabsDropdown
// Create a corresponding iframe container in the console
var iframeContainer = document.createElement("div");
iframeContainer.id = tabId;
iframeContainer.className = "tabcontent";
iframeContainer.style.display = "none"; // Initially hidden
// Create the iframe and set its source
var iframe = document.createElement("iframe");
iframe.src = url;
iframe.style.width = "100%";
iframe.style.height = "100vh";
iframeContainer.appendChild(iframe);
// Append the iframe container to the consoleContent area
document.getElementById("consoleContent").appendChild(iframeContainer);
// Open the new tab after the content is added
setTimeout(function() {
newTab.click();
}, 10); // Short delay before clicking the new tab
}
// Function to remove a tab
function removeTab(event, tabId) {
event.stopPropagation(); // Prevent tab click event
var tabButton = event.target.parentElement;
var tabContent = document.getElementById(tabId);
if (tabButton) tabButton.remove();
if (tabContent) tabContent.remove();
// Switch to the home tab if the removed tab was active
document.getElementById("pagetitle").click();
}
function downloadPdf(pdfname,downloadPDFName) {
console.log('pdfname===',pdfname)
fetch('/get-pdf/'+JSON.stringify(pdfname))
.then(response => response.blob())
.then(blob => {
const url = URL.createObjectURL(blob);
var link = document.createElement('a');
link.href = url;
link.download = downloadPDFName;
link.dispatchEvent(new MouseEvent('click'));
})
.catch(error => console.error('Error fetching PDF:', error));
}
function downloadPDFfromLink(pdfLinksent, downloadPDFName) {
const encodedURL = encodeURIComponent(pdfLinksent);
if (document.getElementById('downloadPdfbutton')){
document.getElementById('downloadPdfbutton').setAttribute('disabled',true)
document.getElementById('downloadPdfbutton').style.cursor='not-allowed';
document.getElementById('downloadPdfbutton').style.backgroundColor='rgba(101, 101, 101, 0.27)'
}
fetch(`/downloadPDFfromLink?url=${encodedURL}`)
.then(response => response.blob())
.then(blob => {
const url = URL.createObjectURL(blob);
const link = document.createElement('a');
link.href = url;
link.download = downloadPDFName;
link.dispatchEvent(new MouseEvent('click'));
if (document.getElementById('downloadPdfbutton')){
document.getElementById('downloadPdfbutton').removeAttribute('disabled');
document.getElementById('downloadPdfbutton').style.cursor='pointer';
document.getElementById('downloadPdfbutton').style.color = 'white';
document.getElementById('downloadPdfbutton').style.backgroundColor="rgb(47, 131, 198)";
document.getElementById('downloadPdfbutton').addEventListener('mouseover',function(){
document.getElementById('downloadPdfbutton').style.color='black';
document.getElementById('downloadPdfbutton').style.boxShadow=' 0 0 8px 2px rgb(47, 131, 198)';
})
document.getElementById('downloadPdfbutton').addEventListener('mouseout',function(){
document.getElementById('downloadPdfbutton').style.color='white';
document.getElementById('downloadPdfbutton').style.boxShadow='none';
});
}
})
.catch(error => console.error('Error fetching PDF:', error));
}
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
/*Add icon to duplicate 'duplicater' div (big section that includes 3 dropdowns,3 textboxes, 2 buttons(add,delete)*/
var dupliateiExtra = 0; // i
var clonedDivIdExtra=0;
var originalExtra = document.getElementById('duplicaterhidden');
var addciconvalExtra=0; //div duplicate
var jjExtra=0;
var dupliatei = 0; // i
var clonedDivId=0;
var original = document.getElementById('duplicaterhidden');
var addciconval=0; //div duplicate
var jj=0;
const vals = [];
var canvasimg;
var ry = [[]];
var section = document.getElementsByClassName("selectionsProjs")[0]
function userguidetoggleFunction() {
var dropdownContentUserguideId = document.getElementById("dropdown-contentUserguideId");
var UserGuideSideBar = document.getElementById('UserGuideSideBar');
var UserGuidetoggle = document.getElementById('UserGuidetoggle');
var isOpen = UserGuideSideBar.style.display === "block";
// **Close the dropdown when opening User Guide**
dropdownContentUserguideId.classList.remove("active");
// **Toggle the sidebar visibility properly**
if (isOpen) {
UserGuideSideBar.style.display = "none";
UserGuideSideBar.classList.remove('UserGuideslide-in');
UserGuideSideBar.classList.add('UserGuideslide-out');
UserGuidetoggle.classList.remove("change");
} else {
UserGuideSideBar.style.display = "block";
UserGuideSideBar.style.width = "25%";
UserGuideSideBar.classList.add('UserGuideslide-in');
UserGuideSideBar.classList.remove('UserGuideslide-out');
UserGuidetoggle.classList.add("change");
}
}
function ShowSectionUserguide(element) {
var textFirstPage = document.getElementById('textfirstpage');
var UserGuideSideBar = document.getElementById('UserGuideSideBar');
var UserGuidetoggle = document.getElementById('UserGuidetoggle');
var isOpen = UserGuideSideBar.style.display === "block";
// **If clicking home and already on home, only toggle icon**
if (element.id === 'homeguidebutton' || element.parentElement?.id === 'homeguidebutton') {
if (textFirstPage.style.display === 'block') {
return; // Exit function to prevent further toggling
}
hideAllSections();
textFirstPage.style.display = 'block';
return;
}
// **If clicking a section, hide sidebar and update content**
if (element.tagName === 'LI') {
hideAllSections();
// **Toggle the sidebar visibility properly**
if (isOpen) {
UserGuideSideBar.style.display = "none";
UserGuideSideBar.classList.remove('UserGuideslide-in');
UserGuideSideBar.classList.add('UserGuideslide-out');
UserGuidetoggle.classList.remove("change");
} else {
UserGuideSideBar.style.display = "block";
UserGuideSideBar.style.width = "25%";
UserGuideSideBar.classList.add('UserGuideslide-in');
UserGuideSideBar.classList.remove('UserGuideslide-out');
UserGuidetoggle.classList.add("change");
}
if (element.textContent.startsWith('1.0')) {
document.getElementById('1_0textUserGuide').style.display = 'block';
document.getElementById('1_0textUserGuide').removeAttribute('hidden');
}
else if (element.textContent.startsWith('2.1')) {
document.getElementById('2_1textUserGuide').style.display = 'block';
document.getElementById('2_1textUserGuide').removeAttribute('hidden');
}
else if (element.textContent.startsWith('2.6')) {
document.getElementById('2_6textUserGuide').style.display = 'block';
document.getElementById('2_6textUserGuide').removeAttribute('hidden');
}
else if (element.textContent.startsWith('2.7')) {
document.getElementById('2_7textUserGuide').style.display = 'block';
document.getElementById('2_7textUserGuide').removeAttribute('hidden');
}
else if (element.textContent.startsWith('2.8')) {
document.getElementById('2_8textUserGuide').style.display = 'block';
document.getElementById('2_8textUserGuide').removeAttribute('hidden');
}
else if (element.textContent.startsWith('3.2')) {
document.getElementById('3_2textUserGuide').style.display = 'block';
document.getElementById('3_2textUserGuide').removeAttribute('hidden');
}
else if (element.textContent.startsWith('3.3')) {
document.getElementById('3_3textUserGuide').style.display = 'block';
document.getElementById('3_3textUserGuide').removeAttribute('hidden');
}
}
}
// Function to hide all sections before showing the selected one
function hideAllSections() {
document.getElementById('textfirstpage').style.display = 'none';
document.getElementById('1_0textUserGuide').style.display = 'none';
document.getElementById('2_1textUserGuide').style.display = 'none';
document.getElementById('2_7textUserGuide').style.display = 'none';
document.getElementById('2_8textUserGuide').style.display = 'none';
document.getElementById('3_2textUserGuide').style.display = 'none';
document.getElementById('3_3textUserGuide').style.display = 'none';
}
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
/*User Guide button toggle*/
function userguideclick(){
document.getElementById('textfirstpage').style.display='block'
var acc = document.getElementsByClassName("dropdown-content")[0];
var userguideClose=document.getElementById("userguideClose")
var i;
acc.classList.toggle("active");
/* Toggle between hiding and showing the active panel */
if (acc.style.display === "block") {
acc.style.display = "none";
} else {
acc.style.display = "block";
acc.style.backgroundColor=(0, 153, 255);
}
close.onclick = function() {
acc.style.display = "none";
};
}
function userguideMayaTableClick(){
var userguideTableMaya=document.getElementById('userguideTableMaya')
window.open('https://docs.google.com/spreadsheets/d/10TjB8EbSiDHybo9YsDDzekxi8iQECpprXdqptHCZzec/edit?gid=875423041#gid=875423041');
}
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
/*Populate dropdowns*/
//get the 3 dropdown elements
var proj = document.getElementsByClassName("selectionsProj")[0];
var proj1 = document.getElementsByClassName("selectionsProjp")[0];
var pdfname;
var ratioAunit=1;
var ratioPunit=1;
var pdfnames='';
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
function getproj(){
document.getElementById('all').style.display='block';
var proj = document.getElementsByClassName("selectionsProj")[0];
var projectVal=proj.value.toString() //selected project
var inputs = document.getElementsByTagName("select")[1]; //second dropdown(project part)
var p=document.getElementById("selectionsProjpid") //project part
var eventSource = new EventSource('/getmethod/' + JSON.stringify(projectVal));
document.getElementById('progressBar').removeAttribute('hidden')
document.getElementById('progressBar').style.display='block';
eventSource.onmessage = function (event) {
var progress = parseInt(event.data); // Progress value from Flask
if (progress <= 100) {
console.log(progress); // Log progress for debugging
document.getElementById('progress').style.width = progress + '%';
document.getElementById('progress').textContent = progress + '%';
} else {
// Final data handling when progress reaches 100%
console.log('Process completed!');
document.getElementById('all').style.display='none';
// Parse and handle the final response data (documentsToMeasure, RelevantDocuments, extracted_path)
var data = JSON.parse(event.data); // Assuming the result is a JSON array
console.log('Final result:', data);
// You can use this data to update your page or handle it accordingly
eventSource.close(); // Close the connection when finished
document.getElementById('progressBar').setAttribute('hidden',true)
document.getElementById('progressBar').style.display='none';
document.getElementById('progress').style.width = '0%'; // Reset progress for the next process
document.getElementById('progress').textContent = '0%';
document.getElementById('refreshDropboxButtonID').style.display = "block";
document.getElementById("all").style.display = "none";
extracted_path=data[2]
var docsToMeasure=data[0]; //
var relvDocs=data[1]
var projname = document.getElementsByClassName("selectionsProj")[0];
var projpart = document.getElementsByClassName("selectionsProjp")[0];
var meas = document.getElementById("measureCheckbox") ;
var relv = document.getElementById("relvdiv") ;
const measids=[];
const relvids=[];
const measoptns=[];
// var measSelect = document.getElementById("measureselectid");
var measSelect = document.getElementById("measureContainer");
// var relvSelect = document.getElementById("relvselectid");
// var levelcheckbox= document.getElementById("levelcheckbox");
measSelect.removeAttribute("hidden");
// relvSelect.removeAttribute("hidden");
if (measSelect && measSelect.hasChildNodes()) {
while (measSelect.firstChild) {
measSelect.removeChild(measSelect.firstChild);
}
}
var optn2 = document.createElement("div"); // Use a <div> instead of <option>
optn2.textContent = 'Select project to measure'; // Set text content
optn2.hidden = true; // Keep it hidden
optn2.id = 'hidden';
measSelect.appendChild(optn2); // Append to div instead of .add()
document.getElementById("hidden").required = true;
// if (relvSelect && relvSelect.hasChildNodes()) {
// while (relvSelect.firstChild) {
// relvSelect.removeChild(relvSelect.firstChild);
// }
// }
const nameSet = new Set(); // To track unique names
const nameSetRelv = new Set(); // To track unique names
// Action foconst nameSet = new Set(); // To track unique names
// Action for when the checkbox is clicked
function handleCheckboxChange(event) {
// Uncheck all checkboxes before checking the current one
document.querySelectorAll('input[name="measureCheckbox"]').forEach(checkbox => {
checkbox.checked = false;
});
// Check the current checkbox
event.target.checked = true;
// Action when checkbox is clicked (e.g., log the selected project)
let selectedValue = event.target.value;
measSelect.value=selectedValue;
console.log("Selected project:", selectedValue);
// Highlight the selected item
document.querySelectorAll(".measure-item").forEach(item => {
item.style.backgroundColor = ''; // Reset background color for all items
});
event.target.closest(".measure-item").style.backgroundColor = '#d3f8d3'; // Highlight the selected item
canvasimg='';
ry=[[]];
// levelcheckbox.checked=false;
pdfname=selectedValue;
measSelect.style.boxShadow='none';
// document.getElementById("all").style.display = "block";
}
// Action for when the label is clicked (no checkbox change)
function handleLabelClick(event) {
let selectedLabel = event.target.textContent;
console.log("Label clicked: ", selectedLabel);
// Reset background only for items whose checkbox is **not** checked
document.querySelectorAll(".measure-item").forEach(item => {
const checkbox = item.querySelector('input[type="checkbox"]');
if (!checkbox.checked) {
item.style.backgroundColor = '';
}
});
// Optionally highlight the clicked div (even though its checkbox isn’t selected)
const clickedDiv = event.target.closest(".measure-item");
clickedDiv.style.backgroundColor = '#919592';
// Show loading spinner
document.getElementById("all").style.display = "block";
fetch('/getdropboxurl/' + JSON.stringify(selectedLabel), {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ filename: "your_pdf_filename_here.pdf" }) // ← Replace with real value if dynamic
})
.then(response => response.blob())
.then(blob => {
document.getElementById("all").style.display = "none";
const url = URL.createObjectURL(blob);
addIframeTab(selectedLabel, url);
})
.catch(function (jqXHR, textStatus, errorThrown) {
PopupElement.textContent = 'Error occurred while retrieving the Dropbox URL. Refresh and try again. If the error continues, please contact the ADR team to fix it.';
ShowPopUp();
});
}
for (let i = 0; i < docsToMeasure.length; i++) {
let name = docsToMeasure[i][0];
// Create div for the measure item
let div = document.createElement("div");
div.className = "measure-item";
// Create the checkbox
let checkbox = document.createElement("input");
checkbox.type = "checkbox";
checkbox.name = "measureCheckbox";
checkbox.value = name;
// Only clicking checkbox checks it and triggers handler
checkbox.onclick = function (e) {
e.stopPropagation(); // prevent bubbling to div
handleCheckboxChange(e);
};
// Create the label
let label = document.createElement("label");
label.textContent = name;
// Label click does not check the checkbox
label.onclick = function (e) {
e.stopPropagation(); // just to be safe
handleLabelClick(e, name);
};
// Div click also doesn't check the checkbox
div.onclick = function (e) {
handleLabelClick(e, name);
};
// Assemble
div.appendChild(checkbox);
div.appendChild(label);
measSelect.appendChild(div);
// // Handle duplicates
// if (nameSet.has(name)) {
// label.style.color = "red";
// document.getElementById("TopTextModal").textContent = 'Error: Duplicates Error';
// PopupElement.textContent = 'Duplicate project names were detected while retrieving the project PDFs. Please visit Dropbox and rename the relevant files that you will be working on to ensure each project has a unique name. Once the renaming is complete, return to the console and click on the Dropbox icon to retrieve the updated project names.';
// ShowPopUp();
// } else {
// nameSet.add(name);
// }
}
// for (let i = 0; i < relvDocs.length; i++) {
// let name = relvDocs[i][0];
// // Create div for the measure item
// let divRelv = document.createElement("div");
// divRelv.className = "relv-item";
// // Create the checkbox
// let checkboxRelv = document.createElement("input");
// checkboxRelv.type = "checkbox";
// checkboxRelv.name = "measureCheckboxRelv";
// checkboxRelv.value = name;
// // Create the label
// let label = document.createElement("label");
// label.textContent = name;
// // Shared click handler
// function checkboxRelvClick(event) {
// event.stopPropagation(); // Prevent event bubbling issues
// // Get the parent div from the event target
// const container = event.currentTarget;
// // Get the checkbox inside this container
// const checkbox = container.querySelector('input[type="checkbox"]');
// // Uncheck all checkboxes
// document.querySelectorAll('input[name="measureCheckboxRelv"]').forEach(cb => cb.checked = false);
// // Check the clicked one
// checkbox.checked = true;
// const relevantDocumentName = checkbox.value;
// console.log("Item clicked: ", relevantDocumentName);
// if (projsec.value.startsWith('2.8') || projsec.value.startsWith('2.6')) {
// doorSchedulePDF = relevantDocumentName;
// console.log(doorSchedulePDF);
// }
// // Highlight selection
// document.querySelectorAll(".relv-item").forEach(item => {
// item.style.backgroundColor = '';
// });
// container.style.backgroundColor = '#d3f8d3';
// document.getElementById('relvselectid').style.boxShadow = '';
// relvSelect.value = relevantDocumentName;
// }
// // Assign the click event to the container div
// divRelv.onclick = checkboxRelvClick;
// // Also attach to checkbox specifically to prevent bubbling issue
// checkboxRelv.onclick = (e) => {
// e.stopPropagation();
// divRelv.click(); // Trigger div's click logic
// };
// divRelv.appendChild(checkboxRelv);
// divRelv.appendChild(label);
// relvSelect.appendChild(divRelv);
// // if (nameSetRelv.has(name)) {
// // label.style.color = "red";
// // } else {
// // nameSetRelv.add(name);
// // }
// }
// relvids.push(relvSelect);
measids.push(measSelect);
// document.addEventListener("click", function(event) {
// const iframe = document.getElementById("pdfFrame");
// if (!iframe.contains(event.target)) {
// const iframe = document.getElementById("pdfFrame");
// iframe.style.display = "none";
// }
// });
}
};
eventSource.onerror = function (error) {
console.error('Error occurred:', error);
eventSource.close(); // Close on error
PopupElement.textContent='Error occured while retrieving the Project Names. Refresh and try again. If the error continues, please contact the ADR team to fix it. ';
ShowPopUp();
};
}
function getURLParams() {
const urlParams = new URLSearchParams(window.location.search);
return {
pdfLink: urlParams.get('pdfLink'),
keyword: JSON.parse(decodeURIComponent(urlParams.get('keyword') || "[]")), // Decode and parse
pageNumber: parseInt(urlParams.get('page')) || 1,
zoomRect: urlParams.get('zoom') // Expecting format: "x,y,width,height"
};
}
function processPdf() {
// const pdfLink = 'https://www.dropbox.com/scl/fi/hnp4mqigb51a5kp89kgfa/00801-ARC-20-ZZ-S-A-0002.pdf?rlkey=45abeoebzqw4qwnslnei6dkd6&st=m4yrcjm2&dl=1'; // Dropbox link
// const keyword = ['115 INTEGRATED MRI ROOM LININGS','710 TRANSPORTATION'] ; // Example keyword
const { pdfLink, keyword, pageNumber, zoomRect } = getURLParams();
// Create a new FormData object to send the data as form data
const formData = new FormData();
formData.append('pdf_link', pdfLink);
formData.append('keyword', JSON.stringify(keyword));
// Send the data to the Flask server
fetch('/apiNBSData', {
method: 'POST',
body: formData,
})
.then(response => response.json())
.then(data => {
if (data.download_link) {
window.location.href = data.download_link; // This will use the rect info from Flask
} else {
alert('Error: ' + data.error);
}
})
.catch(error => {
console.error('Error:', error);
});
}
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
function ImgLarger(id, src){
// Get the modal
var modal = document.getElementById('myModal');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById(id);
var modalImg = document.getElementById('img01');
var captionText = document.getElementById("caption");
modal.style.display = "block";
modalImg.src = src;
captionText.innerHTML = 'Preview';
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
}
var spreadsheetId='';
var spreadsheetURL='';
var colorsUsed='';
var list1='';
var SimilarAreaDictionary='';
var tomeasureproj=''
var pdfpath=[];
var interval = null;
var namepathArr=''
var allcolors=['#2FFFFF'];
// Main Function - form submit
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
document.getElementById('pdftodxfFile').addEventListener('input',function(){
console.log('hghjk')
const files = document.getElementById("pdftodxfFile");
dxffile=files.files[0];
console.log(dxffile)
});
function ImgSide(imgdata, spreadsheetLink, pdfLink,pdfname) {
var backimg = document.getElementById('backgroundimg');
backimg.innerHTML=''
// Create a container for the image and buttons
var imgContainer = document.createElement('div');
imgContainer.className = 'imgContainer';
var imgcanvas = document.createElement("img");
imgcanvas.src = 'data:image/gif;base64,' + imgdata;
imgcanvas.height = 600;
imgcanvas.id = 'imgcanvas';
imgcanvas.alt = "Larry";
imgcanvas.style.zIndex = 999;
imgcanvas.addEventListener('click', function () {
ImgLarger(imgcanvas.id, imgcanvas.src);
});
var buttonContainer = document.createElement('div');
buttonContainer.style.display = 'flex';
buttonContainer.style.marginTop = '10px';
///////////////////////////////////////////////////////////////
var legendbutton = document.createElement("button");
legendbutton.className = 'measureADRbutton2';
legendbutton.innerText = 'Legend and Data created';
legendbutton.style.backgroundColor = 'rgb(5, 43, 235)';
//////////////////////////////////////////////////////////////
var imgbutton = document.createElement("button");
imgbutton.className = 'measureADRbutton2';
imgbutton.innerText = 'Click to view as PDF';
imgbutton.id='clickpdfurldp'
imgbutton.style.backgroundColor = 'rgb(255,0,255)';
imgbutton.addEventListener('mouseover', function () {
imgbutton.style.boxShadow = '0 0 8px 2px rgb(255,0,255)';
});
imgbutton.addEventListener('mouseout', function () {
imgbutton.style.boxShadow = 'none';
});
imgbutton.addEventListener('click', function () {
window.open(pdfLink);
});
/////////////////////////////////////////////////////////////
var refreshpdfmarkups = document.createElement("button");
refreshpdfmarkups.className = 'measureADRbutton2';
refreshpdfmarkups.id='refreshpdfmarkups'
refreshpdfmarkups.style.backgroundColor = 'rgb(255, 89, 0)';
refreshpdfmarkups.style.padding = '10px 20px';
// Create the icon element
const icon = document.createElement('i');
icon.className = 'fa fa-refresh'; // Add Font Awesome classes
icon.setAttribute('aria-hidden', 'true'); // Add accessibility attribute
// Set button text and append the icon
// refreshpdfmarkups.textContent = ' Refresh';
refreshpdfmarkups.prepend(icon); // Add icon before the text
refreshpdfmarkups.addEventListener('mouseover', function () {
refreshpdfmarkups.style.boxShadow = '0 0 8px 2px rgb(255, 89, 0)';
});
refreshpdfmarkups.addEventListener('mouseout', function () {
refreshpdfmarkups.style.boxShadow = 'none';
});
/////
var downloadPdfbutton = document.createElement("button");
downloadPdfbutton.className = 'measureADRbutton2';
downloadPdfbutton.id='downloadPdfbutton'
downloadPdfbutton.style.backgroundColor = 'rgb(47, 131, 198)';
downloadPdfbutton.style.padding = '10px 20px';
const icon1 = document.createElement('i');
icon1.className = 'fa fa-download'; // Add Font Awesome classes
icon1.setAttribute('aria-hidden', 'true'); // Add accessibility attribute
// Set button text and append the icon
// refreshpdfmarkups.textContent = ' Refresh';
downloadPdfbutton.prepend(icon1); // Add icon before the text
downloadPdfbutton.onclick=function(){
// Extract the pathname from the URL
const pathname = new URL(pdfname).pathname;
const filename = pathname.substring(pathname.lastIndexOf('/') + 1);
console.log(filename); // Output: 00801-ARC-37-01-D-A-2521
downloadname='Measured_PDF_'+filename;
const encodedURL = encodeURIComponent(JSON.stringify(pdfLink))
downloadPDFfromLink(pdfLink,downloadname)
}
downloadPdfbutton.addEventListener('mouseover', function () {
document.getElementById('downloadPdfbutton').style.color='black';
downloadPdfbutton.style.boxShadow = '0 0 8px 2px rgb(47, 131, 198)';
});
downloadPdfbutton.addEventListener('mouseout', function () {
document.getElementById('downloadPdfbutton').style.color='white';
downloadPdfbutton.style.boxShadow = 'none';
});
////////////////////////////////////////////////////////////
buttonContainer.appendChild(legendbutton);
buttonContainer.appendChild(imgbutton);
buttonContainer.appendChild(downloadPdfbutton);
buttonContainer.appendChild(refreshpdfmarkups);
imgContainer.appendChild(imgcanvas);
imgContainer.appendChild(buttonContainer);
backimg.appendChild(imgContainer);
}
function updatepreview(pdfname){
console.log('pdfpath',pdfname)
$.get( '/updatepreviewimg/'+ JSON.stringify(pdfname))
.success( function(data) {
document.getElementById("loading").hidden = true;
ImgSide(data,spreadsheetURL,dropboxLink,pdfname)
})
}
// Function to update dropdown options
function updateDropdown(options) {
const dropdowns = document.getElementsByName('text1name');
dropdowns.forEach((dropdown) => {
// Save the currently selected value
const selectedValue = dropdown.value;
// Clear the dropdown
dropdown.innerHTML = '';
// Repopulate with new options
options.forEach((value) => {
const option = document.createElement('option');
option.value = value;
option.textContent = value;
dropdown.appendChild(option);
});
// Restore the previously selected value if it still exists
if (options.includes(selectedValue)) {
dropdown.value = selectedValue;
}
});
}
function convertJSONToCSV(jsonArray) {
if (!Array.isArray(jsonArray) || jsonArray.length === 0) {
return '';
}
const headers = Object.keys(jsonArray[0]);
const csvRows = [];
// Add headers
csvRows.push(headers.join(','));
// Add rows
for (const obj of jsonArray) {
const row = headers.map(header => {
const val = (obj[header] ?? '').toString().replace(/"/g, '""');
return `"${val}"`;
});
csvRows.push(row.join(','));
}
return csvRows.join('\n');
}
function downloadCSVFromJSON(jsonArray, filename = "output.csv") {
const csv = convertJSONToCSV(jsonArray);
const blob = new Blob([csv], { type: 'text/csv' });
const url = window.URL.createObjectURL(blob);
const a = document.createElement('a');
a.setAttribute('href', url);
a.setAttribute('download', filename);
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
}
function getData(form) {
document.getElementById("loading").hidden = false;
var formData = new FormData(form);
clearInterval(interval)
val=0;
answers=[];
tomeasureproj='';
pdfpath=[];
formvalues=Object.fromEntries(formData);
console.log(formData,formvalues)
// iterate through entries...
tomeasureproj=formvalues['measureCheckbox']; //proj name
document.getElementById('measureADRbutton').setAttribute('disabled',true);
document.getElementById('measureADRbutton').style.cursor='not-allowed';
document.getElementById('measureADRbutton').style.boxShadow = 'none';
document.getElementById('measureADRbutton').style.color = 'white';
document.getElementById('measureADRbutton').style.backgroundColor="rgb(154,152,152)";
answers.push(tomeasureproj,formvalues['selectproj']);
formData.append('answers',JSON.stringify(answers))
$.ajax({
type: "POST",
url: "/findspecificationMVP1/",
contentType: "application/json", // set content type header to use Flask response.get_json()
data: formData,// convert data/object to JSON to send
processData: false, // Prevent jQuery from automatically processing the data
contentType: false,
success: function(response) {
console.log(response);
},
error: function(err) {
let TopTextModal = document.getElementById("TopTextModal");
TopTextModal.textContent = "Error";
PopupElement.textContent='Error occured. Refresh and try again. If the error continues, please contact the ADR team to fix it. ';
ShowPopUp();
}
})
.done(function(data){
// var mp3_url = 'https://media.geeksforgeeks.org/wp-content/uploads/20190531135120/beep.mp3';
// (new Audio(mp3_url)).play()
document.getElementById("loading").hidden = true;
// document.getElementById("rightside").hidden = false;
// document.getElementById('duplicater').removeAttribute('hidden');
document.getElementById('measureADRbutton').removeAttribute('disabled');
document.getElementById('measureADRbutton').style.cursor='pointer';
document.getElementById('measureADRbutton').style.color = 'white';
document.getElementById('measureADRbutton').style.backgroundColor="#16c72e";
document.getElementById('measureADRbutton').style.padding='10px 102px';
document.getElementById('measureADRbutton').addEventListener('mouseover',function(){
document.getElementById('measureADRbutton').style.color='black';
document.getElementById('measureADRbutton').style.boxShadow=' 0 0 8px 2px #16c72e';
})
document.getElementById('measureADRbutton').addEventListener('mouseout',function(){
document.getElementById('measureADRbutton').style.color='white';
document.getElementById('measureADRbutton').style.boxShadow='none';
});
pdflink=data[0];
jsonoutput=data[1];
window.open(pdflink);
downloadCSVFromJSON(jsonoutput)
// ImgSide(data[0],spreadsheetURL,dropboxLink,tomeasureproj)
//////////////////////////////////////////////////////////////////////////////////////////
});
}
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
document.getElementById("myForm").addEventListener("submit", function (e) {
e.preventDefault(); // Prevent form submission
// // If validation passes, proceed with form submission
getData(e.target);
});
////////////////////////////////////////////
var closeButtons = document.querySelectorAll(".closeModal");
var allCloseDivs = document.getElementsByName("tobeclosed");
closeButtons.forEach(function(button) {
button.addEventListener("click", function() {
allCloseDivs.forEach(function(div) {
div.style.display = "none";
});
});
});
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
//___________________________________________________________________________________________________________
var mpopup = document.getElementById('mpopupBox');
// Select close action element
// var close = document.getElementsByClassName("closeModal")[0];
function ShowPopUp(){
// Open modal
mpopup.style.display = "block";
}
// Close modal once close element is clicked
// close.onclick = function() {
// mpopup.style.display = "none";
// };
// Close modal when user clicks outside of the modal box
window.onclick = function(event) {
if (event.target == mpopup) {
mpopup.style.display = "none";
}
};
// closeDialog.onclick = function() {
// dialog_container.style.display = "none";
// };
var dialog_container = document.getElementById('dialog-container');
// Select close action element
// var closeDialog = document.getElementsByClassName("closeModal")[0];
function ShowPopUpWarning(){
// Open modal
dialog_container.style.display = "block";
}
// Close modal once close element is clicked
// closeDialog.onclick = function() {
// console.log()
// dialog_container.style.display = "none";
// };
// Close modal when user clicks outside of the modal box
window.onclick = function(event) {
if (event.target == dialog_container) {
dialog_container.style.display = "none";
}
};
function handleKey(event, id) {
const ignoredKeys = [
'Backspace', 'Delete', 'ArrowLeft', 'ArrowRight', 'ArrowUp', 'ArrowDown',
'Shift', 'Control', 'Alt', 'Meta', 'Escape', 'Tab'
];
if (!ignoredKeys.includes(event.key)) {
filterFunction(id);
}
}
function filterFunction(id) {
const nameCount = {}; // Track name frequency
let flagnameset = false;
const input = document.getElementById(id);
const filter = input.value.toUpperCase();
let items;
if (id.toString().startsWith('tomeasure'))
items = document.querySelectorAll("#measureContainer .measure-item");
else
items = document.querySelectorAll("#relvselectid .relv-item");
// First pass: count names
items.forEach(item => {
const txtValue = item.textContent || item.innerText;
const name = item.children[1].textContent;
if (txtValue.toUpperCase().includes(filter)) {
nameCount[name] = (nameCount[name] || 0) + 1;
item.style.display = "";
} else {
item.style.display = "none";
}
});
// Second pass: apply coloring
items.forEach(item => {
const txtValue = item.textContent || item.innerText;
const name = item.children[1].textContent;
if (txtValue.toUpperCase().includes(filter)) {
if (nameCount[name] > 1) {
item.style.color = "red";
flagnameset = true;
} else {
item.style.color = ""; // Reset color for unique names
}
}
});
if (flagnameset) {
document.getElementById("TopTextModal").textContent = 'Error: Duplicates Error';
PopupElement.textContent = 'Duplicate project names were detected while retrieving the project PDFs. Please visit Dropbox and rename the relevant files that you will be working on to ensure each project has a unique name. Once the renaming is complete, return to the console and click on the Dropbox icon to retrieve the updated project names.';
ShowPopUp();
}
}
// Call function when show dialog btn is clicked
// var duplicaterExtra = document.getElementById("duplicaterExtra");
var overlaymeText = document.getElementById("modal-bodyTextp");
var overlayme = document.getElementById("dialog-container");
document.getElementById("refreshDropboxButtonID").disabled=false;
// if (document.getElementById("refreshDropboxButtonID").disabled==false){
document.getElementById("refreshDropboxButtonID").onclick = function()
{
TopTextModal.textContent='Warning: Dropbox Refresh';
if (document.getElementById("refreshDropboxButtonID").disabled==false)
overlayme.style.display = "block";
overlaymeText.textContent='The console updates projects retrieved from Dropbox automatically at 9:00 am and 9:00 p.m. If you need to access any projects in between, just click on this button. Please note that it will refresh the files related to the project you chose only.';
// duplicaterExtra.setAttribute('hidden',true)
};
// Call function when show dialog btn is clicked
var TopTextModal = document.getElementById("TopTextModalWarning");
// document.getElementById("refreshAPIbutton").disabled=false;
// document.getElementById("refreshAPIbutton").onclick = function()
// {
// TopTextModal.textContent='Warning: MC Refresh';
// if (document.getElementById("refreshAPIbutton").disabled==false)
// {
// console.log(overlaymeText.textContent)
// overlaymeText.textContent='This is not a mandatory button. The system already runs at half-hour intervals to update the dropdowns and MC-Templates from the MC. Using this would manually refresh the data retrieved, disregarding the 30-minute interval.';
// overlayme.style.display = "block";
// // duplicaterExtra.setAttribute('hidden',true)
// }
// };
var extracted_path;
function callrefreshDropbox(){
console.log('ldropboxx' , extracted_path)
document.getElementById("refreshDropboxButtonID").style.backgroundColor = "gray";
document.getElementById("refreshDropboxButtonID").style.cursor='not-allowed';
document.getElementById("refreshDropboxButtonID").disabled="disabled";
TopTextModal=document.getElementById("TopTextModal");
$.get('/postdropboxprojects/' + encodeURIComponent(JSON.stringify(extracted_path)))
.success(function(stringReturned) {
if (stringReturned.startsWith('Updated'))
{
console.log('DONEEEE')
TopTextModal.textContent= "Success!";
TopTextModal.style.color='green';
PopupElement.textContent=stringReturned;
}
else{
PopupElement.textContent=stringReturned;
}
ShowPopUp();
document.getElementById("refreshDropboxButtonID").style.cursor='pointer';
document.getElementById("refreshDropboxButtonID").style.backgroundColor = "#1680c7";
document.getElementById("refreshDropboxButtonID").disabled = false;
})
.error(function(jqXHR, textStatus, errorThrown) {
PopupElement.textContent='Error occured while retrieving projects from the dropbox. Refresh and try again. If the error continues, please contact the ADR team to fix it. ';
ShowPopUp();
});
}
// function refreshAPIbuutton(dataa){
// $.get('/refreshAPIAppendNewTables')
// .success(function(successData){
// if (dataa[1]==='project')
// {
// // console.log('projjjj')
// // displayprjnames();
// console.log(dataa[2])
// for (let d=0;d<dataa[2].length;d++)
// {
// console.log(dataa[2][d])
// opt=document.createElement("option");
// opt.textContent=dataa[2][d];
// opt.text=dataa[2][d];
// firstdropdown.append(opt);
// PrjNamesArray.push(dataa[2][d]);
// }
// }
// else if (dataa[1]==='part')
// { if (firstdropdown.value)
// {
// console.log(dataa[2])
// for (let d=0;d<dataa[2].length;d++)
// {
// console.log(dataa[2][d])
// opt=document.createElement("option");
// opt.textContent=dataa[2][d];
// opt.text=dataa[2][d];
// seconddropdown.append(opt);
// // PrjPartsArray.push(data[2][d]);
// }
// }
// }
// else if (dataa[1]==='section')
// {
// if ((firstdropdown.value) && (seconddropdown.value))
// {
// console.log(dataa[2])
// for (let d=0;d<dataa[2].length;d++)
// {
// console.log(dataa[2][d])
// opt=document.createElement("option");
// opt.textContent=dataa[2][d];
// opt.text=dataa[2][d];
// if(!(dataa[2][d].startsWith('1.0') ) || (data[i].startsWith('3.2') ) || (data[i].startsWith('2.8')) || (data[i].startsWith('2.6')) || (data[i].startsWith('3.3')) || (data[i].startsWith('2.1')) || (data[i].startsWith('2.7')) )//||data[i].startsWith('2.2')))
// {
// opt.style.color='#bdbcbc';
// opt.style.cursor='not-allowed';
// opt.setAttribute('disabled',true)
// }
// thirddropdown.append(opt);
// // PrjPartsArray.push(data[2][d]);
// }
// }
// }
// TopTextModal=document.getElementById("TopTextModalWarning");
// TopTextModal.textContent= "Success!";
// TopTextModal.style.color='green';
// PopupElement.textContent='Console is up to date!';
// ShowPopUp();
// document.getElementById("refreshAPIbutton").style.cursor='pointer';
// document.getElementById("refreshAPIbutton").style.backgroundColor = "#003CFF";
// document.getElementById("refreshAPIbutton").disabled = false;
// document.getElementById('all').style.display='none';
// })
// .error(function(jqXHR, textStatus, errorThrown) {
// PopupElement.textContent='Error occured while retrieving projects. Refresh and try again. If the error continues, please contact the ADR team to fix it. ';
// ShowPopUp();
// });
// }
// function callrefreshAPI(){
// console.log('l')
// document.getElementById("refreshAPIbutton").style.backgroundColor = "gray";
// document.getElementById("refreshAPIbutton").style.cursor='not-allowed';
// document.getElementById("refreshAPIbutton").disabled="disabled";
// if (thirddropdown.value){
// console.log('yes')
// $.get( '/RetrieveMCTNames/')
// .success (function(data){
// console.log(data)
// MCTNames=data;
// // console.log('jjw')
// sectionNumber=thirddropdown.value;
// MCTNames=MCTNames[sectionNumber.toString().toLowerCase()]
// // console.log('pn')
// console.log(MCTNames)
// })
// .error(function(jqXHR, textStatus, errorThrown) {
// PopupElement.textContent='Error occured while retrieving the MC-T Names. Refresh and try again. If the error continues, please contact the ADR team to fix it. ';
// ShowPopUp();
// });
// // return MCTNames
// }
// if ((firstdropdown.value) && (seconddropdown.value))
// {
// $.getJSON('/refreshAPI', {prjname: firstdropdown.value, prjpart: seconddropdown.value,prjpartid:partsArrIDsonly[seconddropdown.selectedIndex-1],},function(data11){
// refreshAPIbuutton(data11)
// })
// }
// else if (firstdropdown.value)
// {
// $.getJSON('/refreshAPI', {prjname: firstdropdown.value, }
// ,function(data11){
// refreshAPIbuutton(data11)
// })
// }
// else if (!firstdropdown.value){
// $.getJSON('/refreshAPI',function(data11){
// refreshAPIbuutton(data11)
// })
// }
// }
</script>
|