Exemplo n.º 1
0
<?php

include "../../helplib.php";
echo help_header("Help: Families");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="people_help.php" class="lightlink">&laquo; Help: People</a> &nbsp; | &nbsp;
			<a href="sources_help.php" class="lightlink">Help: Sources &raquo;</a>
		</p>
		<span class="largeheader">Help: Families</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add New</a> &nbsp; | &nbsp;
			<a href="#edit" class="lightlink">Edit Existing</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#review" class="lightlink">Review</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
Exemplo n.º 2
0
<?php

include "../../helplib.php";
echo help_header("Help: Mod Manager");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="backuprestore_help.php" class="lightlink">&laquo; Help: Utilities</a> &nbsp; | &nbsp;
			<a href="index_help.php" class="lightlink">Help: Getting Started &raquo;</a>
		</p>
		<span class="largeheader">Help: Mod Manager</span>
		<p class="smaller menu">
			<a href="#overview" class="lightlink">Overview</a> &nbsp; | &nbsp;
			<a href="#operation" class="lightlink">Operation</a> &nbsp; | &nbsp;
			<a href="#status" class="lightlink">Status</a> &nbsp; | &nbsp;
			<a href="#files" class="lightlink">Config Files</a> &nbsp; | &nbsp;
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="overview"><p class="subheadbold">Overview</p></a>
Exemplo n.º 3
0
<?php

include "../../helplib.php";
echo help_header("Help: Repositories");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="sources_help.php" class="lightlink">&laquo; Help: Sources</a> &nbsp; | &nbsp;
			<a href="assoc_help.php" class="lightlink">Help: Associations &raquo;</a>
		</p>
		<span class="largeheader">Help: Repositories</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add New</a> &nbsp; | &nbsp;
			<a href="#edit" class="lightlink">Edit Existing</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#merge" class="lightlink">Merge</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
Exemplo n.º 4
0
<?php

//
// SourceForge: Breaking Down the Barriers to Open Source Development
// Copyright 1999-2000 (c) The SourceForge Crew
// http://sourceforge.net
//
//
require "pre.php";
$res_cat = db_query("SELECT * FROM trove_cat WHERE trove_cat_id={$helpid}");
if (db_numrows($res_cat) < 1) {
    print $Language->getText('help_trove_cat', 'no_such_trove_cat');
    exit;
}
$row_cat = db_fetch_array($res_cat);
help_header($Language->getText('help_trove_cat', 'trove_cat', $row_cat['fullname']));
print '<TABLE width="100%" cellpadding="0" cellspacing="0" border="0">' . "\n";
print '<TR><TD>' . $Language->getText('help_trove_cat', 'full_cat_name') . ':</TD><TD><B>' . $row_cat['fullname'] . "</B></TD>\n";
print '<TR><TD>' . $Language->getText('help_trove_cat', 'short_name') . ':</TD><TD><B>' . $row_cat['shortname'] . "</B></TD>\n";
print "</TABLE>\n";
print '<P>' . $Language->getText('help_trove_cat', 'desc') . ':<BR><I>' . $row_cat['description'] . '</I>' . "\n";
help_footer();
Exemplo n.º 5
0
<?php

include "../../helplib.php";
echo help_header("Help: Media");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="more_help.php" class="lightlink">&laquo; Help: More</a> &nbsp; | &nbsp;
			<a href="collections_help.php" class="lightlink">Help: Collections &raquo;</a>
		</p>
		<span class="largeheader">Help: Media</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add</a> &nbsp; | &nbsp;
			<a href="#edit" class="lightlink">Edit</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#convert" class="lightlink">Convert</a> &nbsp; | &nbsp;
			<a href="#album" class="lightlink">Add to Album</a> &nbsp; | &nbsp;
			<a href="#sort" class="lightlink">Sort</a> &nbsp; | &nbsp;
			<a href="#thumbs" class="lightlink">Thumbnails</a> &nbsp; | &nbsp;
			<a href="#import" class="lightlink">Import</a> &nbsp; | &nbsp;
			<a href="#upload" class="lightlink">Upload</a>
		</p>
	</td>
Exemplo n.º 6
0
//
// Codendi
// Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
// http://www.codendi.com
//
// $Id:
//
//	Originally written by Stephane Bouhet 2002, Codendi Team, Xerox
//
require_once 'pre.php';
$lang = $current_user->getShortLocale();
// Retrieve the user language if not guest
// TODO
// if section param not given then defaults to index.html
if (!isset($section)) {
    $section = "index.html";
}
$help_url = get_server_url() . '/doc/' . $lang . "/user-guide/" . $section;
// Check if the file exist - Don't use fopen because it doesn't
// understand the https protocol
$cl = apache_lookup_uri($help_url);
if ($cl->status == 200) {
    // The file exists. Fine! Redirect to the help page
    header("location: " . $help_url);
} else {
    // Display error message ...
    echo help_header($Language->getText('help_show_help', 'page_not_found', $GLOBALS['sys_name']));
    echo $Language->getText('help_show_help', 'page_not_available', array($section, $GLOBALS['sys_email_admin'], $GLOBALS['sys_name']));
    echo help_footer();
}
Exemplo n.º 7
0
<?php

include "../../helplib.php";
echo help_header("Help: Timeline Events");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="places_googlemap_help.php" class="lightlink">&laquo; Help: Google Maps</a> &nbsp; | &nbsp;
			<a href="misc_help.php" class="lightlink">Help: Miscellaneous &raquo;</a>
		</p>
		<span class="largeheader">Help: Timeline Events</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add or Edit</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
	    <p>Locate existing timeline events by searching for all or part of the <strong>Event Year</strong> or <strong>Event Detail</strong>.
		Searching with no value in the search box will find all timeline events in your database.</p>
Exemplo n.º 8
0
<?php

include "../../helplib.php";
echo help_header("Help: People");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="index_help.php" class="lightlink">&laquo; Help: Getting Started</a> &nbsp; | &nbsp;
			<a href="families_help.php" class="lightlink">Help: Families &raquo;</a>
		</p>
		<span class="largeheader">Help: People</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add New</a> &nbsp; | &nbsp;
			<a href="#edit" class="lightlink">Edit Existing</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#review" class="lightlink">Review</a> &nbsp; | &nbsp;
			<a href="#merge" class="lightlink">Merge</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">
Exemplo n.º 9
0
<?php

include "../../helplib.php";
echo help_header("Help: Most Wanted");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="reports_help.php" class="lightlink">&laquo; Help: Reports</a> &nbsp; | &nbsp;
			<a href="languages_help.php" class="lightlink">Help: Languages &raquo;</a>
		</p>
		<span class="largeheader">Help: Most Wanted</span>
		<p class="smaller menu">
			<a href="#add" class="lightlink">Add New</a> &nbsp; | &nbsp;
			<a href="#edit" class="lightlink">Edit Existing</a> &nbsp; | &nbsp;
			<a href="#sort" class="lightlink">Sort</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<p style="float:right"><a href="#top">Top</a></p>
		<a name="add"><p class="subheadbold">Adding New Entries</p></a>
Exemplo n.º 10
0
<?php

include "../../helplib.php";
echo help_header("Help: Languages");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="mostwanted_help.php" class="lightlink">&laquo; Help: Most Wanted</a> &nbsp; | &nbsp;
			<a href="backuprestore_help.php" class="lightlink">Help: Utilities &raquo;</a>
		</p>
		<span class="largeheader">Help: Languages</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add or Edit</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
        <p>Locate existing Languages by searching for all or part of the <strong>Display Name</strong> or <strong>Folder Name</strong>.
		Searching with no value in the search box will find all Languages in your database.</p>
Exemplo n.º 11
0
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * GForge is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with GForge; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
require_once '../env.inc.php';
require_once $gfwww . 'include/pre.php';
$helpname = getStringFromRequest('helpname');
help_header('Tracker Help - ' . ucwords(str_replace('_', ' ', $helpname)));
?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td>
<?php 
switch ($helpname) {
    case 'assignee':
        print _('This drop-down box represents the person to which a tracker item is assigned.');
        break;
    case 'status':
        print _('This drop-down box represents the current status of a tracker item.<br /><br />You can set the status to \'Pending\' if you are waiting for a response from the tracker item author.  When the author responds the status is automatically reset to that of \'Open\'. Otherwise, if the author doesn\'t respond with an admin-defined amount of time (default is 14 days) then the item is given a status of \'Deleted\'.');
        break;
    case 'category':
        print _('Tracker category');
        break;
Exemplo n.º 12
0
<?php

include "../../helplib.php";
echo help_header("Help: Events");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="citations_help.php" class="lightlink">&laquo; Help: Citations</a> &nbsp; | &nbsp;
			<a href="more_help.php" class="lightlink">Help: More &raquo;</a>
		</p>
		<span class="largeheader">Help: Events</span>
		<p class="smaller menu">
			<a href="#what" class="lightlink">Standard vs. Custom</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add New</a> &nbsp; | &nbsp;
			<a href="#edit" class="lightlink">Edit Existing</a> &nbsp; | &nbsp;
			<a href="#del" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#citations" class="lightlink">Citations</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="what"><p class="subheadbold">Standard vs. Custom Events</p></a>
Exemplo n.º 13
0
<?php

include "../../helplib.php";
echo help_header("Help: Custom Event Types");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="branches_help.php" class="lightlink">&laquo; Help: Branches</a> &nbsp; | &nbsp;
			<a href="reports_help.php" class="lightlink">Help: Reports &raquo;</a>
		</p>
		<span class="largeheader">Help: Custom Event Types</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add or Edit</a> &nbsp; | &nbsp;
			<a href="#accept" class="lightlink">Accept vs. Ignore</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
		<p>Locate existing Custom Event Types by searching for all or part of the <strong>Tag, Type/Description (for EVEN events)</strong> or <strong>Display</strong>. 
Exemplo n.º 14
0
<?php

include "../../helplib.php";
echo help_header("Help: Google Maps");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="places_help.php" class="lightlink">&laquo; Help: Places</a> &nbsp; | &nbsp;
			<a href="tlevents_help.php" class="lightlink">Help: Timeline Events &raquo;</a>
		</p>
		<span class="largeheader">Help: Google Maps</span>
		<p class="smaller menu">
			<a href="#show" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#controls" class="lightlink">Map Controls</a> &nbsp; | &nbsp;
			<a href="#help" class="lightlink">Help</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">
		<p><span class="subheadbold">Show/Hide Clickable Map</span><br /><br />
		Click the "Show/Hide Clickable Map" button to show the Google Map and search for a Geocode
		Location, or to hide the map when finished. The default initial setting is specified in Admin/Setup/Map Settings.</p>
Exemplo n.º 15
0
<?php

include "../../helplib.php";
echo help_header("Help: Trees");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="users_help.php" class="lightlink">&laquo; Help: Users</a> &nbsp; | &nbsp;
			<a href="branches_help.php" class="lightlink">Help: Branches &raquo;</a>
		</p>
		<span class="largeheader">Help: Trees</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add or Edit</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#clear" class="lightlink">Clear</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
	    <p>Locate existing Trees by searching for all or part of the <strong>Tree ID, Tree Name, Description</strong> or <strong>Owner</strong>.
Exemplo n.º 16
0
<?php

include "../../helplib.php";
echo help_header("Help: Albums");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="collections_help.php" class="lightlink">&laquo; Help: Collections</a> &nbsp; | &nbsp;
			<a href="cemeteries_help.php" class="lightlink">Help: Cemeteries &raquo;</a>
		</p>
		<span class="largeheader">Help: Albums</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add New</a> &nbsp; | &nbsp;
			<a href="#edit" class="lightlink">Edit Existing</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#sort" class="lightlink">Sort</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
Exemplo n.º 17
0
<?php

include "../../helplib.php";
echo help_header("Help: Citations");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="notes_help.php" class="lightlink">&laquo; Help: Notes</a> &nbsp; | &nbsp;
			<a href="events_help.php" class="lightlink">Help: Events &raquo;</a>
		</p>
		<span class="largeheader">Help: Citations</span>
		<p class="smaller menu">
			<a href="#what" class="lightlink">What are they?</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add/Edit/Delete</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="what"><p class="subheadbold">What are Citations?</p></a>

		<p>A <strong>Citation</strong> is a reference to a Source record, made with the intent of proving the veracity of some piece of information. The Source usually
		describes in general where the information was found (e.g., a book or a census), while the Citation usually contains more specific information (e.g., on which page).
Exemplo n.º 18
0
<?php

include "../../helplib.php";
echo help_header("Help: Cemeteries");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="albums_help.php" class="lightlink">&laquo; Help: Albums</a> &nbsp; | &nbsp;
			<a href="places_help.php" class="lightlink">Help: Places &raquo;</a>
		</p>
		<span class="largeheader">Help: Cemeteries</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add or Edit</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
        <p>Locate existing cemeteries by searching for all or part of the <strong>Cemetery ID, Cemetery Name, City, County, State, Country</strong> or <strong>Map File Name</strong>.
		Searching with no value in the search box will find all cemeteries in your database.</p>
Exemplo n.º 19
0
<?php

include "../../helplib.php";
echo help_header("Help: Notes");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="assoc_help.php" class="lightlink">&laquo; Help: Associations</a> &nbsp; | &nbsp;
			<a href="citations_help.php" class="lightlink">Help: Citations &raquo;</a>
		</p>
		<span class="largeheader">Help: Notes</span>
		<p class="smaller menu">
			<a href="#add" class="lightlink">Add/Edit/Delete</a> &nbsp; | &nbsp;
			<a href="#cite" class="lightlink">Citations</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="add"><p class="subheadbold">Adding/Editing/Deleting Notes</p></a>

		<p>To add, edit or delete notes for a person, family, source, repository or event, click on the Notes icon at the top of the screen or next to any event (if notes already exist,
		a green dot will be present on the icon). When the icon is clicked, a small popup will appear showing
Exemplo n.º 20
0
<?php

include "../../helplib.php";
echo help_header("Help: Miscellaneous");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="tlevents_help.php" class="lightlink">&laquo; Help: Timeline Events</a> &nbsp; | &nbsp;
			<a href="data_help.php" class="lightlink">Help: Import / Export &raquo;</a>
		</p>
		<span class="largeheader">Help: Miscellaneous</span>
		<p class="smaller menu">
			<a href="#notes" class="lightlink">Notes</a> &nbsp; | &nbsp;
			<a href="#whatsnew" class="lightlink">What's New</a> &nbsp; | &nbsp;
			<a href="#mostwanted" class="lightlink">Most Wanted</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<p style="float:right"><a href="#top">Top</a></p>
		<a name="notes"><p class="subheadbold">Notes</p></a>
		<p>From the <strong>Notes</strong> page, you can search for notes directly based on their content. You don't have to know who or
Exemplo n.º 21
0
<?php

//
// SourceForge: Breaking Down the Barriers to Open Source Development
// Copyright 1999-2000 (c) The SourceForge Crew
// http://sourceforge.net
//
// $Id: trove_cat.php,v 1.2 2003/11/13 11:29:23 helix Exp $
require "pre.php";
$res_cat = db_query("SELECT * FROM trove_cat WHERE trove_cat_id={$trove_cat_id}");
if (db_numrows($res_cat) < 1) {
    print "No such trove category";
    exit;
}
$row_cat = db_fetch_array($res_cat);
help_header("Trove Category - " . $row_cat['fullname']);
print '<TABLE width="100%" cellpadding="0" cellspacing="0" border="0">' . "\n";
print '<TR><TD>Full Category Name:</TD><TD><B>' . $row_cat['fullname'] . "</B></TD>\n";
print '<TR><TD>Short Name:</TD><TD><B>' . $row_cat['shortname'] . "</B></TD>\n";
print "</TABLE>\n";
print '<P>Description:<BR><I>' . $row_cat['description'] . '</I>' . "\n";
help_footer();
Exemplo n.º 22
0
<?php

include "../../helplib.php";
echo help_header("Help: More");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="events_help.php" class="lightlink">&laquo; Help: Events</a> &nbsp; | &nbsp;
			<a href="media_help.php" class="lightlink">Help: Media &raquo;</a>
		</p>
		<span class="largeheader">Help: More</span>
		<p class="smaller menu">
			<a href="#more" class="lightlink">More Information</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="more"><p class="subheadbold">More Information</p></a>
		<p>This screen allows you to enter additional information related to TNG's standard event types. When one or more of these fields are filled in,
		the More icon (plus sign) will have a green dot in the corner. Fields on the More Information screen include:</p>

        <p><span class="optionhead">Age</span>: The age of the individual at the time of the event.</p>
Exemplo n.º 23
0
<?php

include "../../helplib.php";
echo help_header("Help: Secondary Processes");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="data_help.php" class="lightlink">&laquo; Help: Import / Export</a> &nbsp; | &nbsp;
			<a href="setup_help.php" class="lightlink">Help: Setup &raquo;</a>
		</p>
		<span class="largeheader">Help: Secondary Processes</span>
		<p class="smaller menu">
			<a href="#what" class="lightlink">What are they?</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="what"><p class="subheadbold">What are Secondary Processes?</p></a>
		<p>Secondary Processes are operations you may want to perform on your data directly following an import. To perform one of these operations,
		you must first select whether it should apply to "All Trees" or
		only one tree in particular. If only one tree, select that tree here. Operations you can perform include:</p>
		
Exemplo n.º 24
0
<?php

include "../../helplib.php";
echo help_header("Help: Reports");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="eventtypes_help.php" class="lightlink">&laquo; Help: Custom Event Types</a> &nbsp; | &nbsp;
			<a href="mostwanted_help.php" class="lightlink">Help: Most Wanted &raquo;</a>
		</p>
		<span class="largeheader">Help: Reports</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add or Edit</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
        <p>Locate existing cemeteries by searching for all or part of the <strong>Report Name</strong> or <strong>Description</strong>.
		Searching with no value in the search box will find all cemeteries in your database.</p>
Exemplo n.º 25
0
<?php

include "../../helplib.php";
echo help_header("Help: Places");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="cemeteries_help.php" class="lightlink">&laquo; Help: Cemeteries</a> &nbsp; | &nbsp;
			<a href="places_googlemap_help.php" class="lightlink">Help: Google Maps &raquo;</a>
		</p>
		<span class="largeheader">Help: Places</span>
		<p class="smaller menu">
			<a href="#search" class="lightlink">Search</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add or Edit</a> &nbsp; | &nbsp;
			<a href="#delete" class="lightlink">Delete</a> &nbsp; | &nbsp;
			<a href="#merge" class="lightlink">Merge</a> &nbsp; | &nbsp;
			<a href="#merge" class="lightlink">Geocode</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="search"><p class="subheadbold">Search</p></a>
Exemplo n.º 26
0
<?php

include "../../helplib.php";
echo help_header("Help: Associations");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="repositories_help.php" class="lightlink">&laquo; Help: Repositories</a> &nbsp; | &nbsp;
			<a href="notes_help.php" class="lightlink">Help: Notes &raquo;</a>
		</p>
		<span class="largeheader">Help: Associations</span>
		<p class="smaller menu">
			<a href="#what" class="lightlink">What are they?</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add/Edit/Delete</a>
		</p>
	</td>
</tr>

<tr class="databack">
	<td class="tngshadow">
		<a name="what"><p class="subheadbold">What are Associations?</p></a>

		<p>An <strong>Association</strong> is a record of a relationship between two people, between two families, or between a person and a family.
		The relationship may not be obvious from the regular tree structure of your genealogy. In fact, two people/families who
            }
        } else {
            if ($field->isDateField()) {
                $cug_section = 'ArtifactDateField';
            } else {
                if ($field->isTextArea()) {
                    $cug_section = 'ArtifactTextField';
                }
            }
        }
    }
}
// Display the customized help frame at the top with info for this specific field
if (isset($field_info) && $field_info) {
    // Show the artifact field info in the top frame
    help_header($Language->getText('help_browse_tracker_query_field', 'art_search_criteria'));
    print '<TABLE class="contenttable" cellpadding="0" cellspacing="0" border="0">' . "\n";
    print '<TR><TD width="20%">' . $Language->getText('help_browse_bug_query_field', 'field_name') . ':</TD><TD><B>' . $field->getLabel() . "</B></TD>\n";
    print '<TR><TD width="20%">' . $Language->getText('help_browse_bug_query_field', 'field_type') . ':</TD><TD><B>' . $field->getLabelFieldType() . "</B></TD>\n";
    print "</TABLE>\n";
    print '<hr><u>' . $Language->getText('help_browse_bug_query_field', 'description') . '</u>:<I>' . $field->getDescription() . '</I>' . "\n";
    help_footer();
} else {
    // send the frameset: at top we want the artifact description and
    // the relevant user guide section at the bottom
    echo '
    <HTML>
    <FRAMESET rows="30%,70%">
    <FRAME src="?helpid=' . $helpid . '&field_info=1" frameborder="0">
    <FRAME src="/help/show_help.php?section=ArtifactBrowsing.html#' . $cug_section . '" frameborder="0">
    </FRAMESET></HTML>';
Exemplo n.º 28
0
<?php

include "../../helplib.php";
echo help_header("Help: Utilities");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="languages_help.php" class="lightlink">&laquo; Help: Languages</a> &nbsp; | &nbsp;
			<a href="modmanager_help.php" class="lightlink">Help: Mod Manager &raquo;</a>
		</p>
		<span class="largeheader">Help: Utilities</span>
		<p class="smaller menu">
			<a href="#tables" class="lightlink">Backup - Restore - Optimize</a> &nbsp; | &nbsp;
			<a href="#structure" class="lightlink">Backup Table Structure</a> &nbsp; | &nbsp;
			<a href="#ids" class="lightlink">Resequence IDs</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="tables"><p class="subheadbold">Back up, Restore &amp; Optimize Table Data</p></a>
		<p>Use these functions to secure your data and keep your site running fast.</p>
Exemplo n.º 29
0
<?php

include "../../helplib.php";
echo help_header("Help: Collections");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="media_help.php" class="lightlink">&laquo; Help: Media</a> &nbsp; | &nbsp;
			<a href="albums_help.php" class="lightlink">Help: Albums &raquo;</a>
		</p>
		<span class="largeheader">Help: Collections</span>
		<p class="smaller menu">
			<a href="#what" class="lightlink">What are they?</a> &nbsp; | &nbsp;
			<a href="#add" class="lightlink">Add/Edit/Delete</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">

		<a name="what"><p class="subheadbold">What are Collections?</p></a>

		<p>A <strong>Collection</strong> in TNG refers to a type of media. TNG's standard collections are Photos, Documents, Headstones, Histories, Videos and Recordings,
		but TNG also allows you to create your own collections. A collection is not restricted to a single file type. For example, .jpg images can be part of any collection,
Exemplo n.º 30
0
<?php

include "../../helplib.php";
echo help_header("Help: Administration");
?>

<body class="helpbody">
<a name="top"></a>
<table width="100%" border="0" cellpadding="10" cellspacing="2" class="tblback normal">
<tr class="fieldnameback">
	<td class="tngshadow">
		<p style="float:right; text-align:right" class="smaller menu">
			<a href="http://tngforum.us" target="_blank" class="lightlink">TNG Forum</a> &nbsp; | &nbsp;
			<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
			<a href="modmanager_help.php" class="lightlink">&laquo; Help: Mod Manager</a> &nbsp; | &nbsp;
			<a href="people_help.php" class="lightlink">Help: People &raquo;</a>
		</p>
		<span class="largeheader">Help: Getting Started</span>
		<p class="smaller menu">
			<a href="#gettingstarted" class="lightlink">Getting Started</a> &nbsp; | &nbsp;
			<a href="#notes" class="lightlink">Notes</a> &nbsp; | &nbsp;
			<a href="#otherresources" class="lightlink">Other Resources</a>
		</p>
	</td>
</tr>
<tr class="databack">
	<td class="tngshadow">
		<a name="gettingstarted"><p class="subheadbold">Getting Started:</p></a>
		<p>Not sure what to do first? Here are the basics:</p>
		<ol>
				<li><p><strong>Carefully follow the installation instructions in the <a href="../../readme.html" target="_blank">readme.html</a> file.</strong> All of the essential configuration