converting CRLF to LF
[geo.git] / edit_wp5_web_folder / geo / gbifs / generalStats.php
diff --git a/edit_wp5_web_folder/geo/gbifs/generalStats.php b/edit_wp5_web_folder/geo/gbifs/generalStats.php
deleted file mode 100644 (file)
index a5438c1..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php include('getGbifStats.php') ?>
-    <div id="stats" class="panel" title="Stats">
-               <h2>Occurrences per country</h2>
-        <fieldset>
-               <div class="textRow"><p>
-               <img src="<?php echo(ocurrencesPerCountry()); ?>" \>
-            </p>
-            <p><span class="style1">Scrapped from <a href="http://www.gbif.org/DataProviders/totalslist?sortby=records">http://www.gbif.org/DataProviders/totalslist?sortby=records</a></span></p>
-            </div>
-      </fieldset>
-      
-               <h2>...per collection</h2>
-        <fieldset>
-               <div class="textRow"><p>
-            <img src="<?php echo(ocurrencesPerCountry()); ?>" \></p>
-            <p><span class="style1">Scrapped from <a href="http://www.gbif.org/DataProviders/totalslist?sortby=records">http://www.gbif.org/DataProviders/totalslist?sortby=records</a></span></p>
-            </div>
-      </fieldset>
-      
-                       <h2>...per provider</h2>
-        <fieldset>
-               <div class="textRow"><p>
-            <img src="<?php echo(ocurrencesPerCountry()); ?>" \></p>
-            <p><span class="style1">Scrapped from <a href="http://www.gbif.org/DataProviders/totalslist?sortby=records">http://www.gbif.org/DataProviders/totalslist?sortby=records</a></span></p>
-            </div>
-      </fieldset>
-        
-    </div>