]> Kevux Git Server - koopa/commit
Progress: add table markup, populate user history information, fix time-related issue...
authorKevin Day <thekevinday@gmail.com>
Wed, 26 Jul 2017 02:17:47 +0000 (21:17 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 26 Jul 2017 02:25:07 +0000 (21:25 -0500)
commitb0a59001eb27399aa62eecb0067a096682a02714
treee6ac83425cb87b91b856882873d6af7a3e23daa9
parentceb1b2243199d983a80ba9c8556f25e37d238d9a
Progress: add table markup, populate user history information, fix time-related issues, and other fixes

Add basic support for generating table markup.
- This might be extra unnecessary code, but then again it allows for the functions to be extended so that <table> could potentially be replaced with <div>.
- Some of the markup tags are being renamed to improve readability.

Build a basic history information using the table markup.
- This is initially created as an example/concept and I intend to come back and finish it in the future.

Functions like s_get_date() should render localtime from a UTC timestamp, instead of UTC time from a UTC timestamp.
common/base/classes/base_database.php
common/base/classes/base_defaults_global.php
common/base/classes/base_markup.php
common/standard/classes/standard_path.php
common/standard/paths/u/user_view.php
common/theme/classes/theme_html.php
program/reservation/reservation_defaults_global.php