Exemple #1
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::settings_subtabs("map");
?>
				</h2>
				<?php 
print form::open();
?>
					<div class="report-form">
						<?php 
if ($form_error) {
    ?>
							<!-- red-box -->
							<div class="red-box">
								<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
Exemple #2
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::settings_subtabs("cleanurl");
?>
				</h2>
				<?php 
print form::open(NULL, array('id' => 'cleanurlForm', 'name' => 'cleanurlForm', 'action' => url::site() . 'admin/settings/cleanurl'));
?>
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">
							<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
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::settings_subtabs("site");
?>

				</h2>
				<?php 
print form::open();
?>
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">
							<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
Exemple #4
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     Facebook Settings View
 * @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::settings_subtabs("facebook");
?>
				</h2>
				<?php 
print form::open();
?>
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">
							<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
Exemple #5
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::settings_subtabs("email");
?>
	</h2>
	<?php 
print form::open();
?>
	<div class="report-form">
	<?php 
if ($form_error) {
    ?>
		<!-- red-box -->
		<div class="red-box">
			<h3>
			<?php 
    echo Kohana::lang('ui_main.error');
    ?>
Exemple #6
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     Settings 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::settings_subtabs("https");
?>
				</h2>
				<?php 
print form::open(NULL, array('id' => 'httpsForm', 'name' => 'httpsForm', 'action' => url::site() . 'admin/settings/https'));
?>
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">
							<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
Exemple #7
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     External Apps View
 * @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::settings_subtabs("externalapps");
?>
				</h2>

				<?php 
if ($form_error) {
    ?>
					<!-- red-box -->
					<div class="red-box">
						<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
						<ul>
						<?php 
    foreach ($errors as $error_item => $error_description) {
Exemple #8
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     Facebook Settings View
 * @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::settings_subtabs("twitter");
?>
				</h2>
				<?php 
print form::open();
?>
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">
							<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
Exemple #9
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::settings_subtabs("api");
?>
	</h2>

	<!-- tabs -->
	<div class="tabs">
		<!-- tabset -->
		<ul class="tabset">
			<li><a href="<?php 
echo url::site();
?>
admin/settings/api"><?php 
echo Kohana::lang('ui_admin.api_settings');
?>
			</a></li>
			<li><a href="<?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::settings_subtabs("flickrwijit");
?>
	</h2>
	<?php 
print form::open(NULL, array('id' => 'flickrwijitForm', 'name' => 'flickrwijitForm', 'action' => url::site() . 'admin/flickrwijit'));
?>
	<div class="report-form">
	<?php 
if ($form_error) {
    ?>
		<!-- red-box -->
		<div class="red-box">
			<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
Exemple #11
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::settings_subtabs("sms");
?>
	</h2>
	<?php 
print form::open();
?>
	<div class="report-form">
	<?php 
if ($form_error) {
    ?>
		<!-- red-box -->
		<div class="red-box">
			<h3>
			<?php 
    echo Kohana::lang('ui_main.error');
    ?>
Exemple #12
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     Themes View
 * @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::settings_subtabs("themes");
?>
				</h2>
				<?php 
print form::open();
?>
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">
							<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
Exemple #13
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::settings_subtabs("homepage");
?>
				</h2>
				<?php 
print form::open(NULL, array('id' => 'homepageForm', 'name' => 'homepageForm', 'action' => url::site() . 'admin/settings/homepage'));
?>
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">
							<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>
Exemple #14
0
defined('SYSPATH') or die('No direct script access allowed.');
/**
 * Timespan settings view
 *
 * 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	   John Etherton
 * @package	   Time Span
 * @license	   http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License (LGPL)
 */
?>

<div class="bg">
	<h2><?php 
admin::settings_subtabs("timespan");
?>
</h2>
	<?php 
print form::open();
?>
	<div class="report-form">
		<?php 
if ($form_error) {
    ?>
		<!-- red-box -->
		<div class="red-box">
			<h3><?php 
    echo Kohana::lang('ui_main.error');
    ?>
</h3>