* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme

- Adding SM2 panel [SME: 13004]
- Upgrade to phpsysinfo 3.4.4
- Add code to delete inline styles and add css to make it look better.
- version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
2025-05-14 16:14:01 +01:00
parent 80b1da5fa5
commit c8ce77259d
952 changed files with 51341 additions and 28699 deletions

View File

@@ -1,11 +1,11 @@
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\">"; ?>
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="shortcut icon" href="gfx/favicon.png" />
<link rel="shortcut icon" href="gfx/favicon.gif" />
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
<title>phpSysInfo - Redirection</title>
<noscript>
@@ -13,7 +13,21 @@
</noscript>
<script type="text/JavaScript" language="JavaScript">
<!--
var sTargetURL = "index.php?disp=dynamic";
var sTargetURL = "index.php?disp=static";
//-->
</script>
<script type="text/JavaScript" language="JavaScript1.1">
<!--
sTargetURL = "index.php?disp=bootstrap";
//-->
</script>
<!--[if lt IE 8]>
<script type="text/JavaScript" language="JavaScript">
sTargetURL = "index.php?disp=dynamic";
</script>
<![endif]-->
<script type="text/JavaScript" language="JavaScript">
<!--
function doRedirect() {
setTimeout( "window.location.href = sTargetURL", 2*1000 );
}