Skip to content
Snippets Groups Projects
Commit 0c1ca8f7 authored by echicken's avatar echicken
Browse files

Removed some newly redundant stuff.

parent b1edb0f3
No related branches found
No related tags found
No related merge requests found
<?xjs load('webInit.ssjs'); ?>
<!--Home--> <!--Home-->
<html> <div style="clear:both;" class="title">Telnet</div>
<head> <iframe class="background" frameborder=0 width="730px" height="420px" id="ftelnetIframe" scrolling="no" src="<?xjs write(webIni.appendURL); ?>/ftelnet/ftelnet.xjs" onload="loadIFrame('ftelnetIframe', 1)">
<link rel="stylesheet" type="text/css" href="../style/style.css" />
</head>
<body class="background font">
<span class="title">Telnet</span>
<iframe class="background" frameborder=0 width="730px" height="420px" id="ftelnetIframe" scrolling="no" src="../ftelnet/ftelnet.xjs" onload="loadIFrame('ftelnetIframe', 1)">
</iframe> </iframe>
<br /><br /> <br /><br />
<span class="title">IRC Chat</span> <div style="clear:both;" class="title">IRC Chat</div>
<iframe class="background" frameborder=0 width="730px" height="430px" id="lightIRCIframe" scrolling="no" src="../lightirc/lightirc.xjs" onload="loadIFrame('lightIRCIframe', 1)"> <iframe class="background" frameborder=0 width="730px" height="430px" id="lightIRCIframe" scrolling="no" src="<?xjs write(webIni.appendURL); ?>/lightirc/lightirc.xjs" onload="loadIFrame('lightIRCIframe', 1)">
</iframe> </iframe>
</body> \ No newline at end of file
</html>
\ No newline at end of file
<?xjs load('webInit.ssjs'); ?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../style/style.css">
</head>
<body class="background">
<table border=0 cellpadding=0 cellspacing=0 class="font"> <table border=0 cellpadding=0 cellspacing=0 class="font">
<tr> <tr>
<td>Sysop:</td> <td>Sysop:</td>
...@@ -59,6 +53,4 @@ ...@@ -59,6 +53,4 @@
<td>Posts today:</td> <td>Posts today:</td>
<td>&nbsp;<?xjs write(system.stats.messages_posted_today); ?></td> <td>&nbsp;<?xjs write(system.stats.messages_posted_today); ?></td>
</tr> </tr>
</table> </table>
</body> \ No newline at end of file
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment