Changeset 11 for src/main/webapp/newtournament.xhtml
- Timestamp:
- 03/02/20 10:29:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/newtournament.xhtml
r10 r11 47 47 <div id="box" class="box"> 48 48 <br /> Domain/Profile Server: <input type="url" name="url" 49 id="profilesserverurl" value="localhost:8080/profilesserver-1.3. 0"49 id="profilesserverurl" value="localhost:8080/profilesserver-1.3.1" 50 50 pattern=".*:[0-9]+/profilesserver" size="30" 51 51 onchange="connectDomain()"> </input> <br /> Domain: <select … … 76 76 <div id="box" class="box"> 77 77 <br /> Parties Server: <input type="url" name="url" 78 id="partiesserverurl" value="localhost:8080/partiesserver-1.3. 0"78 id="partiesserverurl" value="localhost:8080/partiesserver-1.3.1" 79 79 pattern=".*:[0-9]+/partiesserver" size="30" 80 80 onchange="connectParties()"> </input> <br /> <br /> … … 423 423 */ 424 424 function init() { 425 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.3. 0";426 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.3. 0";425 document.getElementById("partiesserverurl").value =window.location.hostname+":8080/partiesserver-1.3.1"; 426 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1.3.1"; 427 427 428 428
Note:
See TracChangeset
for help on using the changeset viewer.