Ignore:
Timestamp:
2011/07/27 13:49:38 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/mail_view.tpl

    r20727 r21050  
    11<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="MYページ/メール履歴詳細"}--> 
    22 
    3 <table class="form"> 
    4   <tr> 
    5     <td class="mailtd"><!--{$tpl_subject|h}--></td> 
    6   </tr> 
    7   <tr> 
    8     <td class="mailtd"><!--{$tpl_body|h|nl2br}--></td> 
    9   </tr> 
    10 </table> 
     3<div data-role="page" data-theme="d" id="index frame_outer"> 
     4<!--▼CONTENTS--> 
     5   <dl class="view_detail"> 
     6      <dt><!--{$tpl_subject|h}--></dt> 
     7      <dd><!--{$tpl_body|h|nl2br}--></dd> 
     8   </dl> 
     9</div> 
     10<!--▲CONTENTS --> 
     11 
    1112 
    1213<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.