Example #1
0
}
?>
<div class="col-sm-3 profile-nav">
	<div class="user-card-profile">
		<h3 class="user-card-title"><?php 
echo luna_htmlspecialchars($luna_user['username']);
?>
</h3>
		<span class="user-card-avatar thumbnail">
			<?php 
echo $avatar_user_card;
?>
		</span>
	</div>
<?php 
load_me_nav('inbox');
?>
</div>
<div class="col-sm-9 profile">
	<p><span class="pages-label"><?php 
echo paginate($num_pages, $page, 'inbox.php?');
?>
</span></p>
	<div class="btn-toolbar btn-toolbar-inbox">
		<div class="btn-group pull-right">
			<a type="button" class="btn btn-success" href="new_inbox.php?reply=<?php 
echo $tid;
?>
"><span class="fa fa-fw fa-reply"></span> <?php 
_e('Reply', 'luna');
?>
Example #2
0
			<div class="profile-card-head profile-card-nav">
				<div class="user-avatar">
					<?php 
echo $user_avatar;
?>
				</div>
				<h2><?php 
echo $user_username;
?>
</h2>
				<h3><?php 
echo $user_usertitle;
?>
</h3>
				<?php 
load_me_nav('settings', 'list-group-transparent');
?>
			</div>
		</div>
	</div>
	<div class="col-sm-9 profile">
		<form id="profile-settings" method="post" action="settings.php?id=<?php 
echo $id;
?>
">
			<h2 class="profile-title"><?php 
_e('Settings', 'luna');
?>
 <span class="pull-right"><button class="btn btn-primary" type="submit" name="update"><span class="fa fa-fw fa-check"></span> <?php 
_e('Save', 'luna');
?>
Example #3
0
}
?>
<div class="col-sm-3 profile-nav">
	<div class="user-card-profile">
		<h3 class="user-card-title"><?php 
echo luna_htmlspecialchars($user['username']);
?>
</h3>
		<span class="user-card-avatar thumbnail">
			<?php 
echo $avatar_user_card;
?>
		</span>
	</div>
<?php 
load_me_nav('notifications');
?>
</div>
<div class="col-sm-9 profile">
	<nav class="navbar navbar-default" role="navigation">
		<div class="navbar-header">
			<a href="notifications.php?id=<?php 
echo $id;
?>
" class="navbar-brand"><span class="fa fa-fw fa-circle-o"></span> <?php 
_e('Notifications', 'luna');
?>
</a>
		</div>
	</nav>
	<div class="list-group">
Example #4
0
}
?>
<div class="col-sm-3 profile-nav">
	<div class="user-card-profile">
		<h3 class="user-card-title"><?php 
echo luna_htmlspecialchars($user['username']);
?>
</h3>
		<span class="user-card-avatar thumbnail">
			<?php 
echo $avatar_user_card;
?>
		</span>
	</div>
<?php 
load_me_nav('settings');
?>
</div>
<div class="col-sm-9 profile">
<form id="profile-settings" method="post" action="settings.php?id=<?php 
echo $id;
?>
">
	<h2><?php 
_e('Settings', 'luna');
?>
<span class="pull-right"><button class="btn btn-primary" type="submit" name="update"><span class="fa fa-fw fa-check"></span> <?php 
_e('Save', 'luna');
?>
</button></span></h2>
	<div role="tabpanel">
Example #5
0
			<div class="profile-card-head profile-card-nav">
				<div class="user-avatar">
					<?php 
echo $avatar_user_card;
?>
				</div>
				<h2><?php 
echo $user_username;
?>
</h2>
				<h3><?php 
echo $user_usertitle;
?>
</h3>
				<?php 
load_me_nav('notifications', 'list-group-transparent');
?>
			</div>
		</div>
	</div>
	<div class="col-sm-9 profile">
		<h2 class="profile-title"><?php 
_e('Notifications', 'luna');
?>
</h2>
		<div class="panel panel-default">
			<div class="panel-heading">
				<h3 class="panel-title"><?php 
_e('New notifications', 'luna');
?>
<span class="pull-right"><a href="notifications.php?id=2&action=readnoti" class="btn btn-primary"><span class="fa fa-fw fa-eye"></span> <?php 
Example #6
0
}
?>
<div class="col-sm-3 profile-nav">
	<div class="user-card-profile">
		<h3 class="user-card-title"><?php 
echo luna_htmlspecialchars($user['username']);
?>
</h3>
		<span class="user-card-avatar thumbnail">
			<?php 
echo $avatar_user_card;
?>
		</span>
	</div>
<?php 
load_me_nav('profile');
?>
</div>
<div class="profile col-sm-9">
	<div class="panel panel-default">
		<div class="panel-heading">
			<h3 class="panel-title"><?php 
_e('About user', 'luna');
?>
</h3>
		</div>
		<div class="panel-body">
			<?php 
echo implode("\n\t\t\t\t\t\t\t" . '<br />', $user_personality) . "\n";
?>
		</div>
Example #7
0
			<div class="profile-card-head profile-card-nav">
				<div class="user-avatar">
					<?php 
echo $avatar_user_card;
?>
				</div>
				<h2><?php 
echo $user_username;
?>
</h2>
				<h3><?php 
echo $user_usertitle;
?>
</h3>
				<?php 
load_me_nav('profile', 'list-group-transparent');
?>
			</div>
		</div>
	</div>
	<div class="profile col-sm-9">
		<h2 class="profile-title"><?php 
echo luna_htmlspecialchars($user['username']);
?>
</h2>
		<div class="panel panel-default">
			<div class="panel-heading">
				<h3 class="panel-title"><?php 
_e('About user', 'luna');
?>
</h3>
Example #8
0
			<div class="profile-card-head profile-card-nav">
				<div class="user-avatar">
					<?php 
echo $avatar_user_card;
?>
				</div>
				<h2><?php 
echo $user_username;
?>
</h2>
				<h3><?php 
echo $user_usertitle;
?>
</h3>
				<?php 
load_me_nav('inbox', 'list-group-transparent');
?>
			</div>
		</div>
	</div>
	<div class="col-sm-9 profile">
		<h2 class="profile-title"><?php 
_e('Inbox', 'luna');
?>
</h2>
		<p><span class="pages-label"><?php 
echo paginate($num_pages, $page, 'inbox.php?');
?>
</span></p>
		<form method="post" action="inbox.php">
			<fieldset>