Changeset 17 for src/main/webapp/index.jsp
- Timestamp:
- 09/22/20 08:52:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/index.jsp
r4 r17 1 1 <html> 2 <head> 3 <link rel="stylesheet" type="text/css" href="style.css" /> 4 </head> 2 5 <body> 3 <h1>GeniusWeb Run Server</h1>6 <h1>GeniusWeb Run Server</h1> 4 7 5 <a href="newsession.xhtml">new session</a> 6 <br> 7 <a href="newtournament.xhtml">new tournament</a> 8 <br> 9 <a href="running.xhtml">view currently running negotiations</a> 10 <br> 11 <a href="log">view logs</a> 12 <p> 13 For help and more info, please refer to the <a href="https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebRunServer"> run server page</a>. 8 <!-- the onclick construct is to pass through the search term in the URL --> 9 <aa onclick="window.location='newsession.xhtml'+window.location.search;" >new session</aa> 10 <br> 11 <aa onclick="window.location='newtournament.xhtml'+window.location.search;" >new tournament</aa> 12 <br> 13 <aa onclick="window.location='running.xhtml'+window.location.search;" >view currently running negotiations</aa> 14 <br> 15 <a href="log">view logs</a> 16 <p> 17 For help and more info, please refer to the <a 18 href="https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebRunServer"> 19 run server page</a>. 14 20 </body> 15 21 </html>
Note:
See TracChangeset
for help on using the changeset viewer.