<{strip}> <{* 受信トレイ一覧用テンプレート *}>
<{if $action_name == "pm_view_main_search_result"}> <{else}> <{/if}>
  • " />   <{$lang.pm_new_message|smarty:nodefaults}>
  • <{include file = "pm_view_list_toolbar_delete.html" location="main" page=$action.page}>
  • <{include file = "pm_view_list_toolbar_operation.html" location="main" page=$action.page}>
  • <{include file = "pm_view_list_toolbar_update.html"}>
  • <{include file = "pm_view_list_toolbar_pager.html" prev=$action.pager.prev_page next=$action.pager.next_page rows=$action.pager.display_rows from=$action.pager.display_from to=$action.pager.display_to mailbox=$action.current_menu filter=$action.filter}>
<{* 左メニュー *}> <{include file = "pm_view_left_menu.html"}> <{* コンテンツ *}> <{if $action.messageCount > 0}> <{include file = "pm_view_list_header.html"}> <{foreach from=$action.messages item=message}> <{include file = "pm_view_list_data.html"}> <{/foreach}>
<{else}> <{include file = "pm_view_no_message.html"}> <{/if}>
<{include file = "../pm_script.html"}> <{/strip}>