Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/login.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/login.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/login.tpl	(revision 19959)
@@ -25,30 +25,26 @@
 <hr>
 
-<!--▼CONTENTS-->
-<form name="login_mypage" id="login_mypage" method="post" action="./<!--{$smarty.const.DIR_INDEX_URL}-->">
+<form name="member_form" id="member_form" method="post" action="./login_check.php">
 	<input type="hidden" name="mode" value="login" >
 <!--{if !$tpl_valid_phone_id}-->
-	▼メールアドレス<br>
-	<!--{assign var=key value="login_email"}-->
+	●メールアドレス<br>
+    <!--{assign var=key value="mypage_login_email"}-->
 	<font color="#FF0000"><!--{$arrErr[$key]}--></font>
-	<input type="text" name="<!--{$key}-->" value="<!--{$login_email|h}-->" 
-		size="40" istyle="3"><br>
+    <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email|h}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
 <!--{else}-->
-	<input type="hidden" name="login_email" value="dummy">
+	<input type="hidden" name="mypage_login_email" value="dummy">
 <!--{/if}-->
-	▼パスワード<br>
-	<!--{assign var=key value="login_pass"}--><font color="#FF0000"><!--{$arrErr[$key]}--></font>
-	<input type="password" name="<!--{$key}-->" size="40" istyle="3"><br>
+	●パスワード<br>
+    <!--{assign var=key value="mypage_login_pass"}-->
+    <font color="#FF0000"><!--{$arrErr[$key]}--></font>
+    <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
 	<center><input type="submit" value="送信" name="log"></center><br>
-	<a href="<!--{$smarty.const.MOBILE_URLPATH}-->forgot/<!--{$smarty.const.DIR_INDEX_URL}-->">パスワードをお忘れの方はこちら</a><br>
+	<a href="<!--{$smarty.const.MOBILE_HTTPS_URL}-->forgot/<!--{$smarty.const.DIR_INDEX_URL}-->">パスワードをお忘れの方はこちら</a><br>
 </form>
-<!--▲CONTENTS-->
 
-<br>
 <hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
+会員登録をすると便利なMyページをご利用いただけます。<br>
+また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。<br>
+<center><a href="../entry/kiyaku.php">会員登録</a></center>
 <br>
 
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/mail_view.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/mail_view.tpl	(revision 19959)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/mail_view.tpl	(revision 19959)
@@ -0,0 +1,5 @@
+件名：<!--{$tpl_subject|h}-->
+<hr>
+<!--{$tpl_body|h|nl2br}-->
+<br>
+<br>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	(revision 19959)
@@ -25,27 +25,106 @@
 <hr>
 
-<!--{section name=cnt loop=$arrOrder}-->
-	■<!--{$arrOrder[cnt].create_date|sfDispDBDate}--><br>
-	注文番号:<!--{$arrOrder[cnt].order_id}--><br>
-	<!--{assign var=payment_id value="`$arrOrder[cnt].payment_id`"}-->
-	合計金額:<!--{$arrOrder[cnt].payment_total|number_format}-->円<br>
+購入日時：<!--{$arrDisp.create_date|sfDispDBDate}--><br />
+注文番号：<!--{$arrDisp.order_id}--><br />
+お支払い方法：<!--{$arrPayment[$arrDisp.payment_id]|h}-->
+<!--{if $arrDisp.deliv_time_id != ""}--><br />
+お届け時間：<!--{$arrDelivTime[$arrDisp.deliv_time_id]|h}-->
+<!--{/if}-->
+<!--{if $arrDisp.deliv_date != ""}--><br />
+お届け日：<!--{$arrDisp.deliv_date|h}-->
+<!--{/if}-->
 
-	<div align="center">
-	<form name="form1" method="post" action="history_detail.php">
-		<input type="hidden" name="order_id" value="<!--{$arrOrder[cnt].order_id}-->">
-		<input type="submit" name="submit" value="詳細を見る">
-	</form>
-	</div>
-	<br>
-<!--{/section}-->
+<form action="order.php" method="post">
+<input type="hidden" name="order_id" value="<!--{$arrDisp.order_id}-->">
+<input type="submit" name="submit" value="再注文">
+</form>
+
+■購入商品詳細<br>
+<!--{foreach from=$tpl_arrOrderDetail item=orderDetail}-->
+<hr>
+商品コード：<!--{$orderDetail.product_code|h}--><br>
+商品名：<a<!--{if $orderDetail.enable}--> href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$orderDetail.product_id|u}-->"<!--{/if}-->><!--{$orderDetail.product_name|h}--></a><br>
+商品種別：
+<!--{ if $orderDetail.product_type_id == PRODUCT_TYPE_DOWNLOAD}-->
+<!--{ if $orderDetail.price == "0" || ( $orderDetail.status >= "4" && $orderDetail.effective == "1" )}-->
+<a target="_self" href="<!--{$smarty.const.URL_PATH}-->mypage/download.php?order_id=<!--{$arrDisp.order_id}-->&product_id=<!--{$orderDetail.product_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a><br>
+<!--{ elseif $orderDetail.payment_date == "" || $orderDetail.status < "4"}-->
+ダウンロード商品<br>（入金確認中）<br>
+<!--{ elseif $orderDetail.effective != "1"}-->
+ダウンロード商品<br>（期限切れ）<br>
+<!--{ /if }-->
+<!--{ else if $orderDetail.product_type_id == PRODUCT_TYPE_NORMAL}-->
+通常商品<br>
+<!--{ /if }-->
+単価：
+<!--{assign var=price value=`$orderDetail.price`}-->
+<!--{assign var=quantity value=`$orderDetail.quantity`}-->
+<!--{$price|number_format|h}-->円<br>
+数量：<!--{$quantity|h}--><br>
+小計：<!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円<br>
+<!--{/foreach}-->
+<hr>
+小計：<!--{$arrDisp.subtotal|number_format}-->円<br>
+<!--{assign var=point_discount value="`$arrDisp.use_point*$smarty.const.POINT_VALUE`"}-->
+<!--{if $point_discount > 0}-->
+ポイント値引き：<!--{$point_discount|number_format}-->円<br>
+<!--{/if}-->
+<!--{assign var=key value="discount"}-->
+<!--{if $arrDisp[$key] != "" && $arrDisp[$key] > 0}-->
+値引き：<!--{$arrDisp[$key]|number_format}-->円<br>
+<!--{/if}-->
+送料：<!--{assign var=key value="deliv_fee"}--><!--{$arrDisp[$key]|number_format|h}-->円<br>
+手数料：
+<!--{assign var=key value="charge"}-->
+<!--{$arrDisp[$key]|number_format|h}-->円<br>
+合計：<!--{$arrDisp.payment_total|number_format}-->円<br>
+<hr>
+<!-- 使用ポイントここから -->
+<!--{if $smarty.const.USE_POINT !== false}-->
+■使用ポイント<br>
+ご使用ポイント：<!--{assign var=key value="use_point"}--><!--{$arrDisp[$key]|number_format|default:0}--> pt<br>
+今回加算されるポイント：<!--{$arrDisp.add_point|number_format|default:0}--> pt<br>
+<hr>
+<!--{/if}-->
+<!-- 使用ポイントここまで -->
+
+<!--{foreach item=shippingItem name=shippingItem from=$arrShipping}-->
+▼お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--><br>
+<!--{if $isMultiple}-->
+<!--{foreach item=item from=$shippingItem.shipment_item}-->
+商品コード：<!--{$item.product_code|h}--><br>
+商品名：<!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br>
+<!--{if $item.productsClass.classcategory_name1 != ""}-->
+<!--{$item.productsClass.class_name1}-->：<!--{$item.productsClass.classcategory_name1}--><br>
+<!--{/if}-->
+<!--{if $item.productsClass.classcategory_name2 != ""}-->
+<!--{$item.productsClass.class_name2}-->：<!--{$item.productsClass.classcategory_name2}--><br>
+<!--{/if}-->
+単価：<!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円<br>
+数量：<!--{$item.quantity}--><br>
 <br>
-
-<!--{$tpl_strnavi}-->
+<!--{/foreach}-->
+<!--{/if}-->
+●お名前<br>
+<!--{$shippingItem.shipping_name01|h}-->&nbsp;<!--{$shippingItem.shipping_name02|h}--><br>
+●お名前(フリガナ)<br>
+<!--{$shippingItem.shipping_kana01|h}-->&nbsp;<!--{$shippingItem.shipping_kana02|h}--><br>
+●住所<br>
+〒<!--{$shippingItem.shipping_zip01}-->-<!--{$shippingItem.shipping_zip02}--><br>
+<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br>
+●電話番号<br>
+<!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br>
+<!--{/foreach}-->
 
 <hr>
 
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
+■メール配信履歴一覧<br>
+<!--{section name=cnt loop=$arrMailHistory}-->
+<!--{assign var=key value="`$arrMailHistory[cnt].template_id`"}-->
+処理日：<!--{$arrMailHistory[cnt].send_date|sfDispDBDate|h}--><br>
+通知メール：<!--{$arrMAILTEMPLATE[$key]|h}--><br>
+件名：
+<a href="./mail_view.php?send_id=<!--{$arrMailHistory[cnt].send_id}-->"><!--{$arrMailHistory[cnt].subject|h}--></a><br>
+<!--{/section}-->
 <br>
 
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/refusal.tpl	(revision 19959)
@@ -28,6 +28,6 @@
 <div align="center">
 <form action="?" method="post">
-	<input type="submit" name="no" value="いいえ">
-	<input type="submit" name="complete" value="はい">
+    <input type="hidden" name="mode" value="complete">
+	<input type="submit" name="complete" value="退会する">
 </form>
 </div>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl	(revision 19959)
@@ -31,17 +31,36 @@
 <!--{if $smarty.const.USE_POINT !== false}-->
 現在の所持ポイントは「<!--{$CustomerPoint|number_format|default:"0"|h}-->」Ptです。<br>
+<!--{/if}-->
+
+<hr>
+<!--{*<a href="index.php" accesskey="1"><!--{1|numeric_emoji}-->購入履歴</a><br>*}-->
+<a href="change.php" accesskey="2"><!--{2|numeric_emoji}-->登録内容変更</a><br>
+<a href="refusal.php" accesskey="3"><!--{3|numeric_emoji}-->退会</a><br>
+<hr>
+■購入履歴一覧<br>
+<!--{if $tpl_linemax > 0}-->
+    <!--{$tpl_linemax}-->件の購入履歴があります。<br>
+    <!--{section name=cnt loop=$arrOrder}-->
+    <hr>
+        ●購入日時<br>
+        <!--{$arrOrder[cnt].create_date|sfDispDBDate}--><br>
+        ●注文番号<br>
+        <!--{$arrOrder[cnt].order_id}--><br>
+        <!--{assign var=payment_id value="`$arrOrder[cnt].payment_id`"}-->
+        ●お支払い方法<br>
+        <!--{$arrPayment[$payment_id]|h}--><br>
+        ●合計金額<br>
+        <!--{$arrOrder[cnt].payment_total|number_format}-->円<br>
+        <a href="./history.php?order_id=<!--{$arrOrder[cnt].order_id}-->">詳細を見る</a><br>
+    <!--{/section}-->
+    <hr>
+<!--{else}-->
+    購入履歴はありません。<br>
+<!--{/if}-->
+
+<!--{if $tpl_strnavi != ""}-->
+<!--{$tpl_strnavi}-->
 <br>
 <!--{/if}-->
-
-<a href="history.php" accesskey="1"><!--{1|numeric_emoji}-->購入履歴</a><br>
-<a href="change.php" accesskey="2"><!--{2|numeric_emoji}-->登録内容変更</a><br>
-<a href="refusal.php" accesskey="3"><!--{3|numeric_emoji}-->退会</a><br>
-
-<hr>
-
-<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
-<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
-
-<br>
 
 <!-- ▼フッター ここから -->
