Exemplo n.º 1
0
        $_REQUEST['field_id'] = "";
    }
}
if (JB_is_table_unsaved("employers")) {
    require dirname(__FILE__) . '/build_employers_table.php';
    JB_cache_del_keys_for_form(4);
}
?>
<table>

<tr>
	<td valign="top">
	<?php 
JB_build_sort_fields(4, 1);
JB_build_sort_fields(4, 2);
JB_build_sort_fields(4, 3);
if ($_REQUEST['action'] == 'move_up') {
    JB_move_field_up(4, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(4);
}
if ($_REQUEST['action'] == 'move_down') {
    JB_move_field_down(4, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(4);
}
if ($NEW_FIELD == 'NO') {
    echo '<i>Note: The Admin is always using the default theme. If you customized your form template, changes will not show here unless you update the default template too.</i>';
    $EmployerForm->display_form($mode, true);
}
?>

Exemplo n.º 2
0
}
if (JB_is_table_unsaved("posts_table")) {
    //echo "<br>Note: This form's database structure was not updated yet. <b>Please click 'Save Changes' button to update the database structure.</b>";
    require dirname(__FILE__) . '/build_posts_table.php';
    JB_cache_del_keys_for_form(1);
}
//$mode = "EDIT";
?>
<table >

<tr>
	<td valign="top">
	<?php 
JB_build_sort_fields(1, 1);
JB_build_sort_fields(1, 2);
JB_build_sort_fields(1, 3);
if ($_REQUEST['action'] == 'move_up') {
    JB_move_field_up(1, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(1);
}
if ($_REQUEST['action'] == 'move_down') {
    JB_move_field_down(1, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(1);
}
if ($NEW_FIELD == 'NO') {
    echo '<i>Note: The Admin is always using the default theme. If you customized your form template, changes will not show here unless you update the default template too.</i>';
    $PostingForm->display_form($mode, true);
}
?>

	</td>
Exemplo n.º 3
0
        $_REQUEST['field_id'] = "";
    }
}
if ($field = JB_is_table_unsaved("resumes_table")) {
    require dirname(__FILE__) . '/build_resumes_table.php';
    JB_cache_del_keys_for_form(2);
}
?>
<table>

<tr>
	<td valign="top">
	<?php 
JB_build_sort_fields(2, 1);
JB_build_sort_fields(2, 2);
JB_build_sort_fields(2, 3);
if ($_REQUEST['action'] == 'move_up') {
    JB_move_field_up(2, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(2);
}
if ($_REQUEST['action'] == 'move_down') {
    JB_move_field_down(2, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(2);
}
if ($NEW_FIELD == 'NO') {
    echo '<i>Note: The Admin is always using the default theme. If you customized your form template, changes will not show here unless you update the default template too.</i>';
    $ResumeForm->display_form('EDIT', true);
    JB_cache_del_keys_for_form(2);
}
?>
        $_REQUEST['field_id'] = "";
    }
}
if (JB_is_table_unsaved("users")) {
    require dirname(__FILE__) . '/build_users_table.php';
    JB_cache_del_keys_for_form(5);
}
?>
<table>

<tr>
	<td valign="top">
	<?php 
JB_build_sort_fields(5, 1);
JB_build_sort_fields(5, 2);
JB_build_sort_fields(5, 3);
if ($_REQUEST['action'] == 'move_up') {
    JB_move_field_up(5, $_REQUEST['field_id']);
}
if ($_REQUEST['action'] == 'move_down') {
    JB_move_field_down(5, $_REQUEST['field_id']);
}
if ($NEW_FIELD == 'NO') {
    echo '<i>Note: The Admin is always using the default theme. If you customized your form template, changes will not show here unless you update the default template too.</i>';
    $CandidateForm->display_form($_REQUEST['mode'], true);
}
?>


	</td>
	<td valign="top">
Exemplo n.º 5
0
        $_REQUEST['field_id'] = "";
    }
}
if (JB_is_table_unsaved("profiles_table")) {
    require dirname(__FILE__) . '/build_profiles_table.php';
    JB_cache_del_keys_for_form(3);
}
?>
<table>

<tr>
	<td valign="top">
	<?php 
JB_build_sort_fields(3, 1);
JB_build_sort_fields(3, 2);
JB_build_sort_fields(3, 3);
if ($_REQUEST['action'] == 'move_up') {
    JB_move_field_up(3, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(3);
}
if ($_REQUEST['action'] == 'move_down') {
    JB_move_field_down(3, $_REQUEST['field_id']);
    JB_cache_del_keys_for_form(3);
}
if ($NEW_FIELD == 'NO') {
    echo '<i>Note: The Admin is always using the default theme. If you customized your form template, changes will not show here unless you update the default template too.</i>';
    $ProfileForm->display_form($_REQUEST['mode'], true);
}
?>