Subversion Repositories munaweb

Rev

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

Rev 2 Rev 5
Line 11... Line 11...
11
    <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
11
    <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
12
    <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
12
    <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
13
    <link rel="stylesheet" href="css/style.css">
13
    <link rel="stylesheet" href="css/style.css">
14
    <link rel="stylesheet" href="css/tablesorter.theme.blue.css">
14
    <link rel="stylesheet" href="css/tablesorter.theme.blue.css">
15
    <script src="js/XMLWriter.js"></script>
15
    <script src="js/XMLWriter.js"></script>
16
    <script src="js/vkbeautify.js"></script>
-
 
17
    <script src="js/lodash.min.js"></script>
16
    <script src="js/lodash.min.js"></script>
18
    <script src="js/XMLparse.js"></script>
17
    <script src="js/XMLparse.js"></script>
19
    <script src="js/muna-tools.js"></script>
18
    <script src="js/muna-tools.js"></script>
20
    <script src="js/jquery.js"></script>
19
    <script src="js/jquery.js"></script>
21
    <script src="js/jquery.tablesorter.min.js"></script>
20
    <script src="js/jquery.tablesorter.min.js"></script>
Line 473... Line 472...
473
        return;
472
        return;
474
    }
473
    }
475
 
474
 
476
    xml = xw.flush();
475
    xml = xw.flush();
477
    xw.close();
476
    xw.close();
478
    //window.alert(vkbeautify.xml(xml));
-
 
479
 
477
 
480
    xhr.onload = function() {
478
    xhr.onload = function() {
481
        var obj = XMLparse(xhr.responseXML);
479
        var obj = XMLparse(xhr.responseXML);
482
        //window.alert(JSON.stringify(obj));
-
 
483
        //window.alert(vkbeautify.xml(xhr.responseText));
-
 
484
 
480
 
485
        var returnCode = obj.Ack;
481
        var returnCode = obj.Ack;
486
 
482
 
487
        var x = document.getElementById("results");
483
        var x = document.getElementById("results");
488
        if (x.className.indexOf("w3-show") == -1) {
484
        if (x.className.indexOf("w3-show") == -1) {
Line 571... Line 567...
571
        return;
567
        return;
572
    }
568
    }
573
 
569
 
574
    xml = xw.flush();
570
    xml = xw.flush();
575
    xw.close();
571
    xw.close();
576
    //window.alert(vkbeautify.xml(xml));
-
 
577
 
572
 
578
    xhr.onload = function() {
573
    xhr.onload = function() {
579
        var obj = XMLparse(xhr.responseXML);
574
        var obj = XMLparse(xhr.responseXML);
580
        //window.alert(JSON.stringify(obj));
-
 
581
        //window.alert(vkbeautify.xml(xhr.responseText));
-
 
582
 
575
 
583
        var returnCode = obj.Ack;
576
        var returnCode = obj.Ack;
584
 
577
 
585
        var x = document.getElementById("results");
578
        var x = document.getElementById("results");
586
        if (x.className.indexOf("w3-show") == -1) {
579
        if (x.className.indexOf("w3-show") == -1) {
Line 912... Line 905...
912
        return;
905
        return;
913
    }
906
    }
914
 
907
 
915
    xml = xw.flush();
908
    xml = xw.flush();
916
    xw.close();
909
    xw.close();
917
    //window.alert(vkbeautify.xml(xml));
-
 
918
 
910
 
919
    xhr.onload = function() {
911
    xhr.onload = function() {
920
        var obj = XMLparse(xhr.responseXML);
912
        var obj = XMLparse(xhr.responseXML);
921
        //window.alert(JSON.stringify(obj));
-
 
922
        //window.alert(vkbeautify.xml(xhr.responseText));
-
 
923
 
913
 
924
        var returnCode = obj.Ack;
914
        var returnCode = obj.Ack;
925
 
915
 
926
        var objArray = (liveListing ? obj.ActiveList : obj.UnsoldList);
916
        var objArray = (liveListing ? obj.ActiveList : obj.UnsoldList);
927
 
917
 
Line 1094... Line 1084...
1094
        return;
1084
        return;
1095
    }
1085
    }
1096
 
1086
 
1097
    xml = xw.flush();
1087
    xml = xw.flush();
1098
    xw.close();
1088
    xw.close();
1099
    //window.alert(vkbeautify.xml(xml));
-
 
1100
 
1089
 
1101
    xhr.onload = function() {
1090
    xhr.onload = function() {
1102
        var obj = XMLparse(xhr.responseXML);
1091
        var obj = XMLparse(xhr.responseXML);
1103
        //window.alert(JSON.stringify(obj));
-
 
1104
        //window.alert(vkbeautify.xml(xhr.responseText));
-
 
1105
 
1092
 
1106
        var returnCode = obj.Ack;
1093
        var returnCode = obj.Ack;
1107
 
1094
 
1108
        var x = document.getElementById("results");
1095
        var x = document.getElementById("results");
1109
 
1096