Index: branches/dev/html/mobile/nonmember/deliv.php
===================================================================
--- branches/dev/html/mobile/nonmember/deliv.php	(revision 12863)
+++ branches/dev/html/mobile/nonmember/deliv.php	(revision 12864)
@@ -37,4 +37,9 @@
 $objFormParam->setParam($_POST);            // POSTÃÍ¤Î¼èÆÀ
 
+$uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess);
+// ¥æ¥Ë¡¼¥¯ID¤ò°ú¤­·Ñ¤°
+$objPage->tpl_uniqid = $uniqid;
+
+if(!empty($_POST["mode2"])){
 if ($_POST["mode2"] == "deliv") {
             
@@ -74,6 +79,14 @@
         // ¥¨¥é¡¼¤òÊÖ¤¹
         $arrErr['deli'] = '¢¨ ¤ªÆÏ¤±Àè¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£';
-    }
-         }
+            }
+        }
+    }elseif(!empty($_POST["mode"]) && $_POST["mode"]=="deliv_date"){
+            print($objPage->tpl_uniqid);
+            $objPage->tpl_mainpage = 'nonmember/nonmember_deliv.tpl';
+            $objPage->tpl_title = '¤ªÆÏ¤±Àè¾ðÊó';
+            //objPage¤Î¾ðÊó¤òobjView¤Ë³ÊÇ¼
+            $objView->assignobj($objPage);
+            $objView->display(SITE_FRAME);
+    }
 
 //ÆþÎÏ¤µ¤ì¤¿¾ðÊó¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_order_temp¤Ë³ÊÇ¼¤¹¤ë
