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

Revision 19898, 392 bytes checked in by yomoro, 13 years ago (diff)

スマートフォンでの別ウィンドウデザイン調整

  • Property svn:executable set to *
Line 
1<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="MYページ/メール履歴詳細"}-->
2
3<table class="form">
4  <tr>
5    <th>件名</th>
6    <td><!--{$tpl_subject|h}--></td>
7  </tr>
8  <tr>
9    <th>本文</th>
10    <td><!--{$tpl_body|h|nl2br}--></td>
11  </tr>
12</table>
13
14<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.