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/newtournament.xhtml

    r8 r9  
    4747        <div id="box" class="box">
    4848                <br /> Domain/Profile Server: <input type="url" name="url"
    49                         id="profilesserverurl" value="localhost:8080/profilesserver-1.1.0"
     49                        id="profilesserverurl" value="localhost:8080/profilesserver-1.2.0"
    5050                        pattern=".*:[0-9]+/profilesserver" size="30"
    5151                        onchange="connectDomain()"> </input> <br /> Domain: <select
     
    7676        <div id="box" class="box">
    7777                <br /> Parties Server: <input type="url" name="url"
    78                         id="partiesserverurl" value="localhost:8080/partiesserver-1.1.0"
     78                        id="partiesserverurl" value="localhost:8080/partiesserver-1.2.0"
    7979                        pattern=".*:[0-9]+/partiesserver" size="30"
    8080                        onchange="connectParties()"> </input> <br /> <br />
     
    106106        <div id="started" style="visibility: hidden">
    107107                Your tournament started. Click <a href="" id="logref">here</a> to view
    108                 the log file.
     108                the log file. <br />
     109                <a href="" id="plotref">show results table.</a>.
    109110        </div>
    110111
     
    385386                                document.getElementById("started").setAttribute("style","");
    386387                        document.getElementById("logref").href="log/"+this.responseText+".json";
     388                                document.getElementById("plotref").href="utilstable.xhtml?"+this.responseText;
    387389                        } else
    388390                                alert("request failed:"+this.statusText);
     
    421423        */
    422424        function init() {
    423                 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.1.0";
    424                 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.1.0";
     425                document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.2.0";
     426                document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.2.0";
    425427
    426428
Note: See TracChangeset for help on using the changeset viewer.