• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP help_header函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了PHP中help_header函数的典型用法代码示例。如果您正苦于以下问题:PHP help_header函数的具体用法?PHP help_header怎么用?PHP help_header使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。



在下文中一共展示了help_header函数的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。

示例1: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:families_help.php


示例2: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:30,代码来源:modmanager_help.php


示例3: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:repositories_help.php


示例4: db_query

<?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();
开发者ID:nterray,项目名称:tuleap,代码行数:22,代码来源:trove_cat.php


示例5: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:media_help.php


示例6: get_server_url

//
// 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();
}
开发者ID:pombredanne,项目名称:tuleap,代码行数:30,代码来源:show_help.php


示例7: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:tlevents_help.php


示例8: help_header

<?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">
开发者ID:seta-hungnh,项目名称:test,代码行数:30,代码来源:people_help.php


示例9: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:mostwanted_help.php


示例10: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:languages_help.php


示例11: getStringFromRequest

 * 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;
开发者ID:neymanna,项目名称:fusionforge,代码行数:31,代码来源:tracker.php


示例12: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:events_help.php


示例13: help_header

<?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>. 
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:eventtypes_help.php


示例14: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:places_googlemap_help.php


示例15: help_header

<?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>.
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:trees_help.php


示例16: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:albums_help.php


示例17: help_header

<?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).
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:citations_help.php


示例18: help_header

<?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>
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:cemeteries_help.php


示例19: help_header

<?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
开发者ID:seta-hungnh,项目名称:test,代码行数:31,代码来源:notes_help.php


示例20: help_header

<?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 th 

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP help_icon函数代码示例发布时间:2022-05-15
下一篇:
PHP help_button函数代码示例发布时间:2022-05-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap