source: src/main/webapp/index.jsp@ 43

Last change on this file since 43 was 43, checked in by bart, 2 years ago

Domaineditor released.

File size: 713 bytes
Line 
1<html>
2<head>
3<link rel="stylesheet" type="text/css" href="style.css" />
4</head>
5<body>
6 <h1>GeniusWeb Run Server</h1>
7
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>.
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.