cleanup fend.inc

This commit is contained in:
Ad Schellevis 2015-04-08 19:50:45 +00:00
parent 16c6d5b4d9
commit ae0b9af71a
15 changed files with 13 additions and 22 deletions

View File

@ -203,6 +203,6 @@ else {
</tr>
</table>
<?php require("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -1 +0,0 @@
<?php include("foot.inc"); exit; ?>

View File

@ -706,10 +706,6 @@ include("head.inc");
$tabscounter++;
}
if ($tabscounter == 0) {
//echo "</td></tr></table></form>";
//include("fend.inc");
//echo "</body>";
//echo "</html>";
echo "</section>";
echo "</div>";
echo "</div>";

View File

@ -483,10 +483,6 @@ include("head.inc");
}
}
if ($tabscounter == 0) {
//echo "</td></tr></table></form>";
//include("fend.inc");
//echo "</body>";
//echo "</html>";
echo "</section>";
echo "</div>";
echo "</div>";

View File

@ -215,7 +215,7 @@ include("head.inc");
}
if ($tabscounter == 0) {
echo "</td></tr></table></form>";
include("fend.inc");
include("foot.inc");
echo "</body>";
echo "</html>";
exit;
@ -410,6 +410,6 @@ include("head.inc");
//]]>
</script>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -218,6 +218,6 @@ pre {
<?php execCmds(); ?>
</div>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -124,4 +124,4 @@ if ($_POST) {
</section>
<? include("fend.inc"); ?>
<?php include("foot.inc"); ?>

View File

@ -39,4 +39,4 @@ $pgtitle = gettext("Status: CPU Graph");
width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
<br /><span class="red"><strong><?=gettext("Note"); ?>:</strong></span> <?=gettext("if you can't see the graph, you may have to install the"); ?> <a href="http://www.adobe.com/svg/viewer/install/" target="_blank"><?=gettext("Adobe SVG viewer"); ?></a>.
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>

View File

@ -359,6 +359,6 @@ jQuery(function ($) {
</div>
</div>
</section>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -218,6 +218,6 @@ function update_description() {
</div>
</section>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -188,6 +188,6 @@ function update_description() {
</section>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -91,7 +91,7 @@ include("head.inc");
if ($islocal == false) {
echo gettext("Sorry, you cannot change the password for a non-local user.");
include("fend.inc");
include("foot.inc");
exit;
}

View File

@ -815,7 +815,7 @@ typesel_change_remote(<?=htmlspecialchars($pconfig['remoteid_netbits'])?>);
<?php endif; ?>
//]]>
</script>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -917,6 +917,6 @@ server_changed();
//]]>
</script>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>

View File

@ -467,6 +467,6 @@ function useproxy_changed(obj) {
server_changed();
//]]>
</script>
<?php include("fend.inc"); ?>
<?php include("foot.inc"); ?>
</body>
</html>