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

Revision 20681, 374 bytes checked in by nagano, 13 years ago (diff)

デザイン調整

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="MYページ/メール履歴詳細"}-->
2<div id="window_area">
3<table class="form">
4    <tr>
5        <td><!--{$tpl_subject|h}--></td>
6    </tr>
7    <tr>
8        <td><!--{$tpl_body|h|nl2br}--></td>
9    </tr>
10</table>
11</div>
12<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.