Remove Nifty JS as it's part of the theme

This commit is contained in:
Bill Marquette 2005-08-10 04:34:48 +00:00
parent 949202c282
commit 4f94099ef6
4 changed files with 1 additions and 26 deletions

View File

@ -50,7 +50,7 @@ include("fbegin.inc");
<form action="carp_status.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<div id="mainlevel">
<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@ -125,13 +125,6 @@ foreach($states as $state) {
</div>
<?php include("fend.inc"); ?>
<script type="text/javascript">
NiftyCheck();
Rounded("div#mainlevel","bl br","#FFF","#eeeeee","smooth");
</script>
<meta http-equiv="refresh" content="60;url=diag_dump_states.php">
</body>
</html>

View File

@ -91,11 +91,5 @@ include("head.inc");
</table>
<?php include("fend.inc"); ?>
<script type="text/javascript">
NiftyCheck();
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
</body>
</html>

View File

@ -121,11 +121,6 @@ include("head.inc");
</table>
</form>
<?php include("fend.inc"); ?>
<script type="text/javascript">
NiftyCheck();
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
</body>
</html>

View File

@ -121,12 +121,5 @@ include("head.inc");
</table>
</form>
<?php include("fend.inc"); ?>
<script type="text/javascript">
NiftyCheck();
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
</body>
</html>