Files
Paradise/goon/browserassets/html/browserOutput.html
2019-01-29 20:42:54 +00:00

72 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Chat</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="font-awesome.css" />
<!-- <link rel="stylesheet" type="text/css" href="browserOutput-dark.css" /> -->
<!-- Completely skip loading any normal scripts if below IE8; we won't use them -->
<!--[if gte IE 8]><!-->
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="json2.min.js"></script>
<!--<![endif]-->
<!-- The following script(s) require IE9 or above -->
<!--[if gte IE 9]><!-->
<script type="text/javascript" src="jquery.mark.min.js"></script>
<script type="text/javascript" src="unicode_9_annotations.json"></script>
<script type="text/javascript" src="twemoji.min.js"></script>
<!--<![endif]-->
</head>
<body>
<!--[if lt IE 8]>
<script type="text/javascript">
alert("You are using an unsupported version of Internet Explorer. Please update to the latest version.");
</script>
<![endif]-->
<!--[if gte IE 8]><!-->
<div id="loading">
<i class="icon-spinner icon-2x"></i>
<div>
Loading...<br><br>
If this takes longer than 10 seconds, it will automatically reload, multiple times if necessary.<br>
If it <b>still</b> doesn't work, please adminhelp (F1) and tell us your operating system and Internet Explorer version.
</div>
</div>
<div id="messages">
</div>
<div id="userBar" style="display: none;">
<div id="ping">
<i class="icon-circle" id="pingDot"></i>
<span class="ms" id="pingMs">--ms</span>
</div>
<div id="options">
<a href="#" class="toggle" id="toggleOptions" title="Options"><i class="icon-cog"></i></a>
<div class="sub" id="subOptions">
<a href="#" class="decreaseFont" id="decreaseFont"><span>Decrease font size</span> <i class="icon-font">-</i></a>
<a href="#" class="increaseFont" id="increaseFont"><span>Increase font size</span> <i class="icon-font">+</i></a>
<a href="#" class="chooseFont" id="chooseFont">Change font <i class="icon-font"></i></a>
<a href="#" class="toggleHideSpam" id="toggleHideSpam"><span>Condense chat</span> <i class="icon-font">Ø</i></a>
<a href="#" class="togglePing" id="togglePing"><span>Toggle ping display</span> <i class="icon-circle"></i></a>
<a href="#" class="highlightTerm" id="highlightTerm"><span>Highlight string</span> <i class="icon-tag"></i></a>
<a href="#" class="saveLog" id="saveLog"><span>Save chat log</span> <i class="icon-save"></i></a>
<a href="#" class="clearMessages" id="clearMessages"><span>Clear all messages</span> <i class="icon-eraser"></i></a>
<a href="#" class="toggleDarkChat" id="toggleDarkChat"><span>Toggle Dark Chat</span> <i class="icon-font"></i></a>
</div>
</div>
</div>
<script type="text/javascript" src="browserOutput.js"></script>
<!--<![endif]-->
<!--[if IE 8]>
<script type="text/javascript">
setTimeout(function(){
output('<span class="internal boldnshit">You are using a very outdated version of Internet Explorer. Some features will not work correctly! Please update to a newer version.</span>', 'internal');
}, 2000)
</script>
<![endif]-->
</body>
</html>