source: branches/posledni/forum/styles/wowpurple/template/ucp_pm_message_header.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1.3 KB
Line 
1
2<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
3<tr>
4 <td class="row1">
5 <table border="0" cellspacing="0" cellpadding="0" width="100%">
6 <tr>
7 <td align="{S_CONTENT_FLOW_BEGIN}">
8 <!-- IF TOTAL_MESSAGES -->
9 <table width="100%" cellspacing="1">
10 <tr>
11 <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
12 <!-- IF FOLDER_MAX_MESSAGES neq 0 -->
13 <td class="gensmall" nowrap="nowrap" width="100%">&nbsp;[ <b>{FOLDER_CUR_MESSAGES}</b>/{FOLDER_MAX_MESSAGES} {L_MESSAGES} ({FOLDER_PERCENT}%) ]&nbsp;</td>
14 <!-- ELSE -->
15 <td class="gensmall" nowrap="nowrap" width="100%">&nbsp;[ <b>{FOLDER_CUR_MESSAGES}</b> {L_MESSAGES} ]&nbsp;</td>
16 <!-- ENDIF -->
17 </tr>
18 </table>
19 <!-- ENDIF -->
20
21 <!-- IF S_VIEW_MESSAGE -->
22 <span class="gensmall">
23 <!-- IF S_DISPLAY_HISTORY -->
24 <!-- IF U_VIEW_PREVIOUS_HISTORY --><a href="{U_VIEW_PREVIOUS_HISTORY}">{L_VIEW_PREVIOUS_HISTORY}</a> | <!-- ENDIF --><!-- IF U_VIEW_NEXT_HISTORY --><a href="{U_VIEW_NEXT_HISTORY}">{L_VIEW_NEXT_HISTORY}</a> | <!-- ENDIF -->
25 <!-- ENDIF --><a href="{U_PREVIOUS_PM}">{L_VIEW_PREVIOUS_PM}</a> | <a href="{U_NEXT_PM}">{L_VIEW_NEXT_PM}</a>&nbsp;
26 </span>
27 <!-- ENDIF -->
28 </td>
29 <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE pagination.html --></td>
30 </tr>
31 </table>
32 </td>
33</tr>
34</table>
Note: See TracBrowser for help on using the repository browser.