Ignore:
Timestamp:
2012/12/04 19:35:44 (11 years ago)
Author:
h_yoshimoto
Message:

#1890 管理画面テンプレートのメッセージを集約(ダミーID)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/basis/seo.tpl

    r21867 r22121  
    2323*}--> 
    2424 
    25 <form name="form1" id="form1" method="post" action="?" onSubmit="return window.confirm('登録しても宜しいですか');"> 
     25<form name="form1" id="form1" method="post" action="?" onSubmit="return window.confirm(<!--{t string="tpl_093"}-->);"> 
    2626<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2727<input type="hidden" name="mode" value="confirm"> 
     
    3333            <!--{if count($arrDevicePageData) > 0}--> 
    3434                <!--{foreach name=page key=key item=item from=$arrDevicePageData}--> 
    35                     <!-- <!--{$item.page_name}--> ここから --> 
     35                    <!-- <!--{$item.page_name}--> ‚±‚±‚Ü‚Å --> 
    3636                    <!--{if $smarty.foreach.page.first == true}--><h1><span class="subtitle"><!--{$arrDeviceTypeName[$item.device_type_id]}--></span></h1><!--{/if}--> 
    3737                    <h2><!--{$item.page_name}--> <!--{$item.url}--></h2> 
     
    4040                        <table> 
    4141                            <tr> 
    42                                 <th>メタタグ:Author</th> 
     42                                <th><!--{t string="tpl_089"}--></th> 
    4343                                <td> 
    4444                                <span class="attention"><!--{$arrErr[$item.device_type_id][$item.page_id].author}--></span> 
    45                                 <input type="text" name="meta[<!--{$item.device_type_id}-->][<!--{$item.page_id}-->][author]" value="<!--{$item.author|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].author != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->' /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span></td> 
     45                                <input type="text" name="meta[<!--{$item.device_type_id}-->][<!--{$item.page_id}-->][author]" value="<!--{$item.author|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].author != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->' /><span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span></td> 
    4646                            </tr> 
    4747                            <tr> 
    48                                 <th>メタタグ:Description</th> 
     48                                <th><!--{t string="tpl_090"}--></th> 
    4949                                <td> 
    5050                                <span class="attention"><!--{$arrErr[$item.device_type_id][$item.page_id].description}--></span> 
    51                                 <input type="text" name="meta[<!--{$item.device_type_id}-->][<!--{$item.page_id}-->][description]" value="<!--{$item.description|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].description != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->' /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span></td> 
     51                                <input type="text" name="meta[<!--{$item.device_type_id}-->][<!--{$item.page_id}-->][description]" value="<!--{$item.description|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].description != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->' /><span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span></td> 
    5252                            </tr> 
    5353                            <tr> 
    54                                 <th>メタタグ:Keywords</th> 
     54                                <th><!--{t string="tpl_091"}--></th> 
    5555                                <td> 
    5656                                <span class="attention"><!--{$arrErr[$item.device_type_id][$item.page_id].keyword}--></span> 
    57                                 <input type="text" name="meta[<!--{$item.device_type_id}-->][<!--{$item.page_id}-->][keyword]" value="<!--{$item.keyword|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].keyword != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->' /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span></td> 
     57                                <input type="text" name="meta[<!--{$item.device_type_id}-->][<!--{$item.page_id}-->][keyword]" value="<!--{$item.keyword|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].keyword != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->' /><span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.STEXT_LEN}--></span></td> 
    5858                            </tr> 
    5959                        </table> 
     
    6161                        <div class="btn-area"> 
    6262                            <ul> 
    63                                 <li><a class="btn-action" href="javascript:;" onclick="document.form1.device_type_id.value = <!--{$item.device_type_id}-->; document.form1.page_id.value = <!--{$item.page_id}-->; fnFormModeSubmit('form1', 'confirm', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li> 
     63                                <li><a class="btn-action" href="javascript:;" onclick="document.form1.device_type_id.value = <!--{$item.device_type_id}-->; document.form1.page_id.value = <!--{$item.page_id}-->; fnFormModeSubmit('form1', 'confirm', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_021"}--></span></a></li> 
    6464                            </ul> 
    6565                        </div> 
    6666 
    6767                    </div> 
    68                     <!-- <!--{$item.page_name}--> ここまで --> 
     68                    <!-- <!--{$item.page_name}--> ‚±‚±‚Ü‚Å --> 
    6969                <!--{/foreach}--> 
    7070            <!--{/if}--> 
     
    7272    <!--{else}--> 
    7373        <div class="no-data"> 
    74             表示するデータがありません 
     74            <!--{t string="tpl_092"}--> 
    7575        </div> 
    7676    <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.