Ignore:
Timestamp:
2007/09/05 09:29:00 (17 years ago)
Author:
adachi
Message:

クラス化対応

Location:
branches/feature-module-update/data
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/admin/system/input.tpl

    r15079 r15602  
    66 */ 
    77*}--> 
    8 <!-- --> 
    98<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    109<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 
     
    3736<!--★★メインコンテンツ★★--> 
    3837<table width="500" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    39 <form name="form1" id="form1" method="post" action="<!--{$tpl_recv}-->" onsubmit="return fnRegistMember();"> 
    40 <input type="hidden" name="mode" value="<!--{$tpl_mode}-->"> 
    41 <input type="hidden" name="member_id" value="<!--{$tpl_member_id}-->"> 
    42 <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->"> 
    43 <input type="hidden" name="old_login_id" value="<!--{$tpl_old_login_id}-->"> 
    44 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    45     <tr valign="top"> 
    46         <td class="mainbg"> 
    47             <!--▼登録テーブルここから--> 
    48             <table width="500" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    49                 <!--メインエリア--> 
    50                 <tr> 
    51                     <td align="center"> 
    52                         <table width="470" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    53                             <tr><td height="14"></td></tr> 
    54                             <tr> 
    55                                 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="470" height="14" alt=""></td> 
    56                             </tr> 
    57                             <tr> 
    58                                 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    59                                 <td bgcolor="#cccccc"> 
    60                                      
    61                                     <table width="440" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    62                                         <tr> 
    63                                             <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="440" height="7" alt=""></td> 
    64                                         </tr> 
    65                                         <tr> 
    66                                             <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td> 
    67                                             <td bgcolor="#636469" width="400" class="fs14n"><span class="white"><!--コンテンツタイトル-->メンバー登録/編集</span></td> 
    68                                             <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
    69                                         </tr> 
    70                                         <tr> 
    71                                             <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="440" height="7" alt=""></td> 
    72                                         </tr> 
    73                                         <tr> 
    74                                             <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="440" height="10" alt=""></td> 
    75                                         </tr> 
    76                                     </table> 
    77                                      
    78                                     <table width="440" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    79                                         <tr class="fs12n"> 
    80                                             <td width="90" bgcolor="#f3f3f3">名前</td> 
    81                                             <td width="337" bgcolor="#ffffff"><!--{if $arrErr.name}--><span class="red"><!--{$arrErr.name}--></span><!--{/if}--><input type="text" name="name" size="30" class="box30" value="<!--{$arrForm.name}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> <span class="red">※必須入力</span> 
    82                                             </td> 
    83                                         </tr> 
    84                                         <tr class="fs12n"> 
    85                                             <td width="90" bgcolor="#f3f3f3">所属</td> 
    86                                             <td width="337" bgcolor="#ffffff"><!--{if $arrErr.department}--><span class="red"><!--{$arrErr.department}--></span><!--{/if}--><input type="text" name="department" size="30" class="box30" value="<!--{$arrForm.department}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> 
    87                                             </td> 
    88                                         </tr> 
    89                                         <tr class="fs12"> 
    90                                             <td width="90" bgcolor="#f3f3f3">ログインID</td> 
    91                                             <td width="337" bgcolor="#ffffff"><!--{if $arrErr.login_id}--><span class="red"><!--{$arrErr.login_id}--></span><!--{/if}--><input type="text" name="login_id" size="20" class="box20"  value="<!--{$arrForm.login_id}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> <span class="red">※必須入力</span><br /> 
    92                                             ※半角英数字・15文字以内</td> 
    93                                         </tr> 
    94                                         <tr class="fs12"> 
    95                                             <td width="90" bgcolor="#f3f3f3">パスワード</td> 
    96                                             <td width="337" bgcolor="#ffffff"><!--{if $arrErr.password}--><span class="red"><!--{$arrErr.password}--></span><!--{/if}--><input type="password" name="password" size="20" class="box20" value="<!--{$arrForm.password}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> <span class="red">※必須入力</span><br /> 
    97                                             ※半角英数字・15文字以内</td> 
    98                                         </tr> 
    99                                         <tr class="fs12n"> 
    100                                             <td width="90" bgcolor="#f3f3f3">管理権限</td> 
    101                                             <td width="337" bgcolor="#ffffff"><!--{if $arrErr.authority}--><span class="red"><!--{$arrErr.authority}--></span><!--{/if}--><select name="authority"> 
    102                                             <option value="" >選択してください</option> 
    103                                             <!--{html_options options=$arrAUTHORITY selected=$arrForm.authority}--> 
    104                                             </select> <span class="red">※必須入力</span></td> 
    105                                         </tr> 
    106                                     </table> 
     38<form name="form1" id="form1" method="post" action="" onsubmit="return fnRegistMember();"> 
     39<input type="hidden" name="mode" value="<!--{$tpl_mode|escape}-->"> 
     40<input type="hidden" name="member_id" value="<!--{$tpl_member_id|escape}-->"> 
     41<input type="hidden" name="pageno" value="<!--{$tpl_pageno|escape}-->"> 
     42<input type="hidden" name="old_login_id" value="<!--{$tpl_old_login_id|escape}-->"> 
     43<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid|escape}-->"> 
     44    <tr valign="top"> 
     45        <td class="mainbg"> 
     46            <!--▼登録テーブルここから--> 
     47            <table width="500" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     48                <!--メインエリア--> 
     49                <tr> 
     50                    <td align="center"> 
     51                        <table width="470" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     52                            <tr><td height="14"></td></tr> 
     53                            <tr> 
     54                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="470" height="14" alt=""></td> 
     55                            </tr> 
     56                            <tr> 
     57                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     58                                <td bgcolor="#cccccc"> 
    10759 
    108                                     <table width="440" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    109                                         <tr> 
    110                                             <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
    111                                             <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="438" height="7" alt=""></td> 
    112                                             <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
    113                                         </tr> 
    114                                         <tr> 
    115                                             <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
    116                                             <td bgcolor="#e9e7de" align="center"> 
    117                                             <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    118                                                 <tr> 
    119                                                     <td><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" ></td> 
    120                                                 </tr> 
    121                                             </table> 
    122                                             </td> 
    123                                             <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
    124                                         </tr> 
    125                                         <tr> 
    126                                             <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="440" height="8" alt=""></td> 
    127                                         </tr> 
    128                                     </table> 
    129                                 </td> 
    130                                 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    131                             </tr> 
    132                             <tr> 
    133                                 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="470" height="14" alt=""></td> 
    134                             </tr> 
    135                             <tr><td height="30"></td></tr> 
    136                         </table> 
    137                     </td> 
    138                 </tr> 
    139                 <!--メインエリア--> 
    140             </table> 
    141             <!--▲登録テーブルここまで--> 
    142         </td> 
    143     </tr> 
     60                                    <table width="440" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     61                                        <tr> 
     62                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="440" height="7" alt=""></td> 
     63                                        </tr> 
     64                                        <tr> 
     65                                            <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td> 
     66                                            <td bgcolor="#636469" width="400" class="fs14n"><span class="white"><!--コンテンツタイトル-->メンバー登録/編集</span></td> 
     67                                            <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
     68                                        </tr> 
     69                                        <tr> 
     70                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="440" height="7" alt=""></td> 
     71                                        </tr> 
     72                                        <tr> 
     73                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="440" height="10" alt=""></td> 
     74                                        </tr> 
     75                                    </table> 
     76 
     77                                    <table width="440" border="0" cellspacing="1" cellpadding="8" summary=" "> 
     78                                        <tr class="fs12n"> 
     79                                            <td width="90" bgcolor="#f3f3f3">名前</td> 
     80                                            <td width="337" bgcolor="#ffffff"><!--{if $arrErr.name}--><span class="red"><!--{$arrErr.name}--></span><!--{/if}--><input type="text" name="name" size="30" class="box30" value="<!--{$arrForm.name}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> <span class="red">※必須入力</span> 
     81                                            </td> 
     82                                        </tr> 
     83                                        <tr class="fs12n"> 
     84                                            <td width="90" bgcolor="#f3f3f3">所属</td> 
     85                                            <td width="337" bgcolor="#ffffff"><!--{if $arrErr.department}--><span class="red"><!--{$arrErr.department}--></span><!--{/if}--><input type="text" name="department" size="30" class="box30" value="<!--{$arrForm.department}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> 
     86                                            </td> 
     87                                        </tr> 
     88                                        <tr class="fs12"> 
     89                                            <td width="90" bgcolor="#f3f3f3">ログインID</td> 
     90                                            <td width="337" bgcolor="#ffffff"><!--{if $arrErr.login_id}--><span class="red"><!--{$arrErr.login_id}--></span><!--{/if}--><input type="text" name="login_id" size="20" class="box20"  value="<!--{$arrForm.login_id}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> <span class="red">※必須入力</span><br /> 
     91                                            ※半角英数字・15文字以内</td> 
     92                                        </tr> 
     93                                        <tr class="fs12"> 
     94                                            <td width="90" bgcolor="#f3f3f3">パスワード</td> 
     95                                            <td width="337" bgcolor="#ffffff"><!--{if $arrErr.password}--><span class="red"><!--{$arrErr.password}--></span><!--{/if}--><input type="password" name="password" size="20" class="box20" value="<!--{$arrForm.password}-->" onfocus="<!--{$tpl_onfocus}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->"/> <span class="red">※必須入力</span><br /> 
     96                                            ※半角英数字・15文字以内</td> 
     97                                        </tr> 
     98                                        <tr class="fs12n"> 
     99                                            <td width="90" bgcolor="#f3f3f3">管理権限</td> 
     100                                            <td width="337" bgcolor="#ffffff"><!--{if $arrErr.authority}--><span class="red"><!--{$arrErr.authority}--></span><!--{/if}--><select name="authority"> 
     101                                            <option value="" >選択してください</option> 
     102                                            <!--{html_options options=$arrAUTHORITY selected=$arrForm.authority}--> 
     103                                            </select> <span class="red">※必須入力</span></td> 
     104                                        </tr> 
     105                                    </table> 
     106 
     107                                    <table width="440" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     108                                        <tr> 
     109                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     110                                            <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="438" height="7" alt=""></td> 
     111                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     112                                        </tr> 
     113                                        <tr> 
     114                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     115                                            <td bgcolor="#e9e7de" align="center"> 
     116                                            <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
     117                                                <tr> 
     118                                                    <td><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" ></td> 
     119                                                </tr> 
     120                                            </table> 
     121                                            </td> 
     122                                            <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     123                                        </tr> 
     124                                        <tr> 
     125                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="440" height="8" alt=""></td> 
     126                                        </tr> 
     127                                    </table> 
     128                                </td> 
     129                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     130                            </tr> 
     131                            <tr> 
     132                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="470" height="14" alt=""></td> 
     133                            </tr> 
     134                            <tr><td height="30"></td></tr> 
     135                        </table> 
     136                    </td> 
     137                </tr> 
     138                <!--メインエリア--> 
     139            </table> 
     140            <!--▲登録テーブルここまで--> 
     141        </td> 
     142    </tr> 
    144143</form> 
    145144</table> 
Note: See TracChangeset for help on using the changeset viewer.