<?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>
<?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
<?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>
<?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":
<?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']; ?>
<?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']; ?>
<?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
<?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>
<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
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
<?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'];
<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']; ?>
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); } }
<?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'];
<?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
<?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
<?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"> </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']; ?>
<?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>
<?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"> </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 = "";
<?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'];
<form name="listform" id="listform"> <?php echo showSectionHead($spTextPanel['User 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['login']['Username']; ?> </td> <td><?php echo $spText['common']['Name']; ?> </td> <td><?php echo $spText['login']['Email']; ?> </td> <td><?php echo $spText['common']['Status']; ?> </td> <td class="right"><?php echo $spText['common']['Action']; ?>
<?php echo showSectionHead($spTextPanel["Proxy Manager"]); $searchFun = "scriptDoLoadPost('proxy.php', 'listform', 'content')"; ?> <form name="listform" id="listform" onsubmit="<?php echo $searchFun; ?> "> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="search"> <tr> <th><?php echo $spText['common']['Keyword']; ?> : </th> <td><input type="text" name="keyword" value="<?php echo htmlentities($keyword, ENT_QUOTES); ?> " onblur="<?php echo $searchFun; ?> "></td> <th><?php echo $spText['common']['Status']; ?> : </th> <td> <select name="status" onchange="<?php echo $searchFun; ?> ">
<?php echo showSectionHead($spTextPanel['Schedule Reports']); // if saved successfully if (!empty($success)) { showSuccessMsg($spTextReport['sheduledsuccessfully'], false); } ?> <form id="schedule_form"> <input type="hidden" name="sec" value="schedule"/> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="list"> <tr class="listHead"> <td class="left" width='30%'><?php echo $spTextPanel['Schedule Reports']; ?> </td> <td class="right"> </td> </tr> <?php if (isAdmin()) { ?> <tr class="blue_row"> <td class="td_left_col"><?php echo $spText['common']['User']; ?> :</td> <td class="td_right_col"> <select id="user_id" name="user_id" style="width:150px;" onchange="doLoad('user_id', 'reports.php?sec=schedule', 'content')"> <?php foreach ($userList as $userInfo) {
</td> <th><?php echo $spText['label']['Brocken']; ?> :</th> <td><?php echo $reportInfo['brocken'] ? $spText['common']['Yes'] : $spText['common']['No']; ?> </td> </tr> </table> </div> <br><br> <?php echo showSectionHead($spTextSA['Page Links']); ?> <div> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="list"> <tr class="listHead"> <td class="leftid"><?php echo $spText['common']['No']; ?> </td> <td><?php echo $spText['common']['Url']; ?> </td> <td><?php echo $spTextSA['Anchor']; ?>
<?php echo showSectionHead($spTextPanel['Directory Manager']); ?> <form id='search_form'> <table width="88%" border="0" cellspacing="0" cellpadding="0" class="search"> <?php $submitLink = "scriptDoLoadPost('directories.php', 'search_form', 'content', '&sec=directorymgr')"; ?> <tr> <th><?php echo $spText['common']['Directory']; ?> : </th> <td width="100px"><input type="text" name="dir_name" value="<?php echo $info['dir_name']; ?> " onblur="<?php echo $submitLink; ?> "></td> <th><?php echo $spText['common']['Status']; ?> : </th> <td width="100px"> <select name="stscheck" onchange="<?php echo $submitLink; ?> "> <?php
<?php echo showSectionHead($spTextTools['Quick Rank 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;"> <?php $actFun = SP_DEMO ? "alertDemoMsg()" : "scriptDoLoadPost('rank.php', 'search_form', 'subcontent', '&sec=quickrank')"; ?> <a href="javascript:void(0);" onclick="<?php echo $actFun; ?> " class="actionbut"><?php echo $spText['button']['Proceed']; ?> </a> </td> </tr> </table>
<?php echo showSectionHead($spTextPanel['New Project']); ?> <form id="projectform"> <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 Project']; ?> </td> <td class="right"> </td> </tr> <tr class="white_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', 'keywords.php', 'keyword_area', 'sec=keywordbox')"> <?php foreach ($websiteList as $websiteInfo) { ?> <?php if ($websiteInfo['id'] == $post['website_id']) { ?> <option value="<?php echo $websiteInfo['id']; ?> " selected><?php
<?php echo showSectionHead($spTextTools['Quick Backlinks 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;"> <?php $actFun = SP_DEMO ? "alertDemoMsg()" : "scriptDoLoadPost('backlinks.php', 'search_form', 'subcontent')"; ?> <a href="javascript:void(0);" onclick="<?php echo $actFun; ?> " class="actionbut"><?php echo $spText['button']['Proceed']; ?> </a> </td> </tr> </table>
:</th> <td> <?php echo $fromTime; ?> - <?php echo $toTime; ?> </td> </tr> </table> <?php } else { ?> <?php echo showSectionHead($sectionHead); ?> <form id='search_form'> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="search"> <tr> <th><?php echo $spText['common']['Period']; ?> :</th> <td> <input type="text" style="width: 80px;margin-right:0px;" value="<?php echo $fromTime; ?> " name="from_time"/> <img align="bottom" onclick="displayDatePicker('from_time', false, 'ymd', '-');" src="<?php echo SP_IMGPATH;
<?php echo showSectionHead($spTextTools['Keywords Manager']); $searchFun = "scriptDoLoadPost('keywords.php', 'listform', 'content')"; ?> <form name="listform" id="listform"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="search"> <tr> <th><?php echo $spText['common']['Keyword']; ?> : </th> <td><input type="text" name="keyword" value="<?php echo $keyword; ?> " onblur="<?php echo $searchFun; ?> "></td> <th><?php echo $spText['common']['Website']; ?> : </th> <td> <select name="website_id" id="website_id" onchange="<?php echo $searchFun; ?> "> <option value="">-- <?php echo $spText['common']['Select']; ?>