
- link to mistshop in menu - LTS features visible but disabled for non LTS users - record option for livestreams in LTS - in edit protocol, the saved value for the default port is now '' (empty string) instead of 0
53 lines
1.2 KiB
HTML
53 lines
1.2 KiB
HTML
<!doctype html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8' />
|
|
|
|
<title>Mistserver Manager - not connected</title>
|
|
|
|
<script src='jquery.js'></script>
|
|
<script src='placeholder.js'></script>
|
|
<script src='md5.js'></script>
|
|
<script src='main.js'></script>
|
|
<script src='functions.js'></script>
|
|
<script src='tablesort.js'></script>
|
|
|
|
<link rel='stylesheet' href='style.css' />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='header'>
|
|
|
|
<div id='header-title'>
|
|
<span>Mistserver Manager</span>
|
|
</div>
|
|
|
|
<div id='header-status'>
|
|
<span id='header-connection' class='disconnected'>Disconnected</span>
|
|
<span id='header-host'></span>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ul id='nav'>
|
|
<li class='selected'>overview</li>
|
|
<li>protocols</li>
|
|
<li>streams</li>
|
|
<li class='LTSonly'>limits</li>
|
|
<li>conversion</li>
|
|
<li>logs</li>
|
|
<li>server stats</li>
|
|
<li id='logoutbutton'>disconnect</li>
|
|
<li><a href='http://shop.mistserver.org/' target='_blank'>Mist Shop</a></li>
|
|
</ul>
|
|
|
|
<div id='page'></div>
|
|
|
|
</body>
|
|
|
|
</html>
|