echo $this->lang('admtitle_networkbranding');
?>
</h3>
								</div>
							</div>
							<?php 
if ($D->error) {
    ?>
							<?php 
    echo errorbox($this->lang('admbrnd_frm_err'), $this->lang($D->errmsg), TRUE, 'margin-top:5px;margin-bottom:5px;');
    ?>
							<?php 
} elseif ($D->submit) {
    ?>
							<?php 
    echo okbox($this->lang('admbrnd_frm_ok'), $this->lang('admbrnd_frm_ok_txt'), TRUE, 'margin-top:5px;margin-bottom:5px;');
    ?>
							<?php 
}
?>
							<form method="post" action="<?php 
echo $C->SITE_URL;
?>
admin/networkbranding" enctype="multipart/form-data">
								<table id="setform" cellspacing="5">
									<tr>
										<td width="120" valign="top" class="setparam" nowrap="nowrap"><?php 
echo $this->lang('admbrnd_frm_logo');
?>
</td>
										<td>
Exemple #2
0
								</div>
							</div>
							<?php 
if ($D->changetheme_flag) {
    ?>
								<?php 
    if (!$D->changetheme_warn) {
        ?>
									<?php 
        echo okbox($this->lang('admbrnd_th_theme_ok1'), $this->lang('admbrnd_th_theme_ok2'), TRUE, 'margin-top:5px; margin-bottom:5px;');
        ?>
								<?php 
    } else {
        ?>
									<?php 
        echo okbox($this->lang('admbrnd_th_theme_ok2'), $this->lang('admbrnd_th_theme_ok3', array('#A1#' => '<a href="' . $C->SITE_URL . 'admin/networkbranding">', '#A2#' => '</a>')), TRUE, 'margin-top:5px; margin-bottom:5px;');
        ?>
								<?php 
    }
    ?>
							<?php 
}
?>
							<form method="post" action="<?php 
echo $C->SITE_URL;
?>
admin/themes">
								<?php 
foreach ($D->themes as $n => $t) {
    ?>
								<div id="theme_<?php 
Exemple #3
0
<?php

$this->load_template('header.php');
?>
					<div id="invcenter">
						<h2><?php 
echo $this->lang('groups_page_ttl2');
?>
</h2>
						<?php 
if ($this->param('msg') == 'deleted') {
    ?>
						<?php 
    echo okbox($this->lang('groups_msgbox_deleted_ttl'), $this->lang('groups_msgbox_deleted_txt'));
    ?>
						<?php 
}
?>
	
						<?php 
if ($this->user->is_logged) {
    ?>
						<div class="htabs" style="margin-bottom:6px; margin-top:0px;">
							<?php 
    if ($D->tabnums['my'] == 0) {
        ?>
							<a href="<?php 
        echo $C->SITE_URL;
        ?>
groups/tab:all" class="<?php 
        echo $D->tab == 'all' ? 'onhtab' : '';
Exemple #4
0
								d.addEventListener("load", tmpfnc, false);
								w.addEventListener("load", tmpfnc, false);
							}
							else if( d.attachEvent ) {
								d.attachEvent("onload", tmpfnc);
								w.attachEvent("onload", tmpfnc);
							}
						</script>
						<?php 
}
?>
						<?php 
if ($this->param('msg') == 'deletedpost') {
    ?>
						<?php 
    echo okbox($this->lang('msg_post_deleted_ttl'), $this->lang('msg_post_deleted_txt'), TRUE, 'margin-bottom:5px;');
    ?>
						<?php 
}
?>
						<div id="posts_html">
							<?php 
echo $D->posts_html;
?>
						</div>
					</div>
					<div id="home_right">
						
						<?php 
if ($C->MOBI_DISABLED == 0) {
    ?>
Exemple #5
0
    } else {
        ?>
			<div style="line-height:1.4; margin-bottom:5px;"><?php 
        echo $this->lang('m_signup_using_email');
        ?>
</div>
			<?php 
    }
    ?>
			<div id="loginbox">
				<form method="post" name="lf" action="">
					<?php 
    echo $this->lang('m_signup_email');
    ?>
					<div class="loginputdiv"><input type="text" name="email" value="<?php 
    echo htmlspecialchars($D->email);
    ?>
" /></div>
					<a href="javascript:;" id="loginbtn" onclick="document.lf.submit();"><strong><?php 
    echo $this->lang('m_signup_continue');
    ?>
</strong></a>
				</form>
			</div>
		<?php 
} else {
    echo okbox($this->lang('signup_step1_ok_ttl'), $this->lang('os_signup_step1_ok_txt_nocompany', array('#EMAIL#' => $D->email)));
}
$this->load_template('mobile_iphone/footer.php');
?>
		
    ?>
settings/rssfeeds"><?php 
    echo $this->lang('settings_menu_rssfeeds');
    ?>
</a>
								<?php 
}
?>
							</div>
						</div>
						<div id="settings_right">
							<?php 
if ($D->submit && !$D->error) {
    ?>
							<?php 
    echo okbox($this->lang('st_password_ok'), $this->lang('st_password_okmsg'));
    ?>
							<?php 
} elseif ($D->error) {
    ?>
							<?php 
    echo errorbox($this->lang('st_password_err'), $this->lang($D->errmsg));
    ?>
							<?php 
}
?>
							<div class="ttl"><div class="ttl2"><h3><?php 
echo $this->lang('settings_password_ttl2');
?>
</h3></div></div>
							<form method="post" action="">
Exemple #7
0
if ($D->error) {
    ?>
							<?php 
    echo errorbox($this->lang('st_avatat_err'), $this->lang($D->errmsg));
    ?>
							<?php 
} elseif ($D->submit) {
    ?>
							<?php 
    echo okbox($this->lang('st_avatat_ok'), $this->lang('st_avatat_okmsg'));
    ?>
							<?php 
} elseif (isset($D->msg) && $D->msg == 'deleted') {
    ?>
							<?php 
    echo okbox($this->lang('st_avatat_ok'), $this->lang('st_avatat_okdelmsg'));
    ?>
							<?php 
}
?>
							<div class="ttl"><div class="ttl2">
								<h3><?php 
echo $this->lang('settings_avatar_ttl2');
?>
</h3>
								<a class="ttlink" href="<?php 
echo $C->SITE_URL;
echo $this->user->info->username;
?>
/tab:info"><?php 
echo $this->lang('settings_viewprofile_link');
Exemple #8
0
									<tr>
										<td style="padding:0px;"></td>
										<td class="setparam" style="text-align:left; font-size:10px; padding-top:2px;"><?php 
    echo $this->lang('st_twit_feed_username_hint');
    ?>
</td>
									</tr>
									<tr>
										<td></td>
										<td><input type="submit" name="twitter_feed_submit" value="<?php 
    echo $this->lang('st_twit_feed_import');
    ?>
" style="padding:4px; font-weight:bold;" /></td>
									</tr>
								</table>
							</form>
							<?php 
} else {
    ?>
	
							<?php 
    echo okbox($this->lang('st_twit_feed_import_ok'), $this->lang('st_twit_feed_import_remove'), FALSE, 'margin-bottom:5px;');
    ?>
							<?php 
}
?>
					
						</div>
					</div>
<?php 
$this->load_template('footer.php');
Exemple #9
0
/imgs/loading.gif" alt="" style="margin-bottom:2px;" />
										<a href="javascript:;" class="submitattachmentbtn" onclick="postform_attach_submit();" onfocus="this.blur();"><b><?php 
    echo $this->lang('pf_attachbtn_file');
    ?>
</b></a>
										<div class="orcancel"><?php 
    echo $this->lang('pf_attachbtn_or');
    ?>
 <a href="javascript:;" onclick="postform_attachbox_close();" onfocus="this.blur();"><?php 
    echo $this->lang('pf_attachbtn_orclose');
    ?>
</a></div>
									</div>
								</div>
							</div>
							<div id="attachboxftr"></div>
						</div>
					</form>
				</div>
				<?php 
}
?>
				<div id="pagebody">
					<?php 
if ($this->param('installed') == 'ok') {
    ?>
						<?php 
    echo okbox($this->lang('sharetronix_install_ok_ttl'), $this->lang('sharetronix_install_ok_txt', array('#VER#' => $C->VERSION)));
    ?>
					<?php 
}
Exemple #10
0
			if(disp == 'none' || disp == '') document.getElementById(div_id).style.display = 'block';
			else document.getElementById(div_id).style.display = 'none';
		}
	</script>
	<div id="settings">
		<div id="settings_left">
			<?php 
$this->load_template('settings_leftmenu.php');
?>
		</div>
		<div id="settings_right">
			<?php 
if ($D->submit) {
    ?>
			<?php 
    echo okbox($this->lang('st_system_ok'), $this->lang('st_profile_okmsg'));
    ?>
			<?php 
}
?>
			<div class="ttl"><div class="ttl2">
				<h3><?php 
echo $this->lang('settings_system_ttl2');
?>
</h3>
			</div></div>
			<form method="post" action="">
				<table id="setform" cellspacing="5">
					<tr>
						<td class="setparam" valign="top"><?php 
echo $this->lang('settings_opt_prof_name');
    ?>
settings/rssfeeds"><?php 
    echo $this->lang('settings_menu_rssfeeds');
    ?>
</a>
								<?php 
}
?>
							</div>
						</div>
						<div id="settings_right">
							<?php 
if ($D->submit) {
    ?>
							<?php 
    echo okbox($this->lang('os_st_notif_ok'), $this->lang('os_st_notif_okmsg'));
    ?>
							<?php 
}
?>
							<form method="post" action="">
								<div class="ttl"><div class="ttl2"><h3><?php 
echo $this->lang('os_st_notif_title');
?>
</h3></div></div>
								<table cellpadding="7" cellspacing="0" width="100%">
									<tr>
										<td><b><?php 
echo $this->lang('os_st_notif_ttl1');
?>
</b></td>
Exemple #12
0
    ?>
' method='post'>
				<td>
				<input style="padding:4px; font-weight:bold;" type='submit' name='delete' value='<?php 
    echo $this->lang('api_app_del_msg2');
    ?>
' />
				</td>
				</form>
			</tr>
		</table>
	<?php 
} elseif ($D->error) {
    echo errorbox($this->lang('api_err_ttl'), $D->err_msg, FALSE);
} elseif (isset($D->complete)) {
    echo okbox($this->lang('api_ok_ttl'), $D->msg, FALSE);
}
if (isset($_POST['delete'])) {
    ?>
			<a href="<?php 
    echo $C->SITE_URL;
    ?>
api" class="ubluebtn"><b><?php 
    echo $this->lang('api_app_btn');
    ?>
</b></a>	
		<?php 
}
?>

	</div>
Exemple #13
0
echo $this->lang('admtitle_deleteuser');
?>
</h3>
								</div>
							</div>
							<?php 
if ($D->error) {
    ?>
							<?php 
    echo errorbox($this->lang('admdelu_error'), $this->lang($D->errmsg), TRUE, 'margin-top:5px;margin-bottom:5px;');
    ?>
							<?php 
} elseif ($this->param('msg') == 'deleted') {
    ?>
							<?php 
    echo okbox($this->lang('admdelu_ok'), $this->lang('admdelu_ok_txt'), TRUE, 'margin-top:5px; margin-bottom:4px;');
    ?>
							<?php 
}
?>
							<div class="greygrad" style="margin-top:5px;">
								<div class="greygrad2">
									<div class="greygrad3">
										<?php 
echo $this->lang('admdelu_descr');
?>
										<?php 
echo $this->lang('admdelu_descr2', array('#A2#' => '</a>', '#A1#' => '<a href="' . $C->SITE_URL . 'admin/suspendusers">'));
?>
										
										<form method="post" name="deluser" onsubmit="return confirm('<?php 
Exemple #14
0
} elseif ($D->submit == 1 && !$D->error) {
    ?>
			<?php 
    echo okbox($this->lang('st_avatat_ok'), $D->okmsg);
    ?>
			<?php 
} elseif ($D->submit == 2 && $D->error) {
    ?>
			<?php 
    echo errorbox($this->lang('st_avatat_err'), $D->errmsg);
    ?>
			<?php 
} elseif ($D->submit == 2 && !$D->error) {
    ?>
			<?php 
    echo okbox($this->lang('st_avatat_ok'), $D->okmsg);
    ?>
			<?php 
}
?>
			<div class="ttl"><div class="ttl2">
				<h3><?php 
echo $this->lang('settings_conn_ttl2');
?>
</h3>
				<a class="ttlink" href="<?php 
echo $C->SITE_URL;
?>
					<?php 
echo $this->user->info->username;
?>
Exemple #15
0
<?php

$this->load_template('header.php');
?>
	<div id="contacts_left">

		
		<?php 
if ($D->complete) {
    echo okbox('Success', $D->msg, FALSE);
}
if ($D->user_apps && !$D->post_fields_error) {
    ?>
				<div class="ttl"><div class="ttl2"><h3><?php 
    echo $this->lang('api_heading_1');
    ?>
</h3></div></div>
	
				<?php 
    for ($j = 0; $j < count($D->user_apps_info); $j++) {
        ?>
						<div class="app" style="border-bottom:0px;">
							<a href="<?php 
        echo $C->SITE_URL;
        ?>
api/details?app_id=<?php 
        echo $D->user_apps_info[$j][2];
        ?>
" class="appavatar">
								<img src="<?php 
        echo $C->IMG_URL;
Exemple #16
0
							group_admins_putintolist("<?php 
            echo $u->username;
            ?>
");
							<?php 
        }
        ?>
						</script>
					<?php 
    } elseif ($D->subtab == 'privmembers') {
        ?>
						<?php 
        if ($this->param('msg') == 'mmbsaved') {
            ?>
						<?php 
            echo okbox($this->lang('group_privmmb_f_ok'), $this->lang('group_privmmb_f_ok_txt'), TRUE, 'margin-top:5px; margin-bottom:4px;');
            ?>
						<?php 
        }
        ?>
						<div class="greygrad" style="margin-top:6px;">
							<div class="greygrad2">
								<div class="greygrad3" style="padding-bottom:0px;">
									<?php 
        echo $this->lang('group_privmmb_title');
        ?>
									<table id="setform" cellspacing="5">
										<tr>
											<td width="110" class="setparam" valign="top"><?php 
        echo $this->lang('group_privmmb_f_curr');
        ?>
Exemple #17
0
<?php

$this->load_template('header.php');
?>
		
			<?php 
if ($D->error) {
    ?>
				<?php 
    echo errorbox($this->lang('signin_form_error'), $this->lang($D->errmsg));
    ?>
			<?php 
} elseif ($this->param('pass') == 'changed') {
    ?>
				<?php 
    echo okbox($this->lang('signinforg_alldone_ttl'), $this->lang('signinforg_alldone_txt'));
    ?>
			<?php 
}
?>
			<div id="poblicpage_login">
				<form method="post" action="">
					<table id="regform" cellspacing="5">
						<tr>
							<td></td>
							<td>
								<b><?php 
echo $this->lang('signin_form_caption');
?>
</b>
								<a id="forgotpass" href="<?php 
Exemple #18
0
echo $this->lang('admtitle_termsofuse');
?>
</h3>
								</div>
							</div>
							<?php 
if ($D->error) {
    ?>
							<?php 
    echo errorbox($this->lang('admtrms_err_ttl'), $this->lang($D->errmsg), TRUE, 'margin-top:5px;margin-bottom:5px;');
    ?>
							<?php 
} elseif ($D->submit) {
    ?>
							<?php 
    echo okbox($this->lang('admtrms_ok_ttl'), $this->lang($D->okmsg, array('#A2#' => '</a>', '#A1#' => '<a href="' . $C->SITE_URL . 'terms">')), TRUE, 'margin-top:5px;margin-bottom:5px;');
    ?>
							<?php 
}
?>
							<div class="greygrad" style="margin-top:5px;">
								<div class="greygrad2">
									<div class="greygrad3" style="padding-top:2px;">
										<form method="post" action="">
											<table id="setform" cellspacing="5" width="100%">
												<tr>
													<td>
														<?php 
echo $this->lang('admtrms_description');
?>
<br />
Exemple #19
0
echo $this->lang('settings_menu_delaccount');
?>
</a>
							</div>
						</div>
						<div id="settings_right">
							<div class="ttl"><div class="ttl2"><h3><?php 
echo $this->lang('settings_email_ttl2');
?>
</h3></div></div>
							
							<?php 
if ($D->submit && !$D->error && !$D->notif) {
    ?>
								<?php 
    echo okbox($this->lang('st_email_okttl'), $this->lang('st_email_oktxt'), FALSE, 'margin-top:5px;');
    ?>
							<?php 
} elseif ($D->submit && $D->error && !$D->notif) {
    ?>
								<?php 
    echo errorbox($this->lang('st_email_current_errttl'), $D->errmsg, TRUE, 'margin-top:5px;');
    ?>
							<?php 
} elseif ($D->submit && $D->error && $D->notif) {
    ?>
								<?php 
    echo msgbox($this->lang('st_email_notif_sendttl'), $this->lang('st_email_notif_send', array('#EMAIL#' => $D->new_email)), FALSE, 'margin-top:5px;');
    ?>
							<?php 
}
						<div id="settings_right">
							<div class="ttl" style="margin-bottom:5px;"><div class="ttl2"><h3><?php 
echo $this->lang('st_rssfeeds_title');
?>
</h3></div></div>
							<?php 
if ($this->param('msg') == 'added') {
    ?>
								<?php 
    echo okbox($this->lang('st_rssfeeds_ok'), $this->lang('st_rssfeeds_ok_txt'), TRUE, 'margin-bottom:5px;');
    ?>
							<?php 
} elseif ($this->param('msg') == 'deleted') {
    ?>
								<?php 
    echo okbox($this->lang('st_rssfeeds_ok'), $this->lang('st_rssfeeds_okdel_txt'), TRUE, 'margin-bottom:5px;');
    ?>
							<?php 
}
?>
							<?php 
if (count($D->feeds) == 0) {
    ?>
								<?php 
    echo msgbox($this->lang('st_rssfeeds_nofeeds_ttl'), $this->lang('st_rssfeeds_nofeeds_txt'), FALSE, 'margin-bottom:5px;');
    ?>
							<?php 
} else {
    ?>
							<table id="setform" cellspacing="0" cellpadding="5">
								<tr>
Exemple #21
0
?>
	
		<div id="pagebody" style="margin:0px; border-top:1px solid #fff;">
			<div>
				<div id="contacts_left" style="width:100%;">			
					<div class="ttl">
						<div class="ttl2"><h3><?php 
echo $this->lang('contacts_left_ttl');
?>
</h3></div>
					</div>
					<?php 
if ($D->submit && !$D->error) {
    ?>
						<?php 
    echo okbox($this->lang('cntf_ok_ttl'), $this->lang('cntf_ok_txt'), FALSE, 'margin-top:5px;margin-bottom:5px;');
    ?>
					<?php 
} else {
    ?>
						<?php 
    if ($D->error) {
        ?>
							<?php 
        echo errorbox($this->lang('cntf_error'), $this->lang($D->errmsg), TRUE, 'margin-top:5px;margin-bottom:5px;');
        ?>
						<?php 
    }
    ?>
						<div class="greygrad" style="margin-top:5px;">
							<div class="greygrad2">
Exemple #22
0
?>
								<a href="<?php 
echo $C->SITE_URL;
?>
settings/delaccount"><?php 
echo $this->lang('settings_menu_delaccount');
?>
</a>
							</div>
						</div>
						<div id="settings_right">
							<?php 
if ($D->submit && empty($D->errmsg1) && empty($D->errmsg2) && empty($D->errmsg3)) {
    ?>
							<?php 
    echo okbox($this->lang('st_cnt_ok'), $this->lang('st_cnt_okmsg'));
    ?>
							<?php 
}
?>
							<form method="post" action="">
								<div class="ttl"><div class="ttl2">
									<h3><?php 
echo $this->lang('st_contacts_section1');
?>
</h3>
									<a class="ttlink" href="<?php 
echo $C->SITE_URL;
echo $this->user->info->username;
?>
/tab:info"><?php 
Exemple #23
0
echo $this->lang('admtitle_general');
?>
</h3>
								</div>
							</div>
							<?php 
if ($D->error) {
    ?>
							<?php 
    echo errorbox($this->lang('admgnrl_error'), $this->lang($D->errmsg, array('#SITE_TITLE#' => $C->OUTSIDE_SITE_TITLE)), TRUE, 'margin-top:5px;margin-bottom:5px;');
    ?>
							<?php 
} elseif ($D->submit) {
    ?>
							<?php 
    echo okbox($this->lang('admgnrl_okay'), $this->lang('admgnrl_okay_txt'), TRUE, 'margin-top:5px;margin-bottom:5px;');
    ?>
							<?php 
}
?>
							<div class="greygrad" style="margin-top:5px;">
								<div class="greygrad2">
									<div class="greygrad3" style="padding-top:0px;">
										<form method="post" action="">
											<table id="setform" cellspacing="5">
												<tr>
													<td class="setparam"><?php 
echo $this->lang('admgnrl_frm_network');
?>
</td>
													<td><input type="text" name="network_name" value="<?php 
    ?>
							<?php 
}
?>
							
							<div class="ttl"><div class="ttl2">
								<h3><?php 
echo $this->lang('settings_fb_opt_intgr_ttl');
?>
</h3>
							</div></div>
							<?php 
if ($D->integration->facebook) {
    ?>
								<?php 
    echo okbox($this->lang('settings_fb_opt_status'), $this->lang('settings_fb_opt_integrated_ok'), FALSE, 'margin-top: 10px;');
    ?>
								
								<form action="<?php 
    echo $C->SITE_URL;
    ?>
settings/integrations" method="POST">
									<input type="submit" name="fb_intgr_remove" value="<?php 
    echo $this->lang('settings_fb_opt_intgr_remove');
    ?>
"  style="padding:4px; font-weight:bold;" />
								</form>
							<?php 
} else {
    ?>
								<?php