Esempio n. 1
0
	</div>
</div>
<div class="container">
<?php 
if (isset($errors)) {
    draw_error_panel($errors);
}
if (isset($message)) {
    draw_preview_panel($message);
}
?>

<form id="edit" method="post" action="edit.php?id=<?php 
echo $id;
?>
&amp;action=edit" onsubmit="return process_form(this)">
<?php 
if ($can_edit_subject) {
    ?>
	<input class="info-textfield form-control" type="text" name="req_subject" maxlength="70" value="<?php 
    echo luna_htmlspecialchars(isset($_POST['req_subject']) ? $_POST['req_subject'] : $cur_post['subject']);
    ?>
" tabindex="<?php 
    echo $cur_index++;
    ?>
" />
<?php 
}
draw_editor('20');
?>
</form>
Esempio n. 2
0
</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');
?>
</a>
		</div>
	</div>
<?php 
echo $paging_links;
draw_response_list();
echo $paging_links;
?>
	<!-- <form method="post" id="comment" action="new_inbox.php?reply=<?php 
echo $tid;
?>
" onsubmit="return process_form(this)">
	<?php 
draw_editor('10');
?>
	</form> -->
</div>