Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/Smarty/templates/shopping/index.tpl

    r12157 r15078  
    44 * http://www.lockon.co.jp/ 
    55 *}--> 
    6 <!--¢§CONTENTS--> 
     6<!--CONTENTS--> 
    77<table width="760" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    88    <tr> 
    99        <td align="center" bgcolor="#ffffff"> 
    10         <!--¢§MAIN ONTENTS--> 
     10        <!--MAIN ONTENTS--> 
    1111        <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1212            <tr> 
    13                 <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/title.jpg" width="700" height="40" alt="¥í¥°¥¤¥ó"></td> 
     13                <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/title.jpg" width="700" height="40" alt="ログイン"></td> 
    1414            </tr> 
    1515            <tr><td height="20"></td></tr> 
    1616        </table> 
    17         <!--¢§²ñ°÷ÅÐÏ¿¤¬¤ªºÑ¤ß¤Î¤ªµÒÍÍ--> 
     17        <!--▼会員登録がお済みのお客様--> 
    1818        <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    1919            <tr> 
     
    2626                            <tr><td height="13"></td></tr> 
    2727                            <tr> 
    28                                 <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/member.gif" width="202" height="16" alt="²ñ°÷ÅÐÏ¿¤¬¤ªºÑ¤ß¤Î¤ªµÒÍÍ"></td> 
     28                                <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/member.gif" width="202" height="16" alt="会員登録がお済みのお客様"></td> 
    2929                            </tr> 
    3030                            <tr><td height="20"></td></tr> 
    3131                        </table> 
    32                         <!--¥í¥°¥¤¥ó¤³¤³¤«¤é--> 
     32                        <!--ログインここから--> 
    3333                        <table width="530" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    3434                        <form name="member_form" id="member_form" method="post" action="./deliv.php" onsubmit="return fnCheckLogin('member_form')"> 
    3535                        <input type="hidden" name="mode" value="login"> 
    3636                            <tr> 
    37                                 <td class="fs12">²ñ°÷¤ÎÊý¤Ï¡¢ÅÐÏ¿»þ¤ËÆþÎϤµ¤ì¤¿¥á¡¼¥ë¥¢¥É¥ì¥¹¤È¥Ñ¥¹¥ï¡¼¥É¤Ç¥í¥°¥¤¥ó¤·¤Æ¤¯¤À¤µ¤¤¡£</td> 
     37                                <td class="fs12">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</td> 
    3838                            </tr> 
    3939                            <tr><td height="10"></td></tr> 
     
    4343                                    <tr><td height="20"></td></tr> 
    4444                                    <tr> 
    45                                         <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/mailadress.gif" width="92" height="13" alt="¥á¡¼¥ë¥¢¥É¥ì¥¹"></td> 
     45                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/mailadress.gif" width="92" height="13" alt="メールアドレス"></td> 
    4646                                        <td class="fs12"> 
    4747                                            <!--{assign var=key value="login_email"}--><span class="red"><!--{$arrErr[$key]}--></span> 
     
    5151                                    <tr> 
    5252                                        <td align="right"></td> 
    53                                         <td class="fs10n"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><label for="memory">²ñ°÷¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò¥³¥ó¥Ô¥å¡¼¥¿¡¼¤Ëµ­²±¤µ¤»¤ë</label></td> 
     53                                        <td class="fs10n"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><label for="memory">会員メールアドレスをコンピューターに記憶させる</label></td> 
    5454                                    </tr> 
    5555                                    <tr><td height="10"></td></tr> 
    5656                                    <tr> 
    57                                         <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/password.gif" width="92" height="13" alt="¥Ñ¥¹¥ï¡¼¥É"></td> 
     57                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/password.gif" width="92" height="13" alt="パスワード"></td> 
    5858                                        <td class="fs12"> 
    5959                                            <!--{assign var=key value="login_pass"}--><span class="red"><!--{$arrErr[$key]}--></span> 
     
    6868                            <tr> 
    6969                                <td align="center"> 
    70                                     <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_login.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/login/b_login.gif" width="140" height="30" alt="¥í¥°¥¤¥ó" name="log" id="log" /> 
     70                                    <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_login.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/login/b_login.gif" width="140" height="30" alt="ログイン" name="log" id="log" /> 
    7171                                </td> 
    7272                            </tr> 
    7373                            <tr><td height="15"></td></tr> 
    7474                            <tr> 
    75                                 <td class="fs10">¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤¿Êý¤Ï<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">¤³¤Á¤é</a>¤«¤é¥Ñ¥¹¥ï¡¼¥É¤ÎºÆȯ¹Ô¤ò¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£<br> 
    76                                 ¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò˺¤ì¤¿Êý¤Ï¡¢¤ª¼ê¿ô¤Ç¤¹¤¬¡¢<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">¤ªÌ䤤¹ç¤ï¤»¥Ú¡¼¥¸</a>¤«¤é¤ªÌ䤤¹ç¤ï¤»¤¯¤À¤µ¤¤¡£</td> 
     75                                <td class="fs10">パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br> 
     76                                メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。</td> 
    7777                            </tr> 
    7878                            <tr><td height="20"></td></tr> 
    7979                        </form> 
    8080                        </table> 
    81                         <!--¥í¥°¥¤¥ó¤³¤³¤Þ¤Ç--> 
     81                        <!--ログインここまで--> 
    8282                        </td> 
    8383                    </tr> 
     
    8888            <tr><td height="20"></td></tr> 
    8989        </table> 
    90         <!--¢¥²ñ°÷ÅÐÏ¿¤¬¤ªºÑ¤ß¤Î¤ªµÒÍÍ--> 
    91         <!--¢§¤Þ¤À²ñ°÷ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Ê¤¤¤ªµÒÍÍ--> 
     90        <!--▲会員登録がお済みのお客様--> 
     91        <!--▼まだ会員登録されていないお客様--> 
    9292        <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    9393            <tr> 
     
    100100                            <tr><td height="13"></td></tr> 
    101101                            <tr> 
    102                                 <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/guest.gif" width="247" height="16" alt="¤Þ¤À²ñ°÷ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Ê¤¤¤ªµÒÍÍ"></td> 
     102                                <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様"></td> 
    103103                            </tr> 
    104104                            <tr><td height="20"></td></tr> 
     
    109109                        <input type="hidden" name="mode" value="nonmember"> 
    110110                            <tr> 
    111                                 <td class="fs12">²ñ°÷ÅÐÏ¿¤ò¤¹¤ë¤ÈÊØÍø¤ÊMy¥Ú¡¼¥¸¤ò¤´ÍøÍѤ¤¤¿¤À¤±¤Þ¤¹¡£<br> 
    112                                 ¤Þ¤¿¡¢¥í¥°¥¤¥ó¤¹¤ë¤À¤±¤Ç¡¢Ëè²ó¤ªÌ¾Á°¤ä½»½ê¤Ê¤É¤òÆþÎϤ¹¤ë¤³¤È¤Ê¤¯¥¹¥à¡¼¥º¤Ë¤ªÇ㤤ʪ¤ò¤ª³Ú¤·¤ß¤¤¤¿¤À¤±¤Þ¤¹¡£</td> 
     111                                <td class="fs12">会員登録をすると便利なMyページをご利用いただけます。<br> 
     112                                また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。</td> 
    113113                            </tr> 
    114114                            <tr><td height="10"></td></tr> 
     
    119119                                    <tr> 
    120120                                        <td align="center"> 
    121                                             <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');"><img src="<!--{$smarty.const.URL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="²ñ°÷ÅÐÏ¿¤ò¤¹¤ë" border="0" name="b_gotoentry"></a>¡¡ 
    122                                             <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_buystep_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_buystep.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/login/b_buystep.gif" width="130" height="30" alt="¹ØÆþ¼ê³¤­¤Ø" name="buystep" id="buystep" /> 
     121                                            <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');"><img src="<!--{$smarty.const.URL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry"></a>  
     122                                            <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_buystep_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/b_buystep.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/login/b_buystep.gif" width="130" height="30" alt="購入手続きへ" name="buystep" id="buystep" /> 
    123123                                        </td> 
    124124                                    </tr> 
     
    137137            </tr> 
    138138        </table> 
    139         <!--¢¥¤Þ¤À²ñ°÷ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Ê¤¤¤ªµÒÍÍ--> 
    140         <!--¢¥MAIN ONTENTS--> 
     139        <!--▲まだ会員登録されていないお客様--> 
     140        <!--MAIN ONTENTS--> 
    141141        </td> 
    142142    </tr> 
    143143</table> 
    144 <!--¢¥CONTENTS--> 
     144<!--CONTENTS--> 
Note: See TracChangeset for help on using the changeset viewer.