1 | <?php if (! $this->_rootref['S_VIEW_MESSAGE']) { ?>
|
---|
2 | <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''; ?>
|
---|
3 | </form>
|
---|
4 | <?php } ?>
|
---|
5 |
|
---|
6 | <table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
---|
7 | <tr>
|
---|
8 | <td class="row1">
|
---|
9 | <table border="0" cellspacing="0" cellpadding="0" width="100%">
|
---|
10 | <tr>
|
---|
11 | <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>"><?php $this->_tpl_include('pagination.html'); if ($this->_rootref['S_VIEW_MESSAGE']) { ?>
|
---|
12 | <span class="gensmall">
|
---|
13 | <?php if ($this->_rootref['U_PRINT_PM']) { ?><a href="<?php echo (isset($this->_rootref['U_PRINT_PM'])) ? $this->_rootref['U_PRINT_PM'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_PRINT_PM'])) ? $this->_rootref['L_PRINT_PM'] : ((isset($user->lang['PRINT_PM'])) ? $user->lang['PRINT_PM'] : '{ PRINT_PM }')); ?>"><?php echo ((isset($this->_rootref['L_PRINT_PM'])) ? $this->_rootref['L_PRINT_PM'] : ((isset($user->lang['PRINT_PM'])) ? $user->lang['PRINT_PM'] : '{ PRINT_PM }')); ?></a><?php if ($this->_rootref['U_FORWARD_PM']) { ?> | <?php } } if ($this->_rootref['U_FORWARD_PM']) { ?><a href="<?php echo (isset($this->_rootref['U_FORWARD_PM'])) ? $this->_rootref['U_FORWARD_PM'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_FORWARD_PM'])) ? $this->_rootref['L_FORWARD_PM'] : ((isset($user->lang['FORWARD_PM'])) ? $user->lang['FORWARD_PM'] : '{ FORWARD_PM }')); ?>"><?php echo ((isset($this->_rootref['L_FORWARD_PM'])) ? $this->_rootref['L_FORWARD_PM'] : ((isset($user->lang['FORWARD_PM'])) ? $user->lang['FORWARD_PM'] : '{ FORWARD_PM }')); ?></a><?php } ?>
|
---|
14 | </span>
|
---|
15 | <?php } ?>
|
---|
16 | </td>
|
---|
17 | <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap">
|
---|
18 | <?php if ($this->_rootref['S_VIEW_MESSAGE']) { if (! $this->_rootref['S_SPECIAL_FOLDER']) { ?>
|
---|
19 | <form name="movepm" method="post" action="<?php echo (isset($this->_rootref['S_PM_ACTION'])) ? $this->_rootref['S_PM_ACTION'] : ''; ?>" style="margin:0px">
|
---|
20 | <input type="hidden" name="marked_msg_id[]" value="<?php echo (isset($this->_rootref['MSG_ID'])) ? $this->_rootref['MSG_ID'] : ''; ?>" />
|
---|
21 | <input type="hidden" name="cur_folder_id" value="<?php echo (isset($this->_rootref['CUR_FOLDER_ID'])) ? $this->_rootref['CUR_FOLDER_ID'] : ''; ?>" />
|
---|
22 | <input type="hidden" name="p" value="<?php echo (isset($this->_rootref['MSG_ID'])) ? $this->_rootref['MSG_ID'] : ''; ?>" />
|
---|
23 | <select name="dest_folder"><?php echo (isset($this->_rootref['S_TO_FOLDER_OPTIONS'])) ? $this->_rootref['S_TO_FOLDER_OPTIONS'] : ''; ?></select> <input class="btnlite" type="submit" name="move_pm" value="<?php echo ((isset($this->_rootref['L_MOVE_TO_FOLDER'])) ? $this->_rootref['L_MOVE_TO_FOLDER'] : ((isset($user->lang['MOVE_TO_FOLDER'])) ? $user->lang['MOVE_TO_FOLDER'] : '{ MOVE_TO_FOLDER }')); ?>" />
|
---|
24 | <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''; ?>
|
---|
25 | </form>
|
---|
26 | <?php } } else { ?>
|
---|
27 | <form name="sortmsg" method="post" action="<?php echo (isset($this->_rootref['S_PM_ACTION'])) ? $this->_rootref['S_PM_ACTION'] : ''; ?>" style="margin:0px">
|
---|
28 | <span class="gensmall"><?php echo ((isset($this->_rootref['L_DISPLAY_MESSAGES'])) ? $this->_rootref['L_DISPLAY_MESSAGES'] : ((isset($user->lang['DISPLAY_MESSAGES'])) ? $user->lang['DISPLAY_MESSAGES'] : '{ DISPLAY_MESSAGES }')); ?>:</span> <?php echo (isset($this->_rootref['S_SELECT_SORT_DAYS'])) ? $this->_rootref['S_SELECT_SORT_DAYS'] : ''; ?> <span class="gensmall"><?php echo ((isset($this->_rootref['L_SORT_BY'])) ? $this->_rootref['L_SORT_BY'] : ((isset($user->lang['SORT_BY'])) ? $user->lang['SORT_BY'] : '{ SORT_BY }')); ?></span> <?php echo (isset($this->_rootref['S_SELECT_SORT_KEY'])) ? $this->_rootref['S_SELECT_SORT_KEY'] : ''; ?> <?php echo (isset($this->_rootref['S_SELECT_SORT_DIR'])) ? $this->_rootref['S_SELECT_SORT_DIR'] : ''; ?> <input class="btnlite" type="submit" name="sort" value="<?php echo ((isset($this->_rootref['L_GO'])) ? $this->_rootref['L_GO'] : ((isset($user->lang['GO'])) ? $user->lang['GO'] : '{ GO }')); ?>" />
|
---|
29 | <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''; ?>
|
---|
30 | </form>
|
---|
31 | <?php } ?>
|
---|
32 | </td>
|
---|
33 | </tr>
|
---|
34 | </table>
|
---|
35 | </td>
|
---|
36 | </tr>
|
---|
37 | </table>
|
---|
38 |
|
---|
39 | <?php if (! $this->_rootref['S_VIEW_MESSAGE']) { ?>
|
---|
40 | <div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>;"><b class="gensmall"><a href="#" onclick="marklist('viewfolder', 'marked_msg_id', true); return false;"><?php echo ((isset($this->_rootref['L_MARK_ALL'])) ? $this->_rootref['L_MARK_ALL'] : ((isset($user->lang['MARK_ALL'])) ? $user->lang['MARK_ALL'] : '{ MARK_ALL }')); ?></a> :: <a href="#" onclick="marklist('viewfolder', 'marked_msg_id', false); return false;"><?php echo ((isset($this->_rootref['L_UNMARK_ALL'])) ? $this->_rootref['L_UNMARK_ALL'] : ((isset($user->lang['UNMARK_ALL'])) ? $user->lang['UNMARK_ALL'] : '{ UNMARK_ALL }')); ?></a></b></div>
|
---|
41 | <?php } ?>
|
---|