Revision 15079,
1.7 KB
checked in by nanasess, 16 years ago
(diff) |
svn:mime-type application/x-httpd-php; charset=UTF-8 設定
|
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
Line | |
---|
1 | <!--{*
|
---|
2 | /*
|
---|
3 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
|
---|
4 | *
|
---|
5 | * http://www.lockon.co.jp/
|
---|
6 | */
|
---|
7 | *}-->
|
---|
8 | <center>パスワードを忘れた方</center>
|
---|
9 |
|
---|
10 | <font color="#ff0000">※新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</font>
|
---|
11 |
|
---|
12 | <hr>
|
---|
13 |
|
---|
14 | <!--{if $errmsg}-->
|
---|
15 | <font color="#ff0000"><!--{$errmsg}--></font><br>
|
---|
16 | <!--{/if}-->
|
---|
17 |
|
---|
18 | <!--{if @$tpl_kara_mail_to != ''}-->
|
---|
19 | ■ご登録時のメールアドレスからメールを送れる方は、次のリンクをクリックして空メールを送信してください。<br>
|
---|
20 | <center><a href="mailto:<!--{$tpl_kara_mail_to|escape:'url'}-->">メール送信</a></center>
|
---|
21 |
|
---|
22 | <br>
|
---|
23 |
|
---|
24 | ■メールを送れない方は、ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。<br>
|
---|
25 | <!--{else}-->
|
---|
26 | ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。<br>
|
---|
27 | <!--{/if}-->
|
---|
28 |
|
---|
29 | <form action="<!--{$smarty.server.PHP_SELF|escape}-->" method="post">
|
---|
30 | <input type="hidden" name="mode" value="mail_check">
|
---|
31 |
|
---|
32 | メールアドレス:<input type="text" name="email" value="<!--{$tpl_login_email|escape}-->" size="50" istyle="3"><br>
|
---|
33 |
|
---|
34 | <center><input type="submit" value="次へ" name="next"></center>
|
---|
35 | </form>
|
---|
36 |
|
---|
37 | <br>
|
---|
38 | <hr>
|
---|
39 |
|
---|
40 | <a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
|
---|
41 | <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
|
---|
42 |
|
---|
43 | <br>
|
---|
44 |
|
---|
45 | <!-- ▼フッター ここから -->
|
---|
46 | <!--{include file='footer.tpl'}-->
|
---|
47 | <!-- ▲フッター ここまで -->
|
---|
Note: See
TracBrowser
for help on using the repository browser.