TopLevel CountriesEdit.js - jcobban/Genealogy GitHub Wiki
This script implements the dynamic functionality of the page CountriesEdit.php
.
There are three buttons for each Country:
Names
displays a list of translations of the name of the Country into other supported languages. This is implemented by CountryNamesEdit.php.States
displays a list of the top level administrative units below the country level. For example US states or Canadian provinces. This is implemented by DomainsEdit.php.- The third button displays the main entry page for genealogical information about the Country. This is implemented by genCountry.php.
Next: CountriesEdit.php