source: branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/mail_view.tpl @ 19713

Revision 19713, 372 bytes checked in by nanasess, 13 years ago (diff)
  • #748(モバイルのデザイン管理機能)
    • dtb_pagelayout, dtb_bloc, dtb_blocposition のデータを追加
    • dtb_blocposition.filename を削除
    • dtb_bloc.filename を device_type_id と filename のユニークキーへ変更
  • #787(スマートフォン対応)
    • data/install.php のモバイル関連の定数を data/class/SC_Initial.php へ移動
    • テンプレート, PHPファイル追加
  • #832 SC_Helper_PageLayout#sfGetPageLayout()) の呼び出しを1ヶ所に集約
  • #820 フラグ, マスタIDの値を定数にする
    • mtb_target の値を定数化
  • Property svn:executable set to *
Line 
1<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="MYページ/メール履歴詳細"}-->
2
3<table class="form">
4  <tr>
5    <th>件名</th>
6    <td><!--{$tpl_subject|escape}--></td>
7  </tr>
8  <tr>
9    <th>本文</th>
10    <td><!--{$tpl_body|escape|nl2br}--></td>
11  </tr>
12</table>
13
14<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.