--- a/table.php +++ b/table.php @@ -2,17 +2,14 @@ include("config.php"); include("lib/tag-cloud/src/lotsofcode/TagCloud/TagCloud.php"); -includeHeader("title"); +includeHeader("DCaaS Service Catalogue"); ?>


-

Bootstrap starter template

- -

Use this document as a way to quickly start any new project.
All you get is this text and a - mostly barebones HTML document.

+

DCaaS Service Catalogue

- - +
acnabnservice_name
+ + + + + +
trading_or_business_nameServiceservice_categoryservice_sub_category
@@ -53,34 +55,34 @@ } }); - /* $('#search-example').dynatable({ - features: { - paginate: false, - recordCount: false, - sorting: false - }, - inputs: { - queries: $('#search-year') - } - }); + /* $('#search-example').dynatable({ + features: { + paginate: false, + recordCount: false, + sorting: false + }, + inputs: { + queries: $('#search-year') + } + }); - $('#search-function-example') - .bind('dynatable:init', function (e, dynatable) { - dynatable.queries.functions['max-price'] = function (record, queryValue) { - return parseFloat(record.price.replace(/,/, '')) <= parseFloat(queryValue); - }; - }) - .dynatable({ - features: { - paginate: false, - recordCount: false, - sorting: false, - search: false - }, - inputs: { - queries: $('#max-price') - } - }); */ + $('#search-function-example') + .bind('dynatable:init', function (e, dynatable) { + dynatable.queries.functions['max-price'] = function (record, queryValue) { + return parseFloat(record.price.replace(/,/, '')) <= parseFloat(queryValue); + }; + }) + .dynatable({ + features: { + paginate: false, + recordCount: false, + sorting: false, + search: false + }, + inputs: { + queries: $('#max-price') + } + }); */