*
 * PHP version 5
 * LICENSE: This source file is subject to LGPL license 
 * that is available through the world-wide-web at the following URI:
 * http://www.gnu.org/copyleft/lesser.html
 * @author     Ushahidi Team <*****@*****.**> 
 * @package    Ushahidi - http://source.ushahididev.com
 * @module     API Controller
 * @copyright  Ushahidi - http://www.ushahidi.com
 * @license    http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License (LGPL) 
 */
?>
			<div class="bg">
				<h2>
					<?php 
admin::mhi_subtabs("activity");
?>
				</h2>
				
				<form name="nav">
					<div>
						Select type of action: 
						<select name="SelectURL" onChange="document.location.href=document.nav.SelectURL.options[document.nav.SelectURL.selectedIndex].value">
						<option value="<?php 
echo url::base();
?>
admin/mhi/activity/"<?php 
if ($current_log_action_id == FALSE) {
    ?>
 selected <?php 
}
 *
 * PHP version 5
 * LICENSE: This source file is subject to LGPL license 
 * that is available through the world-wide-web at the following URI:
 * http://www.gnu.org/copyleft/lesser.html
 * @author     Ushahidi Team <*****@*****.**> 
 * @package    Ushahidi - http://source.ushahididev.com
 * @module     API Controller
 * @copyright  Ushahidi - http://www.ushahidi.com
 * @license    http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License (LGPL) 
 */
?>
			<div class="bg">
				<h2>
					<?php 
admin::mhi_subtabs("updatelist");
?>
				</h2>
				
				<div>
					Use a query like <?php 
echo url::base();
?>
admin/mhi/updatelist?mhimassupdatedb=100&from_version=27 to do a mass update. mhimassupdatedb is the number to update. from_version are the sites of that version to update.
				</div>
				<hr/>
				
				<table class="table-graph horizontal-bar">
				<?php 
foreach ($db_versions as $db => $version) {
    if ($version == $current_version) {
Exemple #3
0
 *
 * PHP version 5
 * LICENSE: This source file is subject to LGPL license 
 * that is available through the world-wide-web at the following URI:
 * http://www.gnu.org/copyleft/lesser.html
 * @author     Ushahidi Team <*****@*****.**> 
 * @package    Ushahidi - http://source.ushahididev.com
 * @module     API Controller
 * @copyright  Ushahidi - http://www.ushahidi.com
 * @license    http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License (LGPL) 
 */
?>
			<div class="bg">
				<h2>
					<?php 
admin::mhi_subtabs("deployments");
?>
				</h2>
				<!-- tabs -->
				<div class="tabs">
					<!-- tabset -->
					<ul class="tabset">
						<li><a href="?status=0" <?php 
if ($status != 'a' && $status != 'p' && $status != 's') {
    echo "class=\"active\"";
}
?>
><?php 
echo Kohana::lang('ui_main.show_all');
?>
</a></li>