Configuration Pages | |
admin/adminmeta.php | For HTML or scripting language to be included in the HEAD section of each Admin page. Blank to start with, except for the style sheet declaration and a statement to keep search engines from indexing your Admin pages. Customization is optional. |
config.php | Database and other settings. You need to customize this before anything will work. |
customconfig.php | Custom settings (starts empty). |
footer.html (deprecated) | HTML to be included at the bottom of each page. Blank to start with except for some text crediting me as the author of TNG. You may use a different file, but you must specify the new file in the General Settings. |
footer.php | Same as footer.html, but built as a PHP file so it can include dynamic content. |
genlog.txt | Raw log data (starts empty). Must be made writeable (chmod 664). |
admin/genlog.txt | Raw log data for admin area (starts empty). Must be made writeable (chmod 664). |
genstyle.css | Presentational rules and guidelines. |
genstyle2.css | An alternate style sheet. Rename to genstyle.css before using. |
importconfig.php | Import-related settings. |
logconfig.php | Log-related settings. |
meta.html (deprecated) | For HTML or scripting language to be included in the HEAD section of each page. Blank to start with, except for the style sheet declaration. Customization is optional. You may use a different file, but you must specify the new file in the General Settings. |
meta.php | Same as meta.html, but in PHP format. |
mapconfig.php | Settings related to the Google Maps integration. |
mytngstyle.css | If you know enough about style sheets and want to add your own style rules, add them here. |
pedconfig.php | Settings for the pedigree charts. You will likely want to customize these in order to more closely integrate the charts with the rest of your site.. |
tngtabs1.css | Style sheet used to display page tabs. |
tngtabs2.css | Alternate style sheet for displaying page tabs (same colors as template #4). |
templatestyle.css | Template-specific style rules (blank in the default version). |
topmenu.html (deprecated) | HTML to be included at top of each page. Blank to start with except for the <BODY> tag. I recommend you put your site navigation here. You may use a different file, but you must specify the new file in the General Settings. |
topmenu.php | Same as topmenu.html, but built as a PHP file so it can include dynamic content. |
whatsnew.txt | Emtpy file for custom message on "What's New" page. Must be made writeable (chmod 664). |
Public Pages | |
addbookmark.php | Adds a site bookmark for the selected page. |
addnewacct.php | Puts information from potential user in users table, notifies administrator. |
ahnentafel.php | Register ancestral report for an individual, where personID=###. |
anniversaries.php | Report of ndividuals matching user-entered date and event criteria. |
anniversaries2.php | Works in conjunction with anniversaries.php. Without this redirection, the original page will not properly refresh on submission. |
begin.php | Wrapper for including config.php. |
bookmarks.php | All site bookmarks for the computer you're at. |
browsealbums.php | List of all albums. |
browsedocs.php (deprecated) | List of all histories (deprecated: please use browsemedia.php?mediatypeID=histories) |
browseheadstones.php (deprecated) | List of all headstones (deprecated: please use browsemedia.php?mediatypeID=headstones). |
browserinfo.php | Determines the client's browser. |
browsemedia.php | Displays a list of all media. Add "?mediatype=sometype" to limit to one media type (i.e., "photos"). |
browsenotes.php | Displays a list of all notes. |
browsephotos.php (deprecated) | Displays a list of all photos (deprecated: please use browsemedia.php?mediatypeID=photos). |
browserepos.php | Displays a list of all repositories. |
browsesources.php | Displays a list of all sources. |
browsetrees.php | Provides general database statistics. |
browsetrees-old.php | Pre-v4 method of displaying list of all trees. |
cemeteries.php | Displays list of all cemeteries (lets you drill down to find headstones). |
changelanguage.php | Displays a list of all languages you've set up and allows visitors to select their preference. |
checklogin.php | Behind-the-scenes check done on every page to see if user has logged in or not. |
deletebookmark.php | Removes the selected site bookmark. |
descend.php | Displays graphical descendancy chart for personID=###. |
descendtext.php | Displays text-only descendancy chart for personID=###. |
desctracker.php | Displays a graphical descendancy chart for a line of descent defined in descend.php. |
dragdrop.js | Part of the Scriptaculous Javascript library. |
effects.js | Part of the Scriptaculous Javascript library. |
end.php | Includes code to end each page. |
extrastree.php | Displays a list of all ancestors (where person=###) who have associated photos or histories. |
familygroup.php | Displays a family group sheet, where familyID=###. |
findperson.php | Displays a short summary of person records that match search criteria. |
findpersonform.php | Accepts search criteria to locate matching persons. |
fpdf.php | FPDF library (to generate PDFs), written by Oliver Plathey. |
fpdf_cellfit.php | extension of FPDF library. |
functions.php | Miscellaneous functions. |
gedcom.php | Creates GEDCOM for download. |
gedform.php | Form to request a GEDCOM file to download. |
genlib.php | Contains database, header, footer and menu functions. |
getlang.php | Contains language preference functions. |
getperson.js | Javascript functions for the individual page. |
getperson.php | Displays individual information, data first, where personID=###. |
globallib.php | Contains functions common to both public and admin pages. |
headstones.php | Displays list of all headstones for a given cemetery or locality. |
historytemplate.php | A template file for creating histories (copies must go one folder below the genealogy area). This file can safely be removed from your site. |
index.php | Your very basic home page (just in case you don't have one), with links to all the pages in this section. Please make it better!! |
index_html.html | Your very basic home page (just in case you don't have one), with links to all the pages in this section, but this one is HTML. To use, rename to index.html and remove index.php. Please make it better!! |
index_plus_header_footer.php | Your very basic home page (just in case you don't have one), with links to all the pages in this section. Please make it better!! |
litbox.js | Javascript library used to create modal dialog windows. |
log.php | Logs actions to the log file (genlog.txt). |
login.php | Prompts user to log in. |
logout.php | Logs a user out. |
logxml.php | Fetches log data asynchonously. |
maint.php | Stub to be displayed during maintenance mode. |
mediatypes.php | A list of TNG mediatype definitions. |
mostwanted.php | Most Wanted report. |
net.js | AJAX library functions. |
newacctform.php | Form users can fill out to request a username/password login. |
pdfform.php | Collections options for PDF charts. |
pedigree.php | Displays a graphical pedigree chart for an individual, where personID=###. |
pedigreetext.php | Displays a text-only pedigree chart for an individual, where personID=###. |
pedxml.php | Fetches pedigree data asynchonously in XML format. |
personlib.php | Contains functions common to all public pages that show events (like for people, families, sources and photos). |
photoblock.php | Contains code you can put on your home page to display a random photo. |
places.php | Shows all place localities in the database (first letters only), plus some other interesting stats. |
placesearch.php | Searches for and displays summaries for individuals who match place name criteria. |
places100.php | Shows the top # places (ordered by number of localities), where topnum=#. |
places-all.php | Shows all largest locality place names in the database. |
places-oneletter.php | Shows all place name localities beginning with a given character (passed from places.php). |
processlogin.php | Processes username and password entered by a user, performs login. |
prototype.js | The Prototype ajax library. |
readme.html | Installation guide and basic operating instructions. Can be removed after install is complete. |
register.php | Displays a modified register descendancy report for an individual, where personID=###. |
reglib.php | Contains functions common to both the Register and Ahnentafel reports. |
relateform.php | Page where visitors select two candidates for relationship chart. |
relationship.php | Charts relationship between two people (within a fixed number of generations). |
relationship2.php | Works in conjunction with relationship.php. Without this redirection, the original page will not properly refresh on submission. |
reports.php | Displays a list of all active reports. |
rpt_descend.php | Generates a PDF descendancy report. |
rpt_ind.php | Generates a PDF individual report. |
rpt_pedigree.php | Generates a PDF pedigree chart. |
rpt_utils.js | Javascript for PDF popup form. |
savelanguage.php | Saves the visitor's language preference. |
savelanguage2.php | Saves the visitor's language preference and returns them to the previous page. |
savetentedit.php | Saves tentative edits for later review. |
scriptaculous.js | The Scriptaculous Javascript library. |
search.php | Searches for and displays summaries for individuals who match the criteria entered in searchform.php. |
searchform.php | Search page to locate individuals. |
sendlogin.php | Sends login information to e-mail address entered if a match is found. |
showalbum.php | Shows contents of an album, where albumID=###. |
showhistory.php | Shows a history record, where docID=###, if the history is stored in the database. |
showlog.php | Shows most recently logged actions. |
showmap.php | Shows map of a cemetery, where cemeteryID=###. |
showmedia.php | Shows a media item, where mediaID=###. |
showmedialib.php | A library of functions used by showmedia.php and showmediaxml.php. |
showmediaxml.php | Fetches media asynchronously (for slideshow). |
showrepo.php | Shows a repository record, where repoID=###. |
showreport.php | Shows a report, where reportID=###. |
showsource.php | Shows a source record, where sourceID=###. |
showtree.php | Shows detail for a tree, where treeID=###. |
smallimage.php | Generates image previews. |
slideshow.js | The Javascript functions that run the media slideshow. |
subroot.php | Stores sub-root location of config files (optional). |
suggest.php | Prompts user for suggested changes to viewed record. |
surnames.php | Shows all surnames in the database (first letters only), plus some other interesting stats. |
surnames100.php | Shows the top # surnames (ordered by occurence), where topnum=#. |
surnames-all.php | Shows all surnames in the database. |
surnames-oneletter.php | Shows all surnames beginning with a given character (passed from surnames.php). |
tentedit.js | Javascript functions used with tentative editing. |
tentedit.php | Prompts user for tentative edits to displayed record. |
timeline.php | Does 'behind-the-scenes' work for timeline chart. |
timeline2.php | Displays timeline chart. |
tngfiletypes.php | Definitions of some TNG file types. |
tngmenuhover.js | Javascript library for TNG menus. |
tngpedigree.js | Javascript library for AJAX pedigree chart. |
tngprint.css | Printer-friendly style sheet. |
tngrss.php | Outputs contents of "What's New" page in RSS newsreader format. When subscribing, you can get the feed to appear in alternate languages if you append "&lang=yourlanguage" (where "yourlanguage" is the name of the language as you have set it up in TNG) to the URL. |
tngsendmail.php | Sends suggested edit from users to site owner. |
tngrobots.php | Tells crawlers which files to index and which to ignore. |
version.php | Contains current version information. |
whatsnew.php | Report of new individuals, families, photos, histories and headstones. |
Administration Pages (must go in the 'admin' folder) | |
add2albumxml.php | Fetches media asynchonously for possible inclusion in an album. |
addalbum.php | Adds new album record to the database. |
addassoc.php | Adds new association record to the database. |
addbranch.php | Adds new branch record to the database. |
addcemetery.php | Adds new cemetery record to the database. |
addcitation.php | Adds new citation record to the database. |
addcollection.php | Adds new media collection record to the database. |
addentity.php | Adds new state or country (for cemetery locations) to the database. |
addevent.php | Adds new event record to the database. |
addeventtype.php | Adds new event type record to the database. |
addfamily.php | Adds new family record to the database. |
addlanguage.php | Adds new language record to the database. |
addmedia.php | Adds new media record to the database. |
addnote.php | Adds new note record to the database. |
addperson.php | Adds new individual record to the database. |
addperson2.php | Adds new individual record to the database (short form). |
addplace.php | Adds new place record to the database. |
addrepo.php | Adds new repository record to the database. |
addreport.php | Adds new report record to the database. |
addsource.php | Adds new source record to the database. |
addtlevent.php | Adds new timeline event record to the database. |
addtree.php | Adds new tree record to the database. |
adduser.php | Adds new user record to the database. |
adminlib.php | Contains database, header functions. |
adminlog.php | Contains functions that perform logging in admin area. |
adminshowlog.php | Shows administrative log. |
albums.js | Javascript functions used with albums. |
albums.php | Albums administration page. |
AnchorPosition.js | Javascript required for color picker. |
associations.php | Displays associations for an individual. |
backup.php | Creates a backup file of a database table. |
backuprestore.php | Select a table to back up or restore. |
branches.php | Branch administration page. |
branchlabels.php | Labels branches within a tree. |
branchlib.php | Queries used with branches. |
branchlibjs.php | Library of Javascript code and functions used with branches. |
branchmenu.php | Accepts user parameters for labeling branches. |
branchoptions.php | Displays dropdown of available branches. |
cemeteries.php | Cemetery administration page. |
checkID.php | Utility that checks to see if an ID is unique. |
checklogin.php | Behind-the-scenes check done on every page to see if user has logged in or not. |
citations.php | Displays citations for a selected event. |
ColorPicker2.js | More Javascript required for color picker. |
corner.php | Corner frame for TNG logo. |
dataimport.php | Begins a GEDCOM import. |
datevalidation.js | Makes sure entered dates are in a valid format. |
datelib.php | Text date-to-true date conversion functions. |
deepindex.php | Allows linking to individual admin pages within frames environment. |
defphotos.php | Sets default photo for each person with photos. |
deleteajax.php | Deletes various record times via ajax. Replaces deletealbum.php, deletelanguage.php, deletemedia.php, deletetlevent.php, deleteperson.php, deletefamily.php, deletesource.php, deleterepo.php, deleteplace.php, deletecemetery.php, deleteuser.php, deletebranch.php, deleteeventtype.php, deletereport.php, deletetree.php |
deleteassoc.php | Deletes an association record. |
deletecitation.php | Deletes a citation record. |
deleteentity.php | Deletes a state or country (cemetery locations). |
deleteevent.php | Deletes an event record. |
deletelib.php | Library of functions used during deletions. |
deletenote.php | Deletes a note record. |
deletereview.php | Deletes a tentative edit record. |
deleteselected.php | Deletes entities checked from a list (photos, histories, etc.). |
diagnostics.php | Displays TNG and PHP diagnostics. |
editalbum.php | Displays an album record for editing. |
editassoc.php | Displays an association record for editing. |
editbranch.php | Displays a branch record for editing. |
editcemetery.php | Displays a cemetery record for editing. |
editcollection.php | Displays a media collection record for editing. |
editcitation.php | Displays a citation record for editing. |
editconfig.php | Displays the values of your system variables for editing. |
editevent.php | Displays an event record for editing. |
editeventtype.php | Displays an event type record for editing. |
editfamily.php | Displays a family record for editing. |
editimportconfig.php | Displays the values of your import variables for editing. |
editlanguage.php | Displays a language record for editing. |
editlogconfig.php | Displays the values of your log variables for editing. |
editmapconfig.php | Displays the values of your map-related variables for editing. |
editmedia.php | Displays a media record for editing. |
editmedialink.php | Displays a media link record for editing. |
editmore.php | Displays additional event information for editing. |
editmostwanted.php | Displays Most Wanted records for editing and sorting. |
editnote.php | Displays a note record for editing. |
editpedconfig.php | Displays the values of your pedigree variables for editing. |
editperson.php | Displays a person record for editing. |
editplace.php | Displays a place record for editing. |
editrepo.php | Displays a repository record for editing. |
editreport.php | Displays a report record for editing. |
editsource.php | Displays a source record for editing. |
edittlevent.php | Displays a timeline record for editing. |
edittree.php | Displays a tree record for editing. |
edituser.php | Displays a user record for editing. |
eventtypes.js | Javascript library for event types administration. |
eventtypes.php | Event types administration page. |
export.php | Takes your export preferences prior to exporting a GEDCOM. |
families.php | Family administration page. |
filepicker.php | Displays contents of a TNG folder to allow easy picking of photos and other items. |
findalbummedia.php | Displays summary of media records that match search criteria. |
findform.php | Displays summary of media records that match search criteria. |
findfamily2.php | Displays summary of family records that match search criteria. |
findfamilyform.php | Accepts search criteria to locate matching families. |
findperson.php | Displays longer summary of person records that match search criteria. |
findpersonform.php | Accepts search criteria to locate matching persons. |
findplaceform.php | Accepts search criteria to find matching places. |
findplace.php | Displays longer summary of place records that match search criteria. |
findrepo.php | Displays summary of repository records that match search criteria. |
findrepoform.php | Accepts search criteria to find matching repositories. |
findreview.php | Displays summary of tentative edit records ready for review that match search criteria. |
findsource.php | Displays summary of source records that match search criteria. |
findsourceform.php | Accepts search criteria for to find matching sources. |
gedcom2.php | Exports a complete GEDCOM for a tree. |
gedimport.php | Imports new genealogical data (individuals and marriages) |
gedimport_eventtypes.php | Dependency of gedimport.php (used when importing custom event types only). |
gedimport_families.php | Dependency of gedimport.php (handles family records). |
gedimport_misc.php | Dependency of gedimport.php (miscellaneous functions). |
gedimport_people.php | Dependency of gedimport.php (handles individual records). |
gedimport_sources.php | Dependency of gedimport.php (handles source records). |
gedimport_trees.php | Dependency of gedimport.php (handles tree-related functions). |
generateID.php | Generates a unique person or family ID. |
generatethumbs.php | Generate thumbnail images for existing photos. |
getphotodetails.php | Retrieves information on a photo for Most Wanted editor. |
imageutils.php | PHP functions common to several photo-manipulating scripts. |
index.php | Main administration menu page (one of only two here you need to worry about). |
languages.php | Language administration page. |
leftbanner.php | Left navigational frame of admin set, displays menu items. |
login.php | Prompts a user to log in. |
logout.php | Logs a user out. |
mailusers.php | Form to initiate e-mail to users. |
main.php | Main admin menu, displays in central frame. |
makefolder.php | Attempts to create TNG folders (used during installation). Success depends on server setup. |
media.php | Media administration page. |
mediaeventxml.php | Fetches event data asynchronously for use with media linking. |
mediafind.js | Javascript library for media-related functions. |
mediautils.js | Javascript library for media-related functions. |
merge.php | Search for possible duplicate individuals and merge them on command. |
mergeplaces.php | Merges place records. |
mergeplacesajax.php | Performs place merge in background. |
mergerepos.php | Search for possible duplicate repositories and merge them on command. |
mergesources.php | Search for possible duplicate sources and merge them on command. |
mostwanted.js | Javascript functions used while editing Most Wanted list. |
mostwantedlist.php | Displays Most Wanted records for editing. |
newalbum.php | Accepts information for new album record. |
newbranch.php | Accepts information for new branch record. |
newcemetery.php | Accepts information for new cemetery record. |
newcollection.php | Accepts information for new media collection record. |
newentity.php | Accepts information for new state or country record (cemetery locations). |
newevent.php | Accepts information for new event record. |
neweventtype.php | Accepts information for new event type record. |
newfamily.php | Accepts information for new family record. |
newlanguage.php | Accepts information for new language record. |
newmedia.php | Accepts information for new media record. |
newperson.php | Accepts information for new person record. |
newperson2.php | Accepts information for new person record (short form). |
newplace.php | Accepts information for new place record. |
newrepo.php | Accepts information for new repository record. |
newreport.php | Accepts information for new report record. |
newsource.php | Accepts information for new source record. |
newtlevent.php | Accepts information for new timeline event record. |
newtree.php | Accepts information for new tree record. |
newuser.php | Accepts information for new user record. |
notes.php | Displays notes for a selected event. |
optimize.php | Optimizes a database table. |
ordermedia.php | Sort media for a designated entity and media type. |
ordermediaform.php | Accepts entity and media type to pass to sort utility. |
orderphotos.js | Miscellaneous Javascript functions for orderphotos.php. |
people.php | Person administration page. |
photoimport.php | Options for importing photos. |
photoimporter.php | Imports photos. |
phpinfo.php | Displays "PHP Info" page for your PHP installation. |
places.php | Places administration page. |
PopupWindow.js | Javascript functions for color selection popup. |
prefixes.php | Contains ID prefixes for individuals, families & sources. |
processlogin.php | Processes username and password entered by a user, performs login. |
renumber.php | Resequences IDs. |
renumbermenu.php | Option menu for resequencing. |
reports.js | Javascript routines common to new/edit report screens. |
reports.php | Reports administration page. |
repositories.php | Repositories administration page. |
restore.php | Restores a backed-up table. |
review.php | Displays a tentative edit for administrative review. |
reviewusers.php | Displays user records waiting for administrative review. |
rightbanner.php | Top right frame of admin set, displays TNG version, language switcher and other menu items. |
savelanguage_admin.php | Processes a language switch. |
secondary.php | Indicates progress of secondary data maintenance processes (GENDEX creation, tracking lines of descent) |
second_menu.php | Menu of secondary data processes. |
selectutils.js | Javascript routines common to several admin screens. |
sendmailusers | Sends e-mail to users. |
setup.php | Configuration Setup page (the other one you need to worry about). |
showbranch.php | Show individuals in a particular branch. |
sources.php | Sources administration page. |
tablecreate.php | Create all tables needed for application (WARNING: ALL PRE-EXISTING DATA WILL BE LOST!!) |
thumbnails.php | Form to initiate thumbnail generation. |
timelineevents.php | Timeline events administration page. |
trees.php | Trees administration page. |
updatealbum.php | Saves changes to an album record. |
updateassoc.php | Saves changes to an association record. |
updatebranch.php | Saves changes to a branch record. |
updatecemetery.php | Saves changes to a cemetery record. |
updatecitation.php | Saves changes to a citation record. |
updatecollection.php | Saves changes to a media collection record. |
updateconfig.php | Saves changes to system variables. |
updateevent.php | Saves changes to an event record. |
updateeventtype.php | Saves changes to an event type record. |
updatefamily.php | Saves changes to a family record. |
updateimportconfig.php | Saves changes to import variables. |
updatelanguage.php | Saves changes to a language record. |
updatelogconfig.php | Saves changes to log variables. |
updatemapconfig.php | Saves changes to map-related variables. |
updatemedia.php | Saves changes to a media record. |
updatemore.php | Saves changes to an extended event record. |
updatemostwanted.php | Saves changes to Most Wanted records. |
updatenote.php | Saves changes to a note record. |
updateorder.php | Saves changes to various records via ajax. |
updatepedconfig.php | Saves changes to pedigree variables. |
updateperson.php | Saves changes to a person record. |
updateplace.php | Saves changes to a place record. |
updaterepo.php | Saves changes to a repository record. |
updatereport.php | Saves changes to a report record. |
updateselectedeventtypes.php | Saves mass changes to event type records. |
updateselectedmedia.php | Saves mass changes to media records. |
updatesource.php | Saves changes to a source record. |
updatetlevent.php | Saves changes to a timeline event record. |
updatetree.php | Saves changes to a tree record. |
updateuser.php | Saves changes to a user record. |
users.php | Users administration page. |
whatsnewmsg.php | Accepts text to be displayed on the "What's New" page. |
Text Pages (must go in the 'English' folder) | |
admintext.php | Text messages for all administration pages. |
albums_help.php | Help for all album administration pages. |
alltext.php | Text messages common to both public and administration pages. |
assoc_help.php | Help for all association pages. |
backuprestore_help.php | Help for all backup/restore administration pages. |
branches_help.php | Help for all branch administration pages. |
cemeteries_help.php | Help for all cemetery administration pages. |
citations_help.php | Help for all citation administration pages. |
config_help.php | Help for general configuration settings. |
cust_text.php | Reserved for custom text messages (starts empty). |
data_help.php | Help for all data import administration pages. |
events_help.php | Help for all events administration pages. |
eventtypes_help.php | Help for all event types administration pages. |
families_help.php | Help for all family administration pages. |
index_help.php | Help for main administration menu page. |
logconfig_help.php | Help for log configuration settings. |
media_help.php | Help for all media administration pages. |
more_help.php | Help for all "More" pages (additional information for events). |
notes_help.php | Help for all notes administration pages. |
pedconfig_help.php | Help for pedigree configuration settings. |
people_help.php | Help for all person administration pages. |
places_help.php | Help for all place administration pages. |
reports_help.php | Help for all report administration pages. |
repositories_help.php | Help for all repository administration pages. |
second_help.php | Help for all secondary processes pages. |
setup_help.php | Help for configuration setup menu page. |
sources_help.php | Help for all sources administration pages. |
text.php | Text messages for all public pages. |
tlevents_help.php | Help for all timeline event administration pages. |
trees_help.php | Help for all trees administration pages. |
users_help.php | Help for all users administration pages. |
Images | |
ArrowDown.gif | Downward pointing arrow for pedigree chart. Indicates more individual information is present. Also used on menus. |
ArrowLeft.gif | Left-facing arrow for pedigree and descendancy charts. Indicates additional generations are present. |
ArrowRight.gif | Right-facing arrow for pedigree chart. Indicates additional pedigree generations are present. |
background.gif | Background pattern for admin pages. |
black.gif | Black one-pixel image used to create pedigree lines with text-only option. |
Chart.gif | Small pedigree image used to indicate a link to another pedigree chart. |
dchart.gif | Small descendancy image used to indicate a link to a graphical representation of the descendancy report to that point. |
doc.gif | Small document icon used to indicate that an individual has at least one history linked to their record. |
media-prevbg.gif | Bubble behind image previews (IE only). |
media-prevbg.png | Bubble behind image previews. |
photo.gif | Small camera icon used to indicate that an individual has at least one photo linked to their record. |
spacer.gif | Blank one-pixel image used as filler. |
spinner.gif | Animated image to indicate that something is happening in the background. |
tng_hist.gif | Small icon for histories. |
tng_admin.gif | Small icon for administration. |
tng_album.gif | Small icon for albums. |
tng_bmk.gif | Small icon for bookmarks. |
tng_bmk2.gif | A different small icon for bookmarks. |
tng_close.gif | Small icon for "Close". |
tng_collapse.gif | Small arrow icon for "Collapse". |
tng_contact.gif | Small icon for "Contact Us". |
tng_date.gif | Small icon for dates & anniversaries. |
tng_desc.gif | Small icon for descendancy. |
tng_doc.gif | Small icon for documents. |
tng_edit.gif | Small icon for editing. |
tng_expand.gif | Small arrow icon for "Expand". |
tng_female.gif | Small icon to indicate displayed individual is a female. |
tng_ged.gif | Small icon for GEDCOM download. |
tng_help.gif | Small icon for menu guide. |
tng_hist.gif | Small icon for histories. |
tng_home.gif | Small icon for home page. |
tng_home2.gif | Slightly larger icon for home page. |
tng_hs.gif | Small icon for headstones. |
tng_ind.gif | Small icon for individual record page. |
tng_log.gif | Small icon for login/logout. |
tng_log2.gif | Slightly larger icon for login. |
tng_logout.gif | Small icon for logout. |
tng_male.gif | Small icon to indicate displayed individual is a male. |
tng_media.gif | Small icon for media. |
tng_minus.gif | Small icon for collapsing a hidden block. |
tng_mw.gif | Small icon for "Most Wanted" page. |
tng_new.gif | Small icon for "What's New" page. |
tng_note.gif | Small icon for notes. |
tng_ped.gif | Small icon for pedigree. |
tng_photo.gif | Small icon for photos. |
tng_place.gif | Small icon for places. |
tng_plus.gif | Small icon for expanding a hidden block. |
tng_rec.gif | Small icon for recordings. |
tng_rel.gif | Small icon for relationship chart. |
tng_rpt.gif | Small icon for reports. |
tng_search.gif | Small icon for search action. |
tng_search2.gif | Slightly larger icon for search action. |
tng_search_small.gif | Very small icon for place searching. |
tng_src.gif | Small icon for sources. |
tng_sort_asc.gif | Small arrow icon indicating ascending sort. |
tng_sort_desc.gif | Small arrow icon indicating descending sort. |
tng_stats.gif | Small icon for statistics. |
tng_time.gif | Small icon for timeline. |
tng_video.gif | Small icon for videos. |
tngtab.png | Image used with inactive tabs. |
tngtabactive.png | Image used with active tabs. |
admin/albums_icon.gif | Icon for Albums. |
admin/ArrowUp.gif | Upward pointing arrow for sorting photos. |
admin/ArrowDown.gif | Downward pointing arrow for sorting photos. |
admin/backuprestore_icon.gif | Icon for Backup/Restore/Optimize Table Data. |
admin/branches_icon.gif | Icon for Branches. |
admin/cemeteries_icon.gif | Icon for Cemeteries. |
admin/customeventtypes_icon.gif | Icon for Event Types. |
admin/data_icon.gif | Icon for Data Import. |
admin/families_icon.gif | Icon for Families. |
admin/first_button.gif | Button indicating first in a series. |
admin/green.gif | Icon indicating a green light. |
admin/headstones_icon.gif | Icon for Headstones. |
admin/histories_icon.gif | Icon for Histories. |
admin/languages_icon.gif | Icon for Languages. |
admin/last_button.gif | Button indicating last in a series. |
admin/next_button.gif | Button indicating next in a series. |
admin/orange.gif | Icon indicating an orange light. |
admin/people_icon.gif | Icon for People. |
admin/photos_icon.gif | Icon for Photos. |
admin/places_icon.gif | Icon for Places. |
admin/prev_button.gif | Button indicating previous in a series. |
admin/red.gif | Icon indicating a red light. |
admin/reports_icon.gif | Icon for Reports. |
admin/repos_icon.gif | Icon for Repositories. |
admin/second_icon.gif | Icon for Secondary Processes. |
admin/setup_icon.gif | Icon for Setup & Configuration. |
admin/sources_icon.gif | Icon for Sources. |
admin/tlevents_icon.gif | Icon for Timeline Events. |
admin/tng_assoc.gif | Small icon for associations (none present). |
admin/tng_assoc_on.gif | Small icon for associations (at least one exists). |
admin/tng_branch.gif | Small icon for labeling branches. |
admin/tng_cite.gif | Small icon for citations (none present). |
admin/tng_cite_on.gif | Small icon for citations (at least one exists). |
admin/tng_clear.gif | Small icon for clearing trees. |
admin/tng_colorpicker.gif | Small icon for color selection. |
admin/tng_delete.gif | Small icon for delete action. |
admin/tng_down.gif | Small icon for moving items down in a list. |
admin/tng_edit.gif | Small icon for edit action. |
admin/tng_left.gif | Small icon for moving items left from one list to another. |
admin/tng_more.gif | Small icon for more info on an event (none present). |
admin/tng_more_on.gif | Small icon for more info on an event (at least one exists). |
admin/tng_note.gif | Small icon for notes (none present). |
admin/tng_note_on.gif | Small icon for notes (at least one exists). |
admin/tng_optimize.gif | Small icon for optimizing tables. |
admin/tng_restore.gif | Small icon for restoring tables. |
admin/tng_right.gif | Small icon for moving items right from one list to another. |
admin/tng_save.gif | Small icon for exporting a GEDCOM. |
admin/tng_test.gif | Small icon for testing a page. |
admin/tng_up.gif | Small icon for moving items up in a list. |
admin/tnglogo.gif | TNG logo. |
admin/trees_icon.gif | Icon for Trees. |
admin/users_icon.gif | Icon for Users. |
Google Maps Integration files | |
###.png | "Pin" images to indicate map locations (various "place levels"). |
blank.gif | Blank image to correct transparency problem with PNG images. |
earth.gif | Icon to indicate a link to Google Earth. |
googleearthbylatlong.php | Creates an XML file for entry into Google Earth on a set of coordinates. |
googlemapdrawthemap.php | Displays a clickable map in the Admin area. |
googlemaplib.php | Library of map-related functions for public area. |
googlemaplib2.php | Library of map-related functions for admin area. |
numbered_marker.php | Generates pin image for display on map. |
pieng.js | A Javascript library used to fix a problem with PNG images not being transparent in some versions of Internet Explorer. |
white.gif | Small "pin" image for use in legend. |
Font files (for PDF generation) | |
courier.php | Courier |
helvetica.php | Helvetica |
helveticab.php | Helvetica Bold |
helveticabi.php | Helvetica Bold Italics |
symbol.php | Symbol |
times.php | Times Roman |
timesb.php | Times Roman Bold |
timesbi.php | Times Roman Bold Italics |
timesi.php | Times Roman Italics |
Other | |
license.txt | Your license agreement. |
livingupdate.php | Utility to flag living individuals (left over from v4 upgrade). |
setpermissions1.php | Attempts to set permissions on configuration files (used during setup). Success depends on server setup. |
switchcolor.php | Creates new tab background images according to the color numbers you enter. |
admin/deepindex.php | Allows you to link to an Admin page beyond the home page and keep the navigation framework intact by passing a "page" parameter (ie, deepindex.php?page=photos.php). |
admin/setpermissions2.php | Attempts to set permissions on configuration files (used during setup). Success depends on server setup. |
admin/surnameconvert400.php | Converts surnames to prefix + rest of name (left over from v4 upgrade). |
admin/surnameunconvert400.php | Converts surnames from prefix + rest of name back to former format (left over from v4 upgrade). |