Summary
-------

I  - Default template directory content

---

I - Default template directory content :
----------------------------------------

/
- index.html.fmkr : templated file for index page (dashboard)
-/content
	-/css
		- dashboard.css : style sheet for tables in index page 
		- jquery-ui.css : version 1.11.4
		- jquery-ui.structure.css : version 1.11.4
		- jquery-ui.theme.css : version 1.11.4
		- legends.css : style sheet for graph legends
		- theme.blue.css : blue theme for tablesorter plugin
	-/js
		- curvedLines.js : version 1.1.1 , to change graph lines aspect
		- dashboard.js.fmkr : template script file for index page
		- dashboard-common.js : script file for shared functions
		- graph.js.fmkr : templated script file for OverTime.html, ResponseTime.html and Throughput.html
		- hashtable.js : version 3.0 A standalone implementation of hash table in JavaScript.
		- jquery.cookie.js : 1.4.1 
		- jquery.flot.axislabels.js : version 2.0.1 , to display labels on graph axes 
		- jquery.numberformatter-1.2.3.min.js :  1.2.4 , to format timestamp in UI
		- jquery.tablesorter.min.js : to allow column sorting in tables
		- jquery-ui.js : version 1.11.4
	-/pages
		- OverTime.hmtl.fmkr : templated html page for over time graphs
		- ResponseTimes.html.fmkr : templated html page for response time graphs
		- Throughput.html.fmkr : templated html page for throughput graphs		

---