* 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:
@@ -1,17 +1,10 @@
|
||||
versions, links and simple description of used jquery files
|
||||
===========================================================
|
||||
|
||||
|
||||
jquery.js
|
||||
---------
|
||||
VERSION : 2.1.4
|
||||
URL : http://jquery.com/
|
||||
DESC : jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle
|
||||
events, perform animations, and add Ajax interactions to your web pages.
|
||||
USED : used for the entire userinterface
|
||||
|
||||
jquery-1.js
|
||||
---------
|
||||
VERSION : 1.11.3
|
||||
VERSION : v1.12.4-ff3fix-ff2fix-CVE_2015_9251fix-CVE_2019_11358fix-CVE_2020_11022fix-CVE_2020_11023fix
|
||||
URL : http://jquery.com/
|
||||
DESC : jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle
|
||||
events, perform animations, and add Ajax interactions to your web pages.
|
||||
@@ -20,7 +13,7 @@ USED : used for the entire userinterface
|
||||
|
||||
jquery.dataTables.js
|
||||
--------------------
|
||||
VERSION : 1.8.2
|
||||
VERSION : 1.8.2+jquery1.9fix+parseJSONfix2+bindfix+samesitefix+noeval
|
||||
URL : http://plugins.jquery.com/project/DataTables
|
||||
DESC : dataTables is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable
|
||||
table without page refreshes.
|
||||
@@ -28,31 +21,38 @@ USED : provide tablesorting for the filesystem table
|
||||
|
||||
jquery.nyroModal.js
|
||||
-------------------
|
||||
VERSION : 1.6.2+jquery1.8fix
|
||||
VERSION : 1.6.2+jquery1.8fix+bindfix+ff2fix
|
||||
URL : http://plugins.jquery.com/project/nyroModal
|
||||
DESC : nyroModal is a high customizable modal window plugin.
|
||||
USED : provide a modal dialog, that is shown when errors are found during execution of the php parsers, or lets say
|
||||
in this way: if there are error elements in the xml file
|
||||
|
||||
jquery.timers.js
|
||||
jquery.timer.js
|
||||
----------------
|
||||
VERSION : 0.1
|
||||
URL : http://plugins.jquery.com/project/Timer
|
||||
URL : http://plugins.jquery.com/project/Timer; https://github.com/sloat/timer
|
||||
DESC : provides a cleaner way to handle intervals
|
||||
USED : automatic reloading of the entire page
|
||||
|
||||
jquery.jgrowl.js
|
||||
----------------
|
||||
VERSION : 1.2.6
|
||||
VERSION : 1.2.6+jquery1.9fix+jquery3fix+bindfix
|
||||
URL : http://plugins.jquery.com/project/jGrowl
|
||||
DESC : jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works
|
||||
USED : show alert and error message
|
||||
|
||||
jquery.treeTable.js
|
||||
-------------------
|
||||
VERSION : 2009-06-22+statefix
|
||||
VERSION : 2009-06-22+statefix+spanfix+altfix+undefinedfix+ie6cachefix+multilinefix+divfix
|
||||
URL : http://plugins.jquery.com/project/jQTreeTable; http://www.hanpau.com/index.php?page=jqtreetable
|
||||
DESC : Take a plain html table, wrap the rows you want collapsing/expanding in a tbody tag with an id of treetable, map each row to it's parent row, set some options, and let jQTreeTable take it from there.
|
||||
USED : Hardware, Memory, UPS blocks
|
||||
|
||||
jquery.ifixpng.js
|
||||
-------------------
|
||||
VERSION : 2.1 (23/04/2008)+jquery1.9fix
|
||||
URL : http://jquery.khurshid.com
|
||||
DESC : Designed to fix that problem by applying appropriate filters to user specified elements, while keeping all element tags intact.
|
||||
USED : used for the entire userinterface
|
||||
|
||||
$Id: README 702 2012-09-21 16:52:32Z namiltd $
|
||||
|
Reference in New Issue
Block a user