versions, links and simple description of used jquery files
===========================================================

jquery.js
---------
VERSION  : 1.7.2
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.dataTables.js
--------------------
VERSION  : 1.8.2
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.
USED     : provide tablesorting for the filesystem table

jquery.nyroModal.js
-------------------
VERSION  : 1.6.2
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
----------------
VERSION  : 0.1
URL      : http://plugins.jquery.com/project/Timer
DESC     : provides a cleaner way to handle intervals
USED     : automatic reloading of the entire page

jquery.jgrowl.js
----------------
VERSION  : 1.2.6
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
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

$Id: README 546 2012-03-21 21:28:03Z jacky672 $
