source: branches/comu-ver2/data/Smarty/templates/default/mypage/mail_view.tpl @ 18254

Revision 18254, 372 bytes checked in by Seasoft, 15 years ago (diff)

#528(改行コードが混在している)を改修

  • *.tpl の SVN 属性を統一。
    • (svn:eol-style) LF
    • (svn:mime-type) text/x-smarty-template; charset=UTF-8
  • 以下は除外。
    • /data/module
    • /data/pdf
    • /html/test
  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
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.