コード例 #1
0
ファイル: manager.php プロジェクト: vinothtimes/dchqtest
        // is it owned by the person who logged in?
        $sql = "UPDATE posts_table SET expired='N' where post_id='" . jb_escape_sql($post_id) . "' ";
        JB_mysql_query($sql) or $DB_ERROR = mysql_error();
        JB_update_post_category_count($post_data);
    }
    JB_finalize_post_updates();
    $JBMarkup->ok_msg($label['post_unexpire_ok']);
}
jbplug_do_callback('post_manager_action', $A = false);
JB_render_box_top(95, $label['employer_manager_head']);
// set fees flag
if (JB_POSTING_FEE_ENABLED == 'YES' || JB_PREMIUM_POSTING_FEE_ENABLED == 'YES') {
    $_FEES_ENABLED = "YES";
}
###################
JBEmployer::display_credit_status();
JB_render_box_bottom();
?>
				

<div>&nbsp;


<?php 
if ($_REQUEST['offset'] == false || $_REQUEST['show'] == 'ONLINE') {
    JB_render_box_top(95, $label['employer_manager_online']);
    JB_list_jobs("EMPLOYER", "ONLINE");
    // show employer's online jobs.
    JB_render_box_bottom();
}
?>
コード例 #2
0
ファイル: search.php プロジェクト: vinothtimes/dchqtest
    echo '<p>' . $label['employer_resume_more_details'] . '</p>';
} else {
    ?>
	<p>&nbsp;</p>
	<center>
	<h3><?php 
    echo $label['employer_resume_browse'];
    ?>
</h3>
	<?php 
    $label["employer_resume_must_sub"] = str_replace("%SITE_NAME%", JB_SITE_NAME, $label["employer_resume_must_sub"]);
    echo '<div class="explanation_note">' . $label['employer_resume_must_sub'] . '</div>';
    ?>
<p>
	<?php 
    $offer_active_msg = JBEmployer::JB_get_special_offer_msg();
    echo $offer_active_msg;
    ?>
	<a href="subscriptions.php"><IMG src="<?php 
    echo JB_THEME_URL;
    ?>
images/<?php 
    echo $label['subscribe_now_button_img'];
    ?>
" width="187" height="41" border="0" alt=""></a>
	</center>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
	<p>&nbsp;</p>
コード例 #3
0
ファイル: saved.php プロジェクト: vinothtimes/dchqtest
# You can obtain one at http://mozilla.org/MPL/2.0/.
###########################################################################
if (isset($_REQUEST['resume_id']) && is_numeric($_REQUEST['resume_id'])) {
    // Refer the client to search.php to display the resume
    header("referer:" . $_SERVER['PHP_SELF']);
    // this will tell the search.php that we came form the saved.php page
    header('Location: search.php?resume_id=' . $_REQUEST['resume_id']);
}
require '../config.php';
include 'login_functions.php';
require_once '../include/category.inc.php';
require_once '../include/resumes.inc.php';
JB_process_login();
JB_template_employers_header();
if (isset($_REQUEST['delete'])) {
    if (JBEmployer::delete_saved_resumes($_SESSION['JB_ID'], $_REQUEST['resumes'])) {
        echo $JBMarkup->ok_msg($label['emp_saved_deleted']);
    } else {
        echo $JBMarkup->error_msg($label['emp_saved_notselected']);
    }
}
?>

<h3><?php 
echo $label['emp_saved_heading'];
?>
</h3>


<?php 
JB_list_resumes('SAVED');
コード例 #4
0
				
	<p><?php 
    JB_render_box_top(100, $label['subscription_status_info']);
    echo $label['subscription_status_info_list'];
    ?>
	<?php 
    JB_render_box_bottom();
    ?>
</p>
	</td>
	<td width="50%" valign="top">

	<!-- right col-->				
	<?php 
    JB_render_box_top(100, $label['subscription_recent_trn']);
    $invoices = JBEmployer::get_recent_subscription_invoices($_SESSION['JB_ID']);
    if (sizeof($invoices) > 0) {
        $OLM =& JB_get_ListMarkupObject('JBOrdersListMarkup');
        //new JBOrdersListMarkup();
        $OLM->list_start('subscription_orders', 'order_table');
        $OLM->list_head_open();
        $OLM->list_head_cell_open();
        echo $label['subscription_hist_date'];
        $OLM->list_head_cell_close();
        $OLM->list_head_cell_open();
        echo $label['subscription_hist_id'];
        $OLM->list_head_cell_close();
        $OLM->list_head_cell_open();
        echo $label['subscription_hist_item'];
        $OLM->list_head_cell_close();
        $OLM->list_head_cell_open();