add network graph
[contractdashboard.git] / lib / common.inc.php
blob:a/lib/common.inc.php -> blob:b/lib/common.inc.php
--- a/lib/common.inc.php
+++ b/lib/common.inc.php
@@ -273,12 +273,12 @@
         </div><!-- /topbar-wrapper -->
         <script type="text/javascript">
                         	
-            var options_xml = {
+/*            var options_xml = {
                 script: function (input) { return "search_autosuggest.php?input="+input; },
                 varname:"input",
                 callback: function (obj) { document.getElementById('searchID').value = obj.id; }
             };
-            var as_xml = new bsn.AutoSuggest('searchKeyword', options_xml);
+            var as_xml = new bsn.AutoSuggest('searchKeyword', options_xml);*/
         </script>
         <div class="container-fluid">
             <div class="row-fluid">
@@ -309,7 +309,7 @@
                 global $start;
                 $end = (float) array_sum(explode(' ', microtime()));
 
-                echo '</div>  <footer>' . "Processing time: " . sprintf("%.4f", ($end - $start)) . " seconds" . '  <footer>';
+                echo '</div>  <footer> <small>        Incorporates AusTender materials under a Creative Commons Attribution 3.0 Australia licence (CC BY 3.0 AU) https://creativecommons.org/licenses/by/3.0/au/ <br/> AusTender materials are released by the Department of Finance. <br/> AusTender materials are subject to change and should be verified on the AusTender website to ensure the information is up to date and correct: www.tenders.gov.au. <br/>' . "Processing time: " . sprintf("%.4f", ($end - $start)) . " seconds" . '</small>  </footer>';
 
                     if (strpos($_SERVER['SERVER_NAME'], ".gs")) {
                     ?>
@@ -333,4 +333,3 @@
 
             include ("graphs.inc.php");
 
-