Revision 15079,
1.4 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 | <hr>
|
---|
11 |
|
---|
12 | <!--{$tpl_name|escape}-->様<br>
|
---|
13 | いつもご利用いただきありがとうございます。ご使用の携帯電話のメールアドレスをご登録下さい。<br>
|
---|
14 |
|
---|
15 | <br>
|
---|
16 |
|
---|
17 | <!--{assign var=key value='email_mobile'}-->
|
---|
18 | <!--{if @$tpl_kara_mail_to != ''}-->
|
---|
19 | <font color="#ff0000"><!--{$arrErr[$key]|default:''}--></font>
|
---|
20 | 次のリンクをクリックして空メールを送信してください。<br>
|
---|
21 | <center><a href="mailto:<!--{$tpl_kara_mail_to|escape:'url'}-->">メール送信</a></center>
|
---|
22 | <!--{else}-->
|
---|
23 | <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
|
---|
24 | ▼メールアドレス<br>
|
---|
25 | <font color="#ff0000"><!--{$arrErr[$key]|default:''}--></font>
|
---|
26 | <input type="text" name="email_mobile" value="<!--{$arrForm[$key].value|escape}-->" size="40" maxlength="<!--{$arrForm[$key].length}-->" istyle="3"><br>
|
---|
27 | <center><input type="submit" value="送信"></center>
|
---|
28 | </form>
|
---|
29 | <!--{/if}-->
|
---|
30 |
|
---|
31 | <br>
|
---|
32 | <hr>
|
---|
33 |
|
---|
34 | <a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
|
---|
35 | <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
|
---|
36 |
|
---|
37 | <br>
|
---|
38 |
|
---|
39 | <!-- ▼フッター ここから -->
|
---|
40 | <!--{include file='footer.tpl'}-->
|
---|
41 | <!-- ▲フッター ここまで -->
|
---|
Note: See
TracBrowser
for help on using the repository browser.