Subversion Repositories Applications.papyrus

Rev

Rev 1372 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
831 florian 1
<table border="0" cellspacing="0" class="PhorumStdTable">
2
  <tr>
3
    <th class="PhorumTableHeader" align="left" width="20">
4
      {ASSIGN ITEMCOUNT MESSAGECOUNT}
5
      {INCLUDE pm_list_selectall}
6
    </th>
7
    <th class="PhorumTableHeader" align="left">{LANG->Subject}</th>
8
    <th class="PhorumTableHeader" align="left" nowrap="nowrap">{LANG->From}&nbsp;</th>
9
    <th class="PhorumTableHeader" align="left" nowrap="nowrap">{LANG->Date}&nbsp;</th>
10
  </tr>
11
  {IF MESSAGECOUNT}
12
    {LOOP MESSAGES}
13
      <tr>
14
        <td class="PhorumTableRow">
15
          <input type="checkbox" name="checked[]" value="{MESSAGES->pm_message_id}" />
16
        </td>
17
        <td class="PhorumTableRow">
18
          <a href="{MESSAGES->read_url}">{MESSAGES->subject}</a>
19
          {IF NOT MESSAGES->read_flag}
20
            <span class="PhorumNewFlag">&nbsp;{LANG->newflag}</span>
21
          {/IF}
22
        </td>
23
        <td class="PhorumTableRow" nowrap="nowrap">
24
          <a href="{MESSAGES->from_profile_url}">{MESSAGES->from_username}</a>&nbsp;
25
        </td>
26
        <td class="PhorumTableRow" nowrap="nowrap" width="1">
27
          <div style="white-space:nowrap">{MESSAGES->date}&nbsp;</div>
28
        </td>
29
      </tr>
30
    {/LOOP MESSAGES}
31
  {ELSE}
32
    <tr>
33
      <td colspan="4" style="text-align: center" class="PhorumTableRow">
34
        <br />
35
        <i>{LANG->PMFolderIsEmpty}</i><br />
36
        <br />
37
      </td>
38
    </tr>
39
  {/IF}
40
</table>
41
<div class="PhorumStdBlock" style="border-top:none">
42
  {VAR MOVE_SUBMIT_NAME move}
43
  {INCLUDE pm_moveselect}
44
  <input type="submit" name="delete" class="PhorumSubmit" value="{LANG->Delete}" onclick="return confirm('<?php echo addslashes($PHORUM['DATA']['LANG']['AreYouSure'])?>')" />
45
</div>