Changeset 7 for src/main/webapp


Ignore:
Timestamp:
11/28/19 14:41:17 (5 years ago)
Author:
bart
Message:

Release 1.1.0

Location:
src/main/webapp
Files:
2 edited

Legend:

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

    r6 r7  
    2727        <br /> Domain/Profile Server:
    2828        <input type="url" name="url" id="profilesserverurl"
    29                 value="localhost:8080/profilesserver-1.0.0"
     29                value="localhost:8080/profilesserver-1.1.0"
    3030                pattern=".*:[0-9]+/profilesserver" size="30"
    3131                onchange="connectDomain()"> </input>
     
    4141                <br /> <b>Participants</b> <br /> Parties Server: <input type="url"
    4242                        name="url" id="partiesserverurl"
    43                         value="localhost:8080/partiesserver-1.0.0"
     43                        value="localhost:8080/partiesserver-1.1.0"
    4444                        pattern=".*:[0-9]+/partiesserver" size="30"
    4545                        onchange="connectParties()"> </input> <br /> <br /> <b>Edit
     
    220220         refresh table: copy all parties elements in there.
    221221         Typically parties is something like
    222          [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1.0.0",
     222         [{"uri":"http:130.161.180.1:8080/partiesserver/run/randomparty-1.1.0",
    223223                 "capabilities":{"protocols":["SAOP"]},
    224224                 "description":"places random bids until it can accept an offer with utility >0.6",
    225                  "id":"randomparty-1.0.0",
     225                 "id":"randomparty-1.1.0",
    226226                 "partyClass":"geniusweb.exampleparties.randomparty.RandomParty"},
    227227                                 ...]
     
    396396        */
    397397        function init() {
    398                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.0.0"
    399                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.0.0"
     398                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.1.0"
     399                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.1.0"
    400400                connectDomain();
    401401                connectParties();
  • src/main/webapp/newtournament.xhtml

    r6 r7  
    4343        <div id="box" class="box">
    4444                <br /> Domain/Profile Server: <input type="url" name="url"
    45                         id="profilesserverurl" value="localhost:8080/profilesserver-1.0.0"
     45                        id="profilesserverurl" value="localhost:8080/profilesserver-1.1.0"
    4646                        pattern=".*:[0-9]+/profilesserver" size="30"
    4747                        onchange="connectDomain()"> </input> <br /> Domain: <select
     
    6969        <div id="box" class="box">
    7070                <br /> Parties Server: <input type="url" name="url"
    71                         id="partiesserverurl" value="localhost:8080/partiesserver-1.0.0"
     71                        id="partiesserverurl" value="localhost:8080/partiesserver-1.1.0"
    7272                        pattern=".*:[0-9]+/partiesserver" size="30"
    7373                        onchange="connectParties()"> </input> <br /> <br />
     
    390390        */
    391391        function init() {
    392                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.0.0"
    393                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.0.0"
     392                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.1.0"
     393                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.1.0"
    394394
    395395
Note: See TracChangeset for help on using the changeset viewer.