Changeset 10 for src/main/webapp/newtournament.xhtml
- Timestamp:
- 02/13/20 16:30:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/newtournament.xhtml
r9 r10 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. 2.0"49 id="profilesserverurl" value="localhost:8080/profilesserver-1.3.0" 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. 2.0"78 id="partiesserverurl" value="localhost:8080/partiesserver-1.3.0" 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. 2.0";426 document.getElementById("profilesserverurl").value =window.location.hostname+":8080/profilesserver-1. 2.0";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"; 427 427 428 428
Note:
See TracChangeset
for help on using the changeset viewer.