Changeset 7 for src/main/webapp/newtournament.xhtml
- Timestamp:
- 11/28/19 14:41:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/newtournament.xhtml
r6 r7 43 43 <div id="box" class="box"> 44 44 <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" 46 46 pattern=".*:[0-9]+/profilesserver" size="30" 47 47 onchange="connectDomain()"> </input> <br /> Domain: <select … … 69 69 <div id="box" class="box"> 70 70 <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" 72 72 pattern=".*:[0-9]+/partiesserver" size="30" 73 73 onchange="connectParties()"> </input> <br /> <br /> … … 390 390 */ 391 391 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" 394 394 395 395
Note:
See TracChangeset
for help on using the changeset viewer.