BU-Spark / se-Symbiota-portal

The Symbiota Virtual Flora/Fauna project is an open source software project, with central goal of developing on-line tools that aid in the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklist, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and http://symbiota.org/
GNU General Public License v2.0
1 stars 3 forks source link

Move the quick entry form to a new PHP file #5

Closed ttaliacc closed 1 year ago

ttaliacc commented 1 year ago

We need to keep both the quick entry form and the old form, but we don't know the exact path to the quick entry form. For now, we create another php file, occurrencequickentry.php, to store the new form. There will be a link in the old form page to this file, and we will figure out the exact path later.

Notes

Clone/reuse JS functions

ttaliacc commented 1 year ago

Successfully created a new independent page for the quick entry form. Need to update corresponding functions/code to connect to db and make everything work.

Screen Shot 2023-06-06 at 21 48 18
ttaliacc commented 1 year ago

Created a link on the top of the old entry form, which can navigate to the quick entry form, and everything worked well.