Example #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     Private Messages 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 
members::private_subtabs("view");
?>
	</h2>

	<!-- tabs -->
	<div class="tabs">
		<!-- tabset -->
		<ul class="tabset">
			<li><a
				href="<?php 
echo url::site() . "members/private/index/";
?>
?type=1"
				<?php 
if ($type == '1') {
    echo "class=\"active\"";
Example #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     Private Message New
 * @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 
members::private_subtabs("new");
?>
				</h2>
				<?php 
print form::open();
?>
				<input type="hidden" name="parent_id" value="<?php 
echo $form['parent_id'];
?>
">
				<div class="report-form">
					<?php 
if ($form_error) {
    ?>
						<!-- red-box -->
						<div class="red-box">