本文整理汇总了PHP中showSectionHead函数的典型用法代码示例。如果您正苦于以下问题:PHP showSectionHead函数的具体用法?PHP showSectionHead怎么用?PHP showSectionHead使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了showSectionHead函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: showSectionHead
<?php
echo showSectionHead($spTextPlugin['Seo Plugin Details']);
?>
<div> <a href="javascript:void(0)" onclick="scriptDoLoad('themes-manager.php?pageno=<?php
echo $pageNo;
?>
', 'content')" class="back">«« Back</a></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="left" width='30%'><?php
echo $themeInfo['label'];
?>
</td>
<td class="right"> </td>
</tr>
<tr class="white_row">
<td class="td_left_col bold"><?php
echo $spText['label']['Theme'];
?>
:</td>
<td class="td_right_col"><?php
echo $themeInfo['name'];
?>
</td>
</tr>
<tr class="blue_row">
<td class="td_left_col bold"><?php
echo $spText['label']['Version'];
?>
:</td>
示例2: showSectionHead
<?php
echo showSectionHead($spTextSat['GenerateSaturationReports']);
?>
<form id='search_form'>
<table width="400px" border="0" cellspacing="0" cellpadding="0" class="search">
<tr>
<th><?php
echo $spText['common']['Website'];
?>
: </th>
<td>
<select name="website_id" style='width:170px;' id="website_id">
<option value="">-- Select --</option>
<?php
foreach ($websiteList as $websiteInfo) {
?>
<?php
if ($websiteInfo['id'] == $websiteId) {
?>
<option value="<?php
echo $websiteInfo['id'];
?>
" selected><?php
echo $websiteInfo['name'];
?>
</option>
<?php
} else {
?>
<option value="<?php
示例3: showSectionHead
<?php
echo showSectionHead($spTextSat['Quick Search Engine Saturation Checker']);
?>
<form id='search_form'>
<table width="60%" border="0" cellspacing="0" cellpadding="0" class="search">
<tr>
<th><?php
echo $spText['common']['Website'];
?>
: </th>
<td>
<textarea name="website_urls" cols="150" rows="8"></textarea>
</td>
</tr>
<tr>
<th> </th>
<td style="padding-left: 9px;">
<a href="javascript:void(0);" onclick="scriptDoLoadPost('saturationchecker.php', 'search_form', 'subcontent')" class="actionbut"><?php
echo $spText['button']['Proceed'];
?>
</a>
</td>
</tr>
</table>
</form>
<div id='subcontent'>
<p class='note'><?php
echo $spTextSat['clickproceedsaturation'];
?>
</p>
示例4: empty
<?php
$headLabel = empty($headLabel) ? $spTextPanel['Proxy Settings'] : $headLabel;
echo showSectionHead($headLabel);
// if saved successfully
if (!empty($saved)) {
showSuccessMsg($spTextSettings['allsettingssaved'], false);
}
?>
<form id="updateSettings">
<input type="hidden" value="update" name="sec">
<input type="hidden" value="<?php
echo $category;
?>
" name="category">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="left" width='35%'><?php
echo $headLabel;
?>
</td>
<td class="right"> </td>
</tr>
<?php
foreach ($list as $i => $listInfo) {
$class = $i % 2 ? "blue_row" : "white_row";
switch ($listInfo['set_type']) {
case "small":
$width = 40;
break;
case "bool":
示例5: showSectionHead
<?php
echo showSectionHead($spTextTools['Featured Submission']);
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="left"><?php
echo $spText['common']['Id'];
?>
</td>
<td><?php
echo $spText['common']['Name'];
?>
</td>
<td><?php
echo $spText['common']['Google Pagerank'];
?>
</td>
<!--
<td><?php
echo $spTextDir['Coupon Code'];
?>
</td>
<td><?php
echo $spTextDir['Coupon Offer'];
?>
</td>
-->
<td class="right"><?php
echo $spText['common']['Action'];
?>
示例6: showSectionHead
<?php
echo showSectionHead($spTextKeyword['Import Keywords']);
?>
<form id="newKeyword">
<input type="hidden" name="sec" value="import"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="left" width='30%'><?php
echo $spTextKeyword['Import Keywords'];
?>
</td>
<td class="right"> </td>
</tr>
<tr class="blue_row">
<td class="td_left_col"><?php
echo $spText['common']['Website'];
?>
:</td>
<td class="td_right_col">
<select name="website_id" id="website_id" onchange="doLoad('website_id', 'websites.php', 'weburlarea', 'sec=updateurl')">
<?php
foreach ($websiteList as $websiteInfo) {
?>
<?php
if ($websiteInfo['id'] == $post['website_id']) {
$websiteUrl = $websiteInfo['url'];
?>
<option value="<?php
echo $websiteInfo['id'];
?>
示例7: showSectionHead
<?php
echo showSectionHead($spTextWeb['Edit User Type']);
?>
<form id="editUserType">
<input type="hidden" name="sec" value="update"/>
<input type="hidden" name="old_user_type" value="<?php
echo $post['old_user_type'];
?>
"/>
<input type="hidden" name="id" value="<?php
echo $post['id'];
?>
"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="left" width='30%'><?php
echo $spTextWeb['Edit User Type'];
?>
</td>
<td class="right"> </td>
</tr>
<tr class="white_row">
<td class="td_left_col"><?php
echo $spText['common']['Name'];
?>
:</td>
<td class="td_right_col"><input type="text" name="user_type" value="<?php
echo $post['user_type'];
?>
"><?php
示例8: showSectionHead
<?php
echo showSectionHead($spTextDir['Check Directory Status']);
?>
<form id='search_form'>
<table width="36%" border="0" cellspacing="0" cellpadding="0" class="search">
<tr>
<th><?php
echo $spText['common']['Status'];
?>
: </th>
<td>
<select name="stscheck" id="stscheck">
<option value="0"><?php
echo $spText['common']['Inactive'];
?>
</option>
<option value="1"><?php
echo $spText['common']['Active'];
?>
</option>
</select>
</td>
<td style="padding-left: 9px;">
<a href="javascript:void(0);" onclick="scriptDoLoadPost('directories.php', 'search_form', 'subcontent', '&sec=startdircheck')" class="actionbut">
<?php
echo $spText['button']['Proceed'];
?>
</a>
</td>
</tr>
示例9: showSectionHead
<form name="listform" id="listform">
<?php
echo showSectionHead($spTextPanel['Website Manager']);
if (!empty($isAdmin)) {
?>
<table width="50%" border="0" cellspacing="0" cellpadding="0" class="search">
<tr>
<th><?php
echo $spText['common']['User'];
?>
: </th>
<td>
<select name="userid" id="userid" onchange="doLoad('userid', 'websites.php', 'content')">
<option value="">-- <?php
echo $spText['common']['Select'];
?>
--</option>
<?php
foreach ($userList as $userInfo) {
?>
<?php
if ($userInfo['id'] == $userId) {
?>
<option value="<?php
echo $userInfo['id'];
?>
" selected><?php
echo $userInfo['username'];
?>
</option>
<?php
示例10: showSectionHead
echo $spText['common']['Period'];
?>
:</th>
<td>
<?php
echo $fromTime;
?>
- <?php
echo $toTime;
?>
</td>
</tr>
</table>
<?php
} else {
echo showSectionHead($spTextTools['Keyword Position Summary']);
?>
<form id='search_form'>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="search">
<tr>
<th width="100px"><?php
echo $spText['common']['Website'];
?>
: </th>
<td width="160px">
<select name="website_id" id="website_id" style='width:160px;' onchange="scriptDoLoadPost('reports.php', 'search_form', 'content', '&sec=reportsum')">
<option value="">-- <?php
echo $spText['common']['All'];
?>
--</option>
<?php
示例11: showSectionHead
<?php
echo showSectionHead($spTextTools['Generate Backlinks Reports']);
?>
<form id='search_form'>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="search">
<tr>
<th><?php
echo $spText['common']['Website'];
?>
: </th>
<td>
<select name="website_id" id="website_id" style='width:190px;' onchange="scriptDoLoadPost('backlinks.php', 'search_form', 'content', '&sec=reports')">
<?php
foreach ($websiteList as $websiteInfo) {
?>
<?php
if ($websiteInfo['id'] == $websiteId) {
?>
<option value="<?php
echo $websiteInfo['id'];
?>
" selected><?php
echo $websiteInfo['name'];
?>
</option>
<?php
} else {
?>
<option value="<?php
echo $websiteInfo['id'];
示例12: showSectionHead
<form name="listform" id="listform">
<?php
echo showSectionHead($spTextPanel['Search Engine Manager']);
echo $pagingDiv;
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="leftid"><input type="checkbox" id="checkall" onclick="checkList('checkall')"></td>
<td><?php
echo $spText['common']['Id'];
?>
</td>
<td><?php
echo $spText['common']['Name'];
?>
</td>
<td><?php
echo $spTextSE['no_of_results_page'];
?>
</td>
<td><?php
echo $spTextSE['max_results'];
?>
</td>
<td><?php
echo $spText['common']['Status'];
?>
</td>
<td class="right"><?php
echo $spText['common']['Action'];
?>
示例13: showPrintHeader
function showPrintHeader($headMsg = '', $doPrint = true)
{
?>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
</head>
<script language="Javascript" src="<?php
echo SP_JSPATH;
?>
/common.js"></script>
<script type="text/javascript">
<?php
if ($doPrint) {
?>
window.print();
<?php
}
?>
loadJsCssFile("<?php
echo SP_CSSPATH;
?>
/screen.css", "css");
</script>
<style>BODY{background-color:white;padding:50px 10px;}</style>
<?php
if (!empty($headMsg)) {
echo showSectionHead($headMsg);
}
}
示例14: showSectionHead
<?php
echo showSectionHead($spTextTools['Auditor Reports']);
if (empty($projectId)) {
showErrorMsg($spTextSA['No active projects found'] . '!');
}
$submitJsFunc = "scriptDoLoadPost('siteauditor.php', 'search_form', 'subcontent', '&sec=showreport')";
?>
<form id='search_form' onsubmit="<?php
echo $submitJsFunc;
?>
; return false;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="search">
<tr>
<th><?php
echo $spText['label']['Project'];
?>
: </th>
<td>
<select id="project_id" name="project_id" onchange="<?php
echo $submitJsFunc;
?>
" style="width: 180px;">
<?php
foreach ($projectList as $list) {
?>
<?php
if ($list['id'] == $projectId) {
?>
<option value="<?php
echo $list['id'];
示例15: showSectionHead
<?php
echo showSectionHead($spTextPanel['About Us']);
?>
<table width="80%" cellspacing="0" cellpadding="0" class="summary">
<tr><td class="topheader" colspan="2"><?php
echo $spText['label']['Developers'];
?>
</td></tr>
<tr>
<td class="content" style="border-left: none;width: 30%">PHP, MYSQL, AJAX, HTML</td>
<td class="contentmid" style="text-align: left;padding-left: 10px">Geo Varghese</td>
</tr>
<tr>
<td class="content" style="border-left: none;width: 30%">PHP, MYSQL, JQUERY</td>
<td class="contentmid" style="text-align: left;padding-left: 10px">Deepthy Rao</td>
</tr>
</table>
<br><br>
<table width="80%" cellspacing="0" cellpadding="0" class="summary">
<tr><td class="topheader" colspan="2"><?php
echo $spText['label']['Sponsors'];
?>
</td></tr>
<?php
echo $sponsors;
?>
<tr>
<td class="contentmid" colspan="2" style="border-left: none;font-size: 13px;text-align: left">
<a target="_blank" href="<?php