diff --git a/web/root/ecwebv3/pages/000-home.xjs b/web/root/ecwebv3/pages/000-home.xjs index 2436f990c8d4e6ce91831344b9dae417c342efca..42f88e439af9285c012a89a396e64207c9a54686 100644 --- a/web/root/ecwebv3/pages/000-home.xjs +++ b/web/root/ecwebv3/pages/000-home.xjs @@ -1,16 +1,8 @@ -<?xjs load('webInit.ssjs'); ?> <!--Home--> -<html> -<head> -<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)"> +<div style="clear:both;" class="title">Telnet</div> +<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)"> </iframe> <br /><br /> -<span class="title">IRC Chat</span> -<iframe class="background" frameborder=0 width="730px" height="430px" id="lightIRCIframe" scrolling="no" src="../lightirc/lightirc.xjs" onload="loadIFrame('lightIRCIframe', 1)"> -</iframe> -</body> -</html> \ No newline at end of file +<div style="clear:both;" class="title">IRC Chat</div> +<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> \ No newline at end of file diff --git a/web/root/ecwebv3/sidebar/003-systemStats.xjs b/web/root/ecwebv3/sidebar/003-systemStats.xjs index 1ff95bf50da76984ed6927d4090e3dd7b66632ce..ea094a26c985e184b6e4fab711b75ad3b25687cf 100644 --- a/web/root/ecwebv3/sidebar/003-systemStats.xjs +++ b/web/root/ecwebv3/sidebar/003-systemStats.xjs @@ -1,9 +1,3 @@ -<?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"> <tr> <td>Sysop:</td> @@ -59,6 +53,4 @@ <td>Posts today:</td> <td> <?xjs write(system.stats.messages_posted_today); ?></td> </tr> -</table> -</body> -</html> \ No newline at end of file +</table> \ No newline at end of file