$ab_settings['sort_contacts_order'] = $_REQUEST['new_sort_order'];
     $ab_settings['sort_contacts_field'] = $_REQUEST['new_sort_field'];
 }
 if ($ab_settings['sort_contacts_order'] == "DESC") {
     $image_string = '&nbsp;<img src="' . $GO_THEME->images['arrow_down'] . '" border="0" />';
     $new_sort_order = "ASC";
 } else {
     $image_string = '&nbsp;<img src="' . $GO_THEME->images['arrow_up'] . '" border="0" />';
     $new_sort_order = "DESC";
 }
 echo '<input type="hidden" value="' . $new_sort_order . '" name="new_sort_order" />';
 if ($ab1->get_subscribed_addressbooks($GO_SECURITY->user_id) > 1) {
     echo '<table border="0" cellpadding="0" cellspacing="0"><tr><td>' . $ab_addressbook . ':</td><td>';
     $subscribed_addressbooks = new dropbox();
     while ($ab1->next_record()) {
         $subscribed_addressbooks->add_value($ab1->f('id'), $ab1->f('name'));
     }
     $subscribed_addressbooks->print_dropbox('addressbook_id', $addressbook_id, 'onchange="javascript:change_addressbook()"');
     echo '</td></tr></table>';
 } else {
     echo '<input type="hidden" name="addressbook_id" value="' . $addressbook_id . '" />';
 }
 echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n";
 echo '<tr><td class="TableHead2">&nbsp;</td>';
 if ($multiselect) {
     echo '<td class="TableHead2" width="16"><input type="checkbox" name="dummy" value="dummy" onclick="javascript:invert_selection()" /></td>';
 }
 echo "<td class=\"TableHead2\" nowrap><a class=\"TableHead2\" href=\"javascript:sort('name')\">" . $strName;
 if ($ab_settings['sort_contacts_field'] == "name") {
     echo $image_string;
 }
            $subscribed[] = $db->f('calendar_id');
        }
}
$tabtable = new tabtable('calendar', $sc_calendars, '100%', '400', '120', '', true);
require $GO_THEME->theme_path . 'header.inc';
echo '<form name="events" method="post" action="' . $_SERVER['PHP_SELF'] . '">';
echo '<input type="hidden" name="calendar_id" value="' . $calendar_id . '" />';
echo '<input type="hidden" name="return_to" value="' . $return_to . '" />';
echo '<input type="hidden" name="delete_calendar_id" value="" />';
echo '<input type="hidden" name="task" value="' . $task . '" />';
echo '<input type="hidden" name="close_action" value="false" />';
echo '<input type="hidden" name="return_to" value="' . $return_to . '" />';
echo '<input type="hidden" name="link_back" value="' . $link_back . '" />';
//echo '<input type="hidden" name="view_type" value="'.$view_type.'" />';
$dropbox = new dropbox();
$dropbox->add_value(0, $cmdShowAll);
$dropbox->add_value(1, $cmdShowOwned);
$dropbox->add_value(2, $cmdShowSubscribed);
$tabtable->print_head();
?>
<table border="0" cellpadding="10">
<tr>
<td>
<table border="0" cellpadding="3" cellspacing="0">
<tr><td colspan="1" height="25">
<a href="calendar.php?return_to=<?php 
echo rawurlencode($link_back);
?>
" class="normal"><?php 
echo $cmdAdd;
?>
    echo '<input type="hidden" name="user" value="' . $user . '" />';
    echo '<input type="hidden" name="pass" value="' . $pass . '" />';
} else {
    ?>

    <tr><td colspan="2">&nbsp;</td></tr>
    <tr>
    <td><?php 
    echo $ml_type;
    ?>
:</td>
    <td>
	<table border=0><tr><td>
    <?php 
    $dropbox = new dropbox();
    $dropbox->add_value('pop3', 'POP3');
    $dropbox->add_value('imap', 'IMAP');
    $dropbox->print_dropbox('type', $type, 'onchange="javascript:change_port()"');
    ?>
	</td><td>
    <?php 
    $checkbox = new checkbox('use_ssl', '1', 'SSL', $use_ssl, false, 'onclick="javascript:change_port()"');
    ?>
	</td><td>
    <?php 
    $checkbox = new checkbox('novalidate_cert', '1', $ml_novalidate_cert, $novalidate_cert);
    ?>
	</td></tr></table>
    </td>
    </tr>
echo '<table border="0" cellpadding="0" cellspacing="0"><tr><td>';
$disabled = $todo['completed'] ? '' : 'disabled';
$status_disabled = $todo['completed'] ? 'disabled' : '';
$datepicker->print_date_picker('completion_date', $_SESSION['GO_SESSION']['date_format'], $todo['completion_date'], '', '', '', !$todo['completed']);
echo '</td><td>&nbsp;&nbsp;';
$dropbox = new dropbox();
$dropbox->add_arrays($hours, $hours);
$dropbox->print_dropbox("completion_hour", $todo['completion_hour'], $disabled);
echo '&nbsp;:&nbsp;';
$dropbox = new dropbox();
$dropbox->add_arrays($mins, $mins);
$dropbox->print_dropbox("completion_min", $todo['completion_min'], $disabled);
echo '&nbsp;&nbsp;&nbsp;&nbsp;';
$dropbox = new dropbox();
for ($i = 0; $i < 101; $i = $i + 10) {
    $dropbox->add_value($i, "{$i}");
}
$dropbox->print_dropbox('status', $todo['status'], $status_disabled);
echo '&nbsp;&nbsp;';
echo $cal_percent_completed;
echo '</td></tr></table>';
echo '<tr><td colspan="2">&nbsp;</td></tr>';
echo '<tr><td nowrap>' . $sc_background . ':&nbsp;</td><td>';
$color_selector = new color_selector();
$color_selector->add_color('FFFFCC');
$color_selector->add_color('FF6666');
$color_selector->add_color('CCFFCC');
$color_selector->add_color('99CCFF');
$color_selector->add_color('FF99FF');
$color_selector->add_color('FFCC66');
$color_selector->add_color('CCCC66');
<tr>
<td><b><?php 
echo $strDate;
?>
:&nbsp;</b></td>
<td><?php 
echo date($_SESSION['GO_SESSION']['date_format'] . ' ' . $_SESSION['GO_SESSION']['time_format'], get_time($content['udate']));
?>
</td>
</tr>
<?php 
if ($account['type'] == "imap" && !$print) {
    echo '<tr><td nowrap><b>' . $ml_folder . ':&nbsp;</b></td><td>';
    if ($email->get_all_folders($account['id'], true) > 0) {
        $dropbox = new dropbox();
        $dropbox->add_value('INBOX', $ml_inbox);
        while ($email->next_record()) {
            if (!($email->f('attributes') & LATT_NOSELECT)) {
                $dropbox->add_value($email->f('name'), str_replace('INBOX' . $email->f('delimiter'), '', $email->f('name')));
            }
        }
        $dropbox->print_dropbox('move_to_mailbox', $mailbox, 'onchange="javascript:move_mail()"');
    }
}
echo '</td></tr>';
?>
</table>
</td>
</tr>
</table>
</td>
    ?>
</td>
</tr>
<tr>
<td nowrap>
<?php 
    echo $pref_first_weekday;
    ?>
:
</td>
<td>
<?php 
    //create an xml object because the date formats are stored as a setting in xml format
    //add them to a dropbox
    $dropbox = new dropbox();
    $dropbox->add_value('0', $full_days[0]);
    $dropbox->add_value('1', $full_days[1]);
    $dropbox->print_dropbox("first_weekday", $_SESSION['GO_SESSION']['first_weekday']);
    ?>
</td>
</tr>
<tr>
<td >&nbsp;</td>
</tr>
<tr>
<td>
<?php 
    echo $pref_thousands_seperator;
    ?>
:
</td>
     } else {
         // hien thi mot ngay
         $interval_end_time2 = $interval_start_time2;
     }
 }
 if ($_SESSION['GO_SESSION']['DST'] > 0 && date('I') > 0) {
     $dst_offset = $_SESSION['GO_SESSION']['DST'];
 } else {
     $dst_offset = 0;
 }
 $timezone_offset = $_SESSION['GO_SESSION']['timezone'] + $dst_offset;
 if (!$print) {
     echo '<table border="0" cellpadding="0" cellspacing="0"><tr height="28"><td><h3>';
     echo $sc_view . ':&nbsp;</h3></td><td>';
     $dropbox = new dropbox();
     $dropbox->add_value('1', '1 ' . $sc_day);
     $dropbox->add_value('2', '2 ' . $sc_days);
     $dropbox->add_value('5', '5 ' . $sc_days);
     $dropbox->add_value('7', '1 ' . $sc_week);
     $dropbox->add_value('14', '2 ' . $sc_weeks);
     $dropbox->add_value('21', '3 ' . $sc_weeks);
     $dropbox->add_value('35', '1 ' . $sc_month);
     $dropbox->print_dropbox("show_days", $cal_settings['show_days'], 'onchange="javascript:document.forms[0].submit()"');
     if ($cal_settings['show_days'] == 5) {
         $interval = 7;
     } else {
         $interval = $cal_settings['show_days'];
     }
     echo '</td><td nowrap><h3><a href="javascript:goto_date(' . ($day - $interval) . ', ' . $month . ', ' . $year . ');">&lt;&lt; </a>&nbsp;';
     echo date($_SESSION['GO_SESSION']['date_format'], $interval_start_time2 + $timezone_offset * 3600) . ' - ' . date($_SESSION['GO_SESSION']['date_format'], $interval_end_time2 + $timezone_offset * 3600);
     echo '&nbsp;<a href="javascript:goto_date(' . ($day + $interval) . ', ' . $month . ', ' . $year . ');">&gt;&gt;</a>';
			<?php 
    $name = isset($_POST['name']) ? htmlspecialchars(smartstrip($_POST['name'])) : '';
    ?>
			<input type="text" class="textbox" name="name" value="<?php 
    echo $name;
    ?>
" maxlength="100" size="30" />
			</td>
			<?php 
    $delimiter = isset($delimiter) ? $delimiter : '/';
    echo '<input type="hidden" name="delimiter" value="' . $delimiter . '" />';
    echo '<td>' . $ml_inside . '</td>';
    echo '<td>';
    $parent_folder_name = isset($parent_folder_name) ? $parent_folder_name : '';
    $dropbox = new dropbox();
    $dropbox->add_value($account['mbroot'], $ml_root_mailbox);
    for ($i = 0; $i < $mcount; $i++) {
        if ($go_mailboxes[$i]['attributes'] != LATT_NOINFERIORS) {
            $dropbox->add_value($go_mailboxes[$i]['name'], str_replace('INBOX' . $go_mailboxes[$i]['delimiter'], '', $go_mailboxes[$i]['name']));
        }
    }
    $dropbox->print_dropbox('parent_folder_name', $parent_folder_name);
    echo '</td>';
    ?>
			<td>
			<?php 
    $button = new button($cmdOk, "javascript:_save('create_folder', 'false')");
    ?>
			</td>
		</tr>
		</table>
     echo '</td></tr>';
     echo '<tr><td>' . $pm_end_date . ':</td><td>';
     echo $end_date;
     echo '</td></tr>';
     echo '<tr><td>' . $pm_status . '</td><td><b>';
     $status = $pm_status_values[$projects->f('status')];
     echo $status . '</b></td></tr>';
     echo '<tr><td>' . $pm_progress . ':</td><td>' . $progress . '%</td></tr>';
     echo '<tr><td>' . $pm_budget . ':</td><td>' . $budget . ' ' . $_SESSION['GO_SESSION']['currency'] . '</td></tr>';
 }
 $fee_count = $projects->get_fees();
 if ($fee_count > 0) {
     echo '<tr><td>' . $pm_fee . '</td><td>';
     $dropbox = new dropbox();
     while ($projects->next_record()) {
         $dropbox->add_value($projects->f('id'), $projects->f('name') . ' (' . htmlentities($_SESSION['GO_SESSION']['currency']) . '&nbsp;' . number_format($projects->f('value'), 2, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']) . '&nbsp;/&nbsp;' . $projects->f('time') . '&nbsp;' . $pm_mins . ')');
     }
     $disabled = $project_id < 1 || $project['user_id'] == $GO_SECURITY->user_id ? '' : 'disabled';
     $dropbox->print_dropbox('fee_id', $fee_id, $disabled);
 } else {
     echo '<input type="hidden" name="fee_id" value="0" />';
 }
 if ($project_id > 0) {
     echo '<tr><td>' . $strOwner . ':</td><td>' . show_profile($project['user_id']) . '</td></tr>';
     echo '<tr><td>' . $strCreatedAt . ':</td><td>' . date($_SESSION['GO_SESSION']['date_format'] . ' ' . $_SESSION['GO_SESSION']['time_format'], $project['ctime'] + $_SESSION['GO_SESSION']['timezone'] * 3600) . '</td><tr>';
     echo '<tr><td>' . $strModifiedAt . ':</td><td>' . date($_SESSION['GO_SESSION']['date_format'] . ' ' . $_SESSION['GO_SESSION']['time_format'], $project['mtime'] + $_SESSION['GO_SESSION']['timezone'] * 3600) . '</td><tr>';
 }
 ?>
           <tr>
           <td valign="top"><?php 
 echo $strComments;
     $department = isset($_POST['department']) ? $_POST['department'] : -1;
     echo '<tr><td>' . $strDepartment . ':</td><td>';
     $dropbox->print_dropbox('department', $department);
     echo '</td></tr>';
     $function = isset($_POST['function']) ? $_POST['function'] : -1;
     echo '<tr><td>' . $strFunction . ':</td><td>';
     $dropbox->print_dropbox('function', $function);
     echo '</td></tr>';
     echo '</table>';
 } else {
     $dropbox = new dropbox();
     $required_dropbox = new dropbox();
     $dropbox->add_value('', $strNotIncluded);
     for ($n = 0; $n < sizeof($record); $n++) {
         $dropbox->add_value($n, $record[$n]);
         $required_dropbox->add_value($n, $record[$n]);
     }
     echo '<table border="0" cellpadding="4" cellspacing="0">';
     echo '<tr><td><h3>Group-Office</h3></td>';
     echo '<td><h3>CSV</h3></td></tr>';
     $name = isset($_POST['name']) ? $_POST['name'] : 0;
     echo '<tr><td>' . $strName . ':</td><td>';
     $required_dropbox->print_dropbox('name', $name);
     echo '</td></tr>';
     $address = isset($_POST['address']) ? $_POST['address'] : -1;
     echo '<tr><td>' . $strAddress . ':</td><td>';
     $dropbox->print_dropbox('address', $address);
     echo '</td></tr>';
     $zip = isset($_POST['zip']) ? $_POST['zip'] : -1;
     echo '<tr><td>' . $strZip . ':</td><td>';
     $dropbox->print_dropbox('zip', $zip);
  under the terms of the GNU General Public License as published by the
  Free Software Foundation; either version 2 of the License, or (at your
  option) any later version.
*/
require "../../Group-Office.php";
$GO_SECURITY->authenticate();
$GO_MODULES->authenticate('projects');
require $GO_LANGUAGE->get_language_file('projects');
$page_title = $lang_modules['projects'];
require $GO_MODULES->class_path . "projects.class.inc";
$projects = new projects();
$project_id = isset($_GET['project_id']) ? $_GET['project_id'] : '0';
$project_task_id = isset($_GET['project_task_id']) ? $_GET['project_task_id'] : '0';
$projects->query("SELECT * FROM task WHERE task_project_id='{$project_id}' AND task_id='{$project_task_id}'");
if ($projects->next_record()) {
    $tstat = $projects->f("task_status");
    $tcomm = $projects->f("task_comment");
}
require $GO_THEME->theme_path . "header.inc";
echo '<form method="get" action="' . $_SERVER['PHP_SELF'] . '" name="projects_form">';
$dropbox = new dropbox();
$dropbox->add_value(0, $pm_task_status_values[0]);
$dropbox->add_value(1, $pm_task_status_values[1]);
$dropbox->add_value(2, $pm_task_status_values[2]);
$dropbox->print_dropbox("task_status", $tstat);
echo '<input type="hidden" name="close" value="false" />';
echo '<input type="hidden" name="project_id" value="' . $project_id . '" />';
echo '<input type="hidden" name="task" value="" />';
echo '<input type="hidden" name="return_to" value="' . $return_to . '" />';
echo "p = {$project_id}, t = {$project_task_id}";
require $GO_THEME->theme_path . "footer.inc";
    case 'write_permissions':
        print_acl($bookmark["acl_write"]);
        echo '<br />';
        echo '<br />&nbsp;&nbsp;&nbsp;&nbsp;';
        $button = new button($cmdClose, "javascript:document.location='" . $GO_MODULES->url . "';");
        break;
    default:
        if (isset($feedback)) {
            echo $feedback;
        }
        ?>
      <table border="0" cellpadding="0" cellspacing="3">
      <?php 
        if ($bookmarks->get_catagories($GO_SECURITY->user_id, true)) {
            $dropbox = new dropbox();
            $dropbox->add_value('0', $bm_catagory_other);
            while ($bookmarks->next_record()) {
                $dropbox->add_value($bookmarks->f('id'), $bookmarks->f('name'));
            }
            echo '<tr><td>' . $bm_catagory . ':</td><td>';
            $dropbox->print_dropbox('catagory_id', $catagory_id);
            echo '</td></tr>';
        } else {
            echo '<input type="hidden" name="catagory_id" value="' . $catagory_id . '" />';
        }
        ?>

	<tr>
	<td><?php 
        echo $strName;
        ?>
    $company['homepage'] = isset($_REQUEST['homepage']) ? smartstrip($_REQUEST['homepage']) : 'http://';
    $company['bank_no'] = isset($_REQUEST['bank_no']) ? smartstrip($_REQUEST['bank_no']) : '';
    $company['vat_no'] = isset($_REQUEST['vat_no']) ? smartstrip($_REQUEST['vat_no']) : '';
    $company['acl_write'] = 0;
}
$addressbook_id = isset($old_subscribed_addressbook_id) && $old_subscribed_addressbook_id > 0 ? $subscribed_addressbook_id : $company['addressbook_id'];
$subscribed_addressbook_id = $addressbook_id;
$cp = new addressbook();
$parent_dropbox = new dropbox();
$company['parent_id'] = 0;
if ($company_id) {
    $cp->get_company($company_id);
    $company['parent_id'] = $cp->f('parent');
}
$count = $cp->get_companies($addressbook_id);
$parent_dropbox->add_value(0, $strNone);
if ($count) {
    while ($cp->next_record()) {
        $id = $cp->f('id');
        if ($id == $company_id) {
            continue;
        }
        $name = $cp->f('name');
        $parent_dropbox->add_value($id, $name);
    }
}
$tabtable->print_head();
if ($tabtable->get_active_tab_id() > 0) {
    $catagory_id = $tabtable->get_active_tab_id();
    $active_tab_id = 'custom_fields';
} else {
         // We can only do this if we already processed the first group.
         if (is_array($last)) {
             // Fill the array with the seperate parts of the name of the group.
             $parts = explode(".", $ng);
             // We process each part of the shorter group.
             for ($i = 1; $i < count($parts) && $i < count($last); $i++) {
                 // If the actual processed part is equal in this group and tha
                 // last one, we can indent it.
                 if ($parts[$i] == $last[$i]) {
                     $indent = $indent . "&nbsp;&nbsp;&nbsp;";
                 }
             }
         }
         // Text and value of dropbox entry should be the same: the name
         // of the group.
         $dropbox->add_value($ng, $indent . $ng);
         // We finished with processing this group. Now we update this variable
         // To be able to compare the next group with this one.
         $last = explode(".", $ng);
     }
     // Print the dropbox. It's called "newsgroup" without any parameters.
     $dropbox->print_dropbox('newsgroup', '', '');
     echo "<br/>";
 }
 // Now we print an input field for the subject of the message.
 echo "<input type='text' class='textbox' name='news_subj' size='110' ";
 echo "value='";
 // If we are answering to an message we print the old subject with an
 // additional "Re: " in front of it:
 if ($mode == "answer") {
     // Print an "Re: " and the encoded subject of the old message.
 }
 ?>
 <input type="hidden" name="task" value="smtp" />
 HPT-OBM có thể gửi và nhận e-mail. Vui lòng cho biết thiết lập SMTP server của bạn. <br />
 Hãy để trong chỗ này nếu bạn dùng hàm php mail(), nhưng bạn sẽ không thể dùng dùng CC và BCC header!
 <br />
 <br />
 <table style="border-width: 0px;font-family: Arial,Helvetica; font-size: 12px;">
 <tr>
 <td>
 Mailer:
 </td>
 <td>
 <?php 
 $dropbox = new dropbox();
 $dropbox->add_value('mail', 'PHP Mail() Function');
 $dropbox->add_value('sendmail', 'Use local sendmail');
 $dropbox->add_value('qmail', 'Use local Qmail');
 $dropbox->add_value('smtp', 'Use remote SMTP');
 $dropbox->print_dropbox('mailer', $GO_CONFIG->mailer, 'onchange="javascript:change_mailer()"');
 ?>
 </td>
 </tr>
 <tr>
 <td>
 SMTP server:
 </td>
 <td>
 <input type="text" size="40" name="smtp_server" value="<?php 
 echo $GO_CONFIG->smtp_server;
 ?>
     //Get the user using the user management object
     $user = $GO_USERS->get_user($GO_SECURITY->user_id);
     //If you want info about the current logge din user then you can also use the session.
     echo 'Your first name is "' . $user['first_name'] . '"<br /><br />' . 'Information about the current logged in user is also stored in $_SESSION[\'GO_SESSION\'].<br />' . 'See classes/base/base.users.class.inc for the values that are stored in this array.</p>';
     break;
 case 'controls':
     //the $cmdOk var comes from language/common/your_language.inc. Take a look at that file.
     //the strings from the file can be used everywhere inside Group-Office
     //button control
     $button = new button($cmdOk, "javascript:alert('You clicked on a Group-Office button!')");
     echo '<br /><br />';
     //dropbox control
     //always declare vars in Group-Office and don't use registered globals!
     $dropdown = isset($_POST['dropdown']) ? $_POST['dropdown'] : '2';
     $dropbox = new dropbox();
     $dropbox->add_value('1', 'one');
     $dropbox->add_value('2', 'two');
     $dropbox->add_value('3', 'three');
     $dropbox->print_dropbox('dropdown', $dropdown);
     echo '<br /><br />';
     //or direct database link:
     //this is how you should load a class:
     //this function gets all users
     $GO_USERS->get_users();
     //we can now pass the users object to the dropdown box and add all the users to it
     //declare the user var
     $user = isset($_POST['user']) ? $_POST['user'] : '******';
     $dropbox = new dropbox();
     //add the users class, use 'id' for value and 'name' for text
     $dropbox->add_sql_data('GO_USERS', 'id', 'first_name');
     //print the dropbox
            $cate_id_arr[] = $attach->f('attach_cate_id');
            $text_arr[$j][] = $sc_no_select;
            $value_arr[$j][] = 0;
            $price_arr[$j][] = 0;
        }
        $text_arr[$j][] = $attach->f('attachment_name');
        $value_arr[$j][] = $attach->f('attachment_id');
        $price_arr[$j][] = $attach->f('attachment_price');
        $VAT_arr[$j][] = $attach->f('attachment_VAT');
    }
    for ($j = 0; $j < count($cate_arr); $j++) {
        $dropbox = new dropbox();
        $pricebox = new dropbox();
        $dropbox->add_arrays($value_arr[$j], $text_arr[$j]);
        for ($k = 0; $k < count($price_arr[$j]); $k++) {
            $pricebox->add_value($price_arr[$j][$k], sprintf("%s ", $price_arr[$j][$k]));
        }
        $pid = $value_arr[$j];
        $pprice = $price_arr[$j][0];
        $pVAT = $VAT_arr[$j][0];
        $pamount = $pprice * $pquantity + $pprice * $pquantity * $pVAT / 100;
        $psumamount += $pamount;
        $ptotal += $pprice * $pquantity;
        ?>
			
	<tr>
      <td align="center">&nbsp;  </td>
	  <td nowrap>
	  	&nbsp;&nbsp;-&nbsp;<?php 
        echo $cate_arr[$j];
        ?>
    if ($account['type'] == "imap") {
        if ($email->get_all_folders($account['id'], true) > 0) {
            $dropbox = new dropbox();
            $dropbox->add_value('', $ml_move_mail);
            if (strtolower($mailbox) != 'inbox') {
                $dropbox->add_value('INBOX', $ml_inbox);
            }
            while ($email->next_record()) {
                if (!($email->f('attributes') & LATT_NOSELECT) && $email->f('name') != $mailbox) {
                    $dropbox->add_value($email->f('name'), $email->f('name'));
                }
            }
            $dropbox->print_dropbox('folder', '', 'onchange="javascript:move_mail()"');
        }
        $dropbox = new dropbox();
        $dropbox->add_value('', $ml_mark);
        $dropbox->add_value('read', $ml_markread);
        $dropbox->add_value('unread', $ml_markunread);
        $dropbox->add_value('flag', $ml_flag);
        $dropbox->add_value('clear_flag', $ml_clearflag);
        $dropbox->print_dropbox('flag', '', 'onchange="javascript:set_flag()"');
    } else {
        echo '&nbsp;';
    }
    ?>

      </td>
      <td colspan="3" align="right" class="small" nowrap>
      <?php 
    echo $msg_count . " " . $ml_messages;
    ?>
 echo '<br />';
 $radio_list->add_option('private', $sc_private_event);
 echo '</td></tr>';
 if (isset($_REQUEST['merged_view'])) {
     $marked_calendars = $cal->get_view_calendar_ids($_REQUEST['merged_view']);
 }
 $calendar_count = $cal->get_authorised_calendars($GO_SECURITY->user_id);
 $dropbox = new dropbox();
 $count = 0;
 while ($cal->next_record()) {
     if ($GO_SECURITY->has_permission($GO_SECURITY->user_id, $cal->f('acl_write'))) {
         //remember the first ab that is writable
         if (!isset($first_writable_cal)) {
             $first_writable_cal = $cal->f('id');
         }
         $dropbox->add_value($cal->f('id'), $cal->f('name'));
         if (isset($marked_calendars) && is_array($marked_calendars) && in_array($cal->f('id'), $marked_calendars)) {
             $event['calendars'][] = $cal->f('id');
         }
         $count++;
     }
 }
 //get the given calendar
 if ($calendar_id > 0) {
     $calendar = $cal->get_calendar($calendar_id);
 } else {
     $calendar = false;
 }
 //if there was no or a read only addressbook given then change to the first writable
 if (!$calendar || !$GO_SECURITY->has_permission($GO_SECURITY->user_id, $calendar['acl_write'])) {
     //there is no writable addressbook so add one
Exemple #20
0
:</td>
      <td>
      <?php 
        if ($write_permissions) {
            echo '<input type="text" class="textbox" style="width: 250px;" name="name" value="' . htmlspecialchars($name) . '" maxlength="50" />';
        } else {
            echo htmlspecialchars($note['name']);
        }
        ?>
	</td>
	<tr>
	<?php 
        if ($notes->get_catagories() > 0) {
            echo '<tr><td>' . $no_catagory . ':</td><td>';
            $dropbox = new dropbox();
            $dropbox->add_value('', $no_none);
            while ($notes->next_record()) {
                $dropbox->add_value($notes->f('id'), $notes->f('name'));
            }
            $dropbox->print_dropbox('catagory_id', $catagory_id);
            echo '</td><tr>';
        } else {
            echo '<input type="hidden" name="catagory_id" value="0" />';
        }
        echo '<tr><td>' . $no_due_date . ':</td><td>';
        $datepicker->print_date_picker('due_date', $_SESSION['GO_SESSION']['date_format'], $due_date);
        echo '</td></tr>';
        $select = new select('user', 'notes_form', 'responsible_user_id', $responsible_user_id);
        echo '<tr><td>';
        $select->print_link($no_responsible);
        echo ':</td><td>';
?>
" />
<input type="hidden" name="task" value="" />
<input type="hidden" name="close" value="false" />
<?php 
$tabtable->print_head();
if ($task == 'add_users') {
    echo '<table border="0" cellpadding="0" cellspacing="3">';
    if (isset($feedback)) {
        echo '<tr><td>' . $feedback . '</td></tr>';
    }
    echo '<tr><td>';
    $_COOKIE['user_search_field'] = isset($_COOKIE['user_search_field']) ? $_COOKIE['user_search_field'] : 'first_name';
    $search_field = isset($_POST['search_field']) ? $_POST['search_field'] : $_COOKIE['user_search_field'];
    $dropbox = new dropbox();
    $dropbox->add_value('first_name', $strFirstName);
    $dropbox->add_value('last_name', $strLastName);
    $dropbox->add_value('email', $strEmail);
    $dropbox->add_value('company', $strCompany);
    $dropbox->add_value('department', $strDepartment);
    $dropbox->add_value('function', $strFunction);
    $dropbox->add_value('address', $strAddress);
    $dropbox->add_value('city', $strCity);
    $dropbox->add_value('zip', $strZip);
    $dropbox->add_value('state', $strState);
    $dropbox->add_value('country', $strCountry);
    $dropbox->add_value('work_address', $strWorkAddress);
    $dropbox->add_value('work_cip', $strWorkZip);
    $dropbox->add_value('work_city', $strWorkCity);
    $dropbox->add_value('work_state', $strWorkState);
    $dropbox->add_value('work_country', $strWorkCountry);
         $price = $_POST['price'];
         $description = $_POST['description'];
         $warranty = $_POST['warranty'];
         $part_number = $_POST['part_number'];
         $VAT = $_POST['VAT'];
         $cate = $_POST['attachment_categories'];
     }
 case 'add':
     if (!isset($change_case)) {
         $change_case = 'add_change';
     }
     $catedrop = new dropbox();
     if ($is_attachment == true) {
         $pro->get_attach_categories();
         while ($pro->next_record()) {
             $catedrop->add_value($pro->f('id'), $pro->f('name'));
         }
     } else {
         $pro->get_categories(-2);
         $first = true;
         $hasa = false;
         while ($pro->next_record()) {
             if (first) {
                 $first_cate_id = $pro->f('category_id');
                 //						$category_id = $pro->f('category_id');
                 $first = false;
             }
             if ($category_id == $pro->f('category_id')) {
                 $hasa = true;
             }
             $catedrop->add_value($pro->f('category_id'), $pro->f('category_name'));
 $radio_list = new radio_list('info', $info);
 $radio_list->add_option('no', "");
 echo "No, Don't send information to Intermesh <br />";
 $radio_list->add_option('business', "");
 echo "Yes, tell Intermesh that I'm using Group-Office for business purpose.<br />";
 $radio_list->add_option('personal', "");
 echo "Yes, tell Intermesh that I'm using Group-Office for personal use or I'm just testing.";
 ?>
 </td>
 </tr>
 <tr>
 <td>
 How many users do you have in Group-Office?
 <?php 
 $dropbox = new dropbox();
 $dropbox->add_value('&lt; 5', '&lt; 5');
 $dropbox->add_value('20-30', '20-30');
 $dropbox->add_value('30-50', '30-50');
 $dropbox->add_value('50-75', '50-75');
 $dropbox->add_value('75-100', '75-100');
 $dropbox->add_value('100-150', '100-150');
 $dropbox->add_value('150-200', '150-200');
 $dropbox->add_value('300-400', '300-400');
 $dropbox->add_value('&gt; 400', '&gt; 400');
 $dropbox->print_dropbox('users', $users);
 ?>
 </td>
 </tr>
 <tr>
 <td>
 If you would like to recieve information about Group-Office Professional
Exemple #24
0
	<td valign="top"><?php 
echo $pm_value;
?>
:</td>
	<td><?php 
echo htmlspecialchars($_SESSION['GO_SESSION']['currency']);
?>
&nbsp;<input type="text" name="value" value="<?php 
echo htmlspecialchars($value);
?>
" maxlength="10" size="6" class="textbox" />
	&nbsp;/&nbsp;
	<?php 
$dropbox = new dropbox();
for ($i = 1; $i <= 60; $i++) {
    $dropbox->add_value($i, $i);
}
$dropbox->print_dropbox('time', $time);
echo '&nbsp;' . $pm_mins;
?>
	</td>
</tr>
<tr>
	<td colspan="2"><br />
	<?php 
$button = new button($cmdOk, "javascript:document.forms[0].submit()");
echo '&nbsp;&nbsp;';
$button = new button($cmdCancel, "javascript:document.location='index.php?post_action=fees';");
?>
	</td>
</tr>
<form name="frmProSeach" method="post">
	<input name="task" type="hidden">
	<input name="close_win" type="hidden">
<?php 
$fielddrop = new dropbox();
$res = $pro->get_product_fields_name();
for ($i = 0; $i < count($res); $i++) {
    if (isset($sc_fields[$res[$i]])) {
        $fielddrop->add_value($sc_fields[$res[$i]], $sc_fields[$res[$i]]);
    }
}
$pro->get_categories();
$catedrop = new dropbox();
$catedrop->add_value(0, $sc_all);
while ($pro->next_record()) {
    $catedrop->add_value($pro->f('category_id'), $pro->f('category_name'));
}
?>
<table width="30%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><?php 
echo $sc_search_on;
?>
</td>
    <td>
<?php 
$fielddrop->print_dropbox('field_search', '');
echo ' ' . $sc_in . ' ';
$catedrop->print_dropbox('cate_search', '');
?>
	
Exemple #26
0
</textarea>
	</td>
	</tr>
	<tr>
	<td>
	<?php 
            echo $cms_theme;
            ?>
:
	</td>
	<td>
	<?php 
            $dropbox = new dropbox();
            while ($cms->next_record()) {
                if (isset($site) && $cms->f('id') == $site['template_id'] || $GO_SECURITY->has_permission($GO_SECURITY->user_id, $cms->f('acl_read')) || $GO_SECURITY->has_permission($GO_SECURITY->user_id, $cms->f('acl_write'))) {
                    $dropbox->add_value($cms->f('id'), $cms->f('name'));
                }
            }
            $dropbox->print_dropbox('template_id', $template_id);
            ?>
	</td>
	</tr>
	<tr>
	<td colspan="2">
	<?php 
            $checkbox = new checkbox('secure', 'true', $cms_use_go_auth, $secure_check);
            ?>
	</td>
	</tr>
	
	<tr>
	        </td>
	</tr>
	<tr><td>&nbsp;</td></tr>
	<tr>
		<td nowrap align="right">
			<?php 
echo $reg_language;
?>
:&nbsp;
		</td>
		<td>
			<?php 
$dropbox = new dropbox();
$languages = $GO_LANGUAGE->get_languages();
while ($language = array_shift($languages)) {
    $dropbox->add_value($language['code'], $language['description']);
}
$dropbox->print_dropbox("language", $GO_CONFIG->language);
?>
		</td>
	</tr>
	</table>
	</td>
</tr>
<tr>
<td colspan="2">
<?php 
$button = new button($cmdOk, 'javascript:document.forms[0].submit()');
echo '&nbsp;&nbsp;';
$button = new button($cmdReset, 'javascript:document.forms[0].reset()');
?>
        $disabled = $_POST['close_win'] > 0 ? 'disabled' : '';
        $pro->get_categories($edit_id, false);
        if ($pro->next_record()) {
            $edit_name = $pro->f('category_name');
            $edit_parent = $pro->f('parent_id');
        }
        $pro->get_attach_categories($edit_id, true);
        while ($pro->next_record()) {
            $att_arr[] = $pro->f('id');
        }
        break;
}
$trash = '<img src="' . $GO_THEME->images['delete'] . '" border="0">';
$spliter = '<tr><td colspan="100" height="1"><img src="' . $GO_THEME->images['cccccc'] . '" border="0" height="1" width="100%" /></td></tr>';
$pro->get_attach_categories();
while ($pro->next_record()) {
    $att_arr[] = -5;
    if (in_array($pro->f('id'), $att_arr)) {
        $choice->add_option($pro->f('name'), $pro->f('id'), true);
    } else {
        $choice->add_option($pro->f('name'), $pro->f('id'));
    }
}
$pro->get_categories(0);
$dropbox = new dropbox();
$dropbox->add_value(0, $sc_top);
while ($pro->next_record()) {
    $dropbox->add_value($pro->f('category_id'), $pro->f('category_name'));
}
require 'templates/edit_category.tmp.php';
require $GO_THEME->theme_path . "footer.inc";
echo $spliter;
echo '</table></td></tr></table>';
echo '<br />';
/*echo '<table width="100%"  border="0" cellspacing="0" cellpadding="0">';
echo '<tr><td>Danh mục :</td><td>Danh mục cha :</td></tr>';
echo '<tr><td><input type="text" class="textbox" name="category" value="" maxlength="50" /></td>'.
	 '<td>&nbsp;</td></tr>
</table>*/
echo "{$ab_category} : <br />";
echo '<input type="text" class="textbox" name="category" value="" maxlength="50" />&nbsp;&nbsp;';
//style="width: 350px;"
$db->query('SELECT * FROM ab_categories WHERE parent_id = "0" ORDER BY category');
$count = $db->num_rows();
$catalog = new dropbox();
$catalog_name = '';
$catalog->add_value('0', $ab_TOP);
while ($db->next_record()) {
    if ($cat_id == 0) {
        $cat_id = $db->f('category_id');
    }
    $catalog->add_value($db->f('category_id'), $db->f('category'));
    if ($cat_id == $db->f('category_id')) {
        $catalog_name = $db->f('category');
    }
}
$catalog->print_dropbox('parent', $selected, '', false, '10', '200');
echo '<br><br>&nbsp;&nbsp;';
$button = new button($cmdAdd, 'javascript:add_status()');
echo '&nbsp;&nbsp;';
$button = new button($cmdCapnhat, 'javascript:update_status()');
echo '&nbsp;&nbsp;';
<form name="frmSearch" method="post">
	<input name="task" type="hidden">
	<input name="close_win" type="hidden">

<?php 
$fielddrop = new dropbox();
$res = $pro->get_order_fields_name();
for ($i = 0; $i < count($res); $i++) {
    if (isset($sc_fields[$res[$i]])) {
        $fielddrop->add_value($res[$i], $sc_fields[$res[$i]]);
    }
}
?>
<table width="30%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td nowrap><?php 
echo $sc_search_on;
?>
</td>
    <td>
<?php 
$fielddrop->print_dropbox('search_fld', $_POST['search_fld']);
?>
	
	</td>
  </tr>
  <tr>
    <td nowrap><?php 
echo $sc_search_phrase;
?>
</td>