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

PHP showSectionHead函数代码示例

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

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



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

示例1: showSectionHead

<?php

echo showSectionHead($spTextPlugin['Seo Plugin Details']);
?>
<div>&nbsp;<a href="javascript:void(0)" onclick="scriptDoLoad('themes-manager.php?pageno=<?php 
echo $pageNo;
?>
', 'content')" class="back">&#171&#171 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">&nbsp;</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>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:listthemeinfo.ctp.php


示例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 
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:generatereport.ctp.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>&nbsp;</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>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:showsaturationchecker.ctp.php


示例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">&nbsp;</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":
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:showproxysettings.ctp.php


示例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'];
?>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:featuredsubmission.ctp.php


示例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">&nbsp;</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'];
        ?>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:importkeywords.ctp.php


示例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">&nbsp;</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 
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:edit.ctp.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>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:showcheckdir.ctp.php


示例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 
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:list.ctp.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 
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:reportsummary.ctp.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'];
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:backlinkreport.ctp.php


示例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'];
?>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:list.ctp.php


示例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);
    }
}
开发者ID:codegooglecom,项目名称:seopanel,代码行数:29,代码来源:sp-common.php


示例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'];
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:viewreports.ctp.php


示例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 
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:aboutus.ctp.php


示例16: showSectionHead

<?php

echo showSectionHead($spTextTools['Generate Rank Reports']);
?>
<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 
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:generatereport.ctp.php


示例17: showSectionHead

<?php

echo showSectionHead($spTextPanel['New User']);
?>
<form id="newUser">
<input type="hidden" name="sec" value="create"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left" width='30%'><?php 
echo $spTextPanel['New User'];
?>
</td>
		<td class="right">&nbsp;</td>
	</tr>
	<tr class="white_row">
		<td class="td_left_col"><?php 
echo $spText['login']['Username'];
?>
:</td>
		<td class="td_right_col"><input type="text" name="userName" value="<?php 
echo $post['userName'];
?>
"><?php 
echo $errMsg['userName'];
?>
</td>
	</tr>
	<tr class="blue_row">
		<td class="td_left_col"><?php 
echo $spText['login']['Password'];
?>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:new.ctp.php


示例18: showSectionHead

<?php

echo showSectionHead($spTextSA["Run Project"]);
?>
<div id="run_project">
	<div id="run_info">
		<table width="100%" border="0" cellspacing="0" cellpadding="0px" class="summary_tab">
        	<tr>
        		<td class="topheader" colspan="10"><?php 
echo $spTextSA['Project Summary'];
?>
</td>
        	</tr>
        	<tr>
        		<th class="leftcell" width="20%"><?php 
echo $spText['common']['Website'];
?>
:</th>
        		<td width="40%" style="text-align: left;"><?php 
echo $projectInfo['url'];
?>
</td>
        		<th width="20%"><?php 
echo $spTextSA['Maximum Pages'];
?>
:</th>
        		<td><?php 
echo $projectInfo['max_links'];
?>
</td>
        	</tr>
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:showrunproject.ctp.php


示例19: showSectionHead

<?php

echo showSectionHead($spTextPanel['System Settings']);
if (!empty($saved)) {
    showSuccessMsg($spTextSettings['syssettingssaved'], false);
}
?>
<form id="updateSettings">
<input type="hidden" value="update" name="sec">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left" width='30%'><?php 
echo $spTextPanel['System Settings'];
?>
</td>
		<td class="right">&nbsp;</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":
            if (empty($listInfo['set_val'])) {
                $selectYes = "";
                $selectNo = "selected";
            } else {
                $selectYes = "selected";
                $selectNo = "";
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:showsettings.ctp.php


示例20: showSectionHead

<?php

echo showSectionHead($spTextDir['Semi Automatic Directory Submission Tool']);
?>
<form id='search_form'>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="search">
	<tr>				
		<th><?php 
echo $spText['common']['Website'];
?>
: </th>
		<td>
			<?php 
echo $this->render('website/websiteselectbox', 'ajax');
?>
		</td>
		<td width="20px" style="text-align: right;"><input type="checkbox" name="no_captcha" id="no_captcha" onclick="checkCaptcha('no_captcha', 'directories.php?sec=checkcaptcha', 'tmp')"></td>
		<th style="text-align: left;" nowrap="nowrap" colspan="2"><?php 
echo $spTextDir['Directories with out captcha'];
?>
</th>		
	</tr>	
	<tr>				
		<th><?php 
echo $spText['common']['Google Pagerank'];
?>
: </th>
		<td>			
			<select name="google_pagerank">
				<option value="">-- <?php 
echo $spText['common']['Select'];
开发者ID:codegooglecom,项目名称:seopanel,代码行数:31,代码来源:showsubmission.ctp.php



注:本文中的showSectionHead函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

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

请发表评论

全部评论

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

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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