[Devel] [GIT] OpenBioMaps GIT repository, branch master updated: new container class for mainpage grid
git at vocs.unideb.hu
git at vocs.unideb.hu
Sun Feb 10 18:16:18 CET 2019
The project "OpenBioMaps GIT repository":
The branch, master has been updated
via 001da5fe894176a1fc406c41dfb3b89e8b001820 (commit)
via c4f8f710c9fda619477184ad9187e92160699512 (commit)
from 0b34266dc99825afdfad57b6f2a574aebc147a01 (commit)
- Log -----------------------------------------------------------------
commit 001da5fe894176a1fc406c41dfb3b89e8b001820
Author: Bán Miklós <banm at vocs.unideb.hu>
Date: Sun Feb 10 18:13:18 2019 +0100
new container class for mainpage grid
Example with recent uploads table:
$mf = new mainpage_functions();
$mf->table = PROJECTTABLE;
$mf->columns = array('obm_id',$_SESSION['st_col']['DATE_C'][0],$_SESSION['st_col']['SPECIES_C'],$_SESSION['st_col']['NUM_IND_C'],$_SESSION['st_col']['CITE_C'][0]);
$mf->headers = array('obm_id',str_date,str_species,str_no_inds,str_cite_person);
echo "<h2>".str_recent_uploads."</h2>";
echo "<div style='overflow-y:auto;height:400px'>";
echo $mf->returnFunc('data_table','');
echo "</div>";
commit c4f8f710c9fda619477184ad9187e92160699512
Author: Bán Miklós <banm at vocs.unideb.hu>
Date: Sun Feb 10 09:39:56 2019 +0100
.
-----------------------------------------------------------------------
Summary of changes:
resources/libs/common_pg_funcs.php | 62 ++++++++++++++--------
.../var/www/html/biomaps/languages/en.php | 2 +-
root-site/about.html | 8 +--
root-site/languages/en.php | 2 +-
4 files changed, 46 insertions(+), 28 deletions(-)
--
OpenBioMaps GIT repository
More information about the Devel
mailing list