Ignore:
Timestamp:
01/30/20 16:52:47 (5 years ago)
Author:
bart
Message:

Tournament overview table, few bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/newsession.xhtml

    r8 r9  
    2929        <br /> Domain/Profile Server:
    3030        <input type="url" name="url" id="profilesserverurl"
    31                 value="localhost:8080/profilesserver-1.1.0"
     31                value="localhost:8080/profilesserver-1.2.0"
    3232                pattern=".*:[0-9]+/profilesserver" size="30"
    3333                onchange="connectDomain()"> </input>
     
    4343                <br /> <b>Participants</b> <br /> Parties Server: <input type="url"
    4444                        name="url" id="partiesserverurl"
    45                         value="localhost:8080/partiesserver-1.1.0"
     45                        value="localhost:8080/partiesserver-1.2.0"
    4646                        pattern=".*:[0-9]+/partiesserver" size="30"
    4747                        onchange="connectParties()"> </input> <br /> <br /> <b>Party
     
    273273         refresh table: copy all parties elements in there.
    274274         Typically parties is something like
    275          [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1.1.0",
     275         [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1.2.0",
    276276                 "capabilities":{"protocols":["SAOP"]},
    277277                 "description":"places random bids until it can accept an offer with utility >0.6",
    278                  "id":"randomparty-1.1.0",
     278                 "id":"randomparty-1.2.0",
    279279                 "partyClass":"geniusweb.exampleparties.randomparty.RandomParty"},
    280280                                 ...]
     
    571571        function init() {
    572572                selectProtocol();
    573                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.1.0"
    574                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.1.0"
     573                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.2.0"
     574                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.2.0"
    575575                connectDomain();
    576576                connectParties();
Note: See TracChangeset for help on using the changeset viewer.