本文整理汇总了PHP中help_header函数的典型用法代码示例。如果您正苦于以下问题:PHP help_header函数的具体用法?PHP help_header怎么用?PHP help_header使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了help_header函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="people_help.php" class="lightlink">« Help: People</a> |
<a href="sources_help.php" class="lightlink">Help: Sources »</a>
</p>
<span class="largeheader">Help: Families</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add New</a> |
<a href="#edit" class="lightlink">Edit Existing</a> |
<a href="#delete" class="lightlink">Delete</a> |
<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>
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="backuprestore_help.php" class="lightlink">« Help: Utilities</a> |
<a href="index_help.php" class="lightlink">Help: Getting Started »</a>
</p>
<span class="largeheader">Help: Mod Manager</span>
<p class="smaller menu">
<a href="#overview" class="lightlink">Overview</a> |
<a href="#operation" class="lightlink">Operation</a> |
<a href="#status" class="lightlink">Status</a> |
<a href="#files" class="lightlink">Config Files</a> |
</p>
</td>
</tr>
<tr class="databack">
<td class="tngshadow">
<a name="overview"><p class="subheadbold">Overview</p></a>
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="sources_help.php" class="lightlink">« Help: Sources</a> |
<a href="assoc_help.php" class="lightlink">Help: Associations »</a>
</p>
<span class="largeheader">Help: Repositories</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add New</a> |
<a href="#edit" class="lightlink">Edit Existing</a> |
<a href="#delete" class="lightlink">Delete</a> |
<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>
示例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();
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="more_help.php" class="lightlink">« Help: More</a> |
<a href="collections_help.php" class="lightlink">Help: Collections »</a>
</p>
<span class="largeheader">Help: Media</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add</a> |
<a href="#edit" class="lightlink">Edit</a> |
<a href="#delete" class="lightlink">Delete</a> |
<a href="#convert" class="lightlink">Convert</a> |
<a href="#album" class="lightlink">Add to Album</a> |
<a href="#sort" class="lightlink">Sort</a> |
<a href="#thumbs" class="lightlink">Thumbnails</a> |
<a href="#import" class="lightlink">Import</a> |
<a href="#upload" class="lightlink">Upload</a>
</p>
</td>
示例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();
}
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="places_googlemap_help.php" class="lightlink">« Help: Google Maps</a> |
<a href="misc_help.php" class="lightlink">Help: Miscellaneous »</a>
</p>
<span class="largeheader">Help: Timeline Events</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add or Edit</a> |
<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>
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="index_help.php" class="lightlink">« Help: Getting Started</a> |
<a href="families_help.php" class="lightlink">Help: Families »</a>
</p>
<span class="largeheader">Help: People</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add New</a> |
<a href="#edit" class="lightlink">Edit Existing</a> |
<a href="#delete" class="lightlink">Delete</a> |
<a href="#review" class="lightlink">Review</a> |
<a href="#merge" class="lightlink">Merge</a>
</p>
</td>
</tr>
<tr class="databack">
<td class="tngshadow">
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="reports_help.php" class="lightlink">« Help: Reports</a> |
<a href="languages_help.php" class="lightlink">Help: Languages »</a>
</p>
<span class="largeheader">Help: Most Wanted</span>
<p class="smaller menu">
<a href="#add" class="lightlink">Add New</a> |
<a href="#edit" class="lightlink">Edit Existing</a> |
<a href="#sort" class="lightlink">Sort</a> |
<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>
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="mostwanted_help.php" class="lightlink">« Help: Most Wanted</a> |
<a href="backuprestore_help.php" class="lightlink">Help: Utilities »</a>
</p>
<span class="largeheader">Help: Languages</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add or Edit</a> |
<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>
示例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;
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="citations_help.php" class="lightlink">« Help: Citations</a> |
<a href="more_help.php" class="lightlink">Help: More »</a>
</p>
<span class="largeheader">Help: Events</span>
<p class="smaller menu">
<a href="#what" class="lightlink">Standard vs. Custom</a> |
<a href="#add" class="lightlink">Add New</a> |
<a href="#edit" class="lightlink">Edit Existing</a> |
<a href="#del" class="lightlink">Delete</a> |
<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>
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="branches_help.php" class="lightlink">« Help: Branches</a> |
<a href="reports_help.php" class="lightlink">Help: Reports »</a>
</p>
<span class="largeheader">Help: Custom Event Types</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add or Edit</a> |
<a href="#accept" class="lightlink">Accept vs. Ignore</a> |
<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>.
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="places_help.php" class="lightlink">« Help: Places</a> |
<a href="tlevents_help.php" class="lightlink">Help: Timeline Events »</a>
</p>
<span class="largeheader">Help: Google Maps</span>
<p class="smaller menu">
<a href="#show" class="lightlink">Search</a> |
<a href="#search" class="lightlink">Search</a> |
<a href="#controls" class="lightlink">Map Controls</a> |
<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>
示例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> |
<a href="http://tng.lythgoes.net/wiki" target="_blank" class="lightlink">TNG Wiki</a><br />
<a href="users_help.php" class="lightlink">« Help: Users</a> |
<a href="branches_help.php" class="lightlink">Help: Branches »</a>
</p>
<span class="largeheader">Help: Trees</span>
<p class="smaller menu">
<a href="#search" class="lightlink">Search</a> |
<a href="#add" class="lightlink">Add or Edit</a> |
<a href="#delete" class="lightlink">Delete</a> |
<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>.