¡ù¥¹¥¡¼¥¦¥¨¥¢NOW ON SALE¡ª¡ª¡ù¡ú£²¥Ô¡¼¥¹¾å²¼¥¹¡¼¥Ä¡ú ¡Ú¥¨¥¡¥¦¥©¡¼¥¯¡ÛÍÄ»ùÍÑ¥¦¥¨¥¢AWT¡¾5524¡¡¥Ô¥ó¥¯¡ÊÅí¿§¡Ë¥µ¥¤¥º¡§100¡¦110¡¦120
²Æì»º¥¹¥Ê¥Ã¥¯¥Ñ¥¤¥ó1¶Ì¡Ê500g¡Á800g¡Ë N¡Ý95£Ä23L/C3
technorati RobotReplay 2004/09/30¤«¤é º£Æü¡§ ºòÆü¡§ ºÇ¶á¤Î¥Ä¥Ã¥³¥ß10ȯ |
2008-03-13 EC-CUBE¹¹¿·ÆâÍÆ [ĹǯÆüµ]_ [EC-CUBE] 2008-3-13¹¹¿·ÆâÍÆ1°ÊÁ°¥³¥ß¥Ã¥È¤·¤¿PHP5¤Îfgetcsv()´Ø¿ô¤¬¥í¥±¡¼¥ë¤Ë°Í¸¤¹¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤¿¤á¡¢
Date: 2008-03-13 10:01:43 +0900 (Thu, 13 Mar 2008)
New Revision: 24
Modified:
eccube2/trunk/data/class/SC_Initial.php
eccube2/trunk/data/mtb_constants_init.php
eccube2/trunk/html/install/sql/insert_data.sql
Log:
auto commit
Modified: eccube2/trunk/data/class/SC_Initial.php
===================================================================
--- eccube2/trunk/data/class/SC_Initial.php 2008-03-12 13:01:28 UTC (rev 23)
+++ eccube2/trunk/data/class/SC_Initial.php 2008-03-13 01:01:43 UTC (rev 24)
@@ -25,7 +25,7 @@
* ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î½é´üÀßÄꥯ¥é¥¹.
*
* @author LOCKON CO.,LTD.
- * @version $Id: SC_Initial.php 17059 2008-02-15 12:13:21Z satou $
+ * @version $Id: SC_Initial.php 17145 2008-03-13 00:49:14Z adachi $
*/
class SC_Initial {
@@ -118,6 +118,8 @@
ini_set("mbstring.internal_encoding", CHAR_CODE);
ini_set("mbstring.detect_order", "auto");
ini_set("mbstring.substitute_character", "none");
+ //¥í¥±¡¼¥ë¤òÌÀ¼¨Åª¤ËÀßÄê
+ setlocale(LC_ALL, LOCALE);
}
/**
Modified: eccube2/trunk/data/mtb_constants_init.php
===================================================================
--- eccube2/trunk/data/mtb_constants_init.php 2008-03-12 13:01:28 UTC (rev 23)
+++ eccube2/trunk/data/mtb_constants_init.php 2008-03-13 01:01:43 UTC (rev 24)
@@ -67,6 +67,8 @@
define('CREDIT_HTTP_ANALYZE_URL', CREDIT_HTTP_DOMAIN . CREDIT_HTTP_ANALYZE_PROGRAM);
/** ʸ»ú¥³¡¼¥É */
define('CHAR_CODE', "UTF-8");
+/** ¥í¥±¡¼¥ëÀßÄê */
+define('LOCALE', "ja_JP.UTF-8");
/** ·èºÑ¥â¥¸¥å¡¼¥ëÉÕͿʸ¸À */
define('ECCUBE_PAYMENT', "EC-CUBE");
/** PEAR::DB¤Î¥Ç¥Ð¥Ã¥°¥â¡¼¥É */
Modified: eccube2/trunk/html/install/sql/insert_data.sql
===================================================================
--- eccube2/trunk/html/install/sql/insert_data.sql 2008-03-12 13:01:28 UTC (rev 23)
+++ eccube2/trunk/html/install/sql/insert_data.sql 2008-03-13 01:01:43 UTC (rev 24)
@@ -802,6 +802,7 @@
INSERT INTO mtb_constants VALUES ('CREDIT_HTTP_ANALYZE_PROGRAM','"rcv_credit.php"',37,'·èºÑ¼õ¿®ÍÑURL');
INSERT INTO mtb_constants VALUES ('CREDIT_HTTP_ANALYZE_URL','CREDIT_HTTP_DOMAIN . CREDIT_HTTP_ANALYZE_PROGRAM',38,'·èºÑ¼õ¿®ÍÑURL');
INSERT INTO mtb_constants VALUES ('CHAR_CODE','"UTF-8"',39,'ʸ»ú¥³¡¼¥É');
+INSERT INTO mtb_constants VALUES ('LOCALE','"ja_JP.UTF-8"',40,'¥í¥±¡¼¥ëÀßÄê');
INSERT INTO mtb_constants VALUES ('ECCUBE_PAYMENT','"EC-CUBE"',41,'·èºÑ¥â¥¸¥å¡¼¥ëÉÕͿʸ¸À');
INSERT INTO mtb_constants VALUES ('PEAR_DB_DEBUG','9',42,'PEAR::DB¤Î¥Ç¥Ð¥Ã¥°¥â¡¼¥É');
INSERT INTO mtb_constants VALUES ('LOAD_BATCH_PASS','3600',43,'¥Ð¥Ã¥Á¤ò¼Â¹Ô¤¹¤ëºÇû¤Î´Ö³Ö(ÉÃ)');
_ [EC-CUBE] 2008-3-13¹¹¿·ÆâÍÆ2¥«¥Æ¥´¥ê¥Ö¥í¥Ã¥¯Éôʬ¤Î½¤ÀµÆâÍÆ
Date: 2008-03-13 12:01:35 +0900 (Thu, 13 Mar 2008)
New Revision: 25
Modified:
eccube2/trunk/data/Smarty/templates/default/bloc/category.tpl
eccube2/trunk/data/class/SC_Initial.php
eccube2/trunk/data/include/module.inc
eccube2/trunk/html/install/index.php
eccube2/trunk/html/user_data/packages/default/css/main.css
Log:
auto commit
Modified: eccube2/trunk/data/Smarty/templates/default/bloc/category.tpl
===================================================================
--- eccube2/trunk/data/Smarty/templates/default/bloc/category.tpl 2008-03-13 01:01:43 UTC (rev 24)
+++ eccube2/trunk/data/Smarty/templates/default/bloc/category.tpl 2008-03-13 03:01:35 UTC (rev 25)
@@ -24,61 +24,42 @@
<img src="<!--{$TPL_DIR}-->/img/side/title_cat.jpg" width="166" height="35" alt="¾¦ÉÊ¥«¥Æ¥´¥ê¡¼" />
</h2>
<div id="categoryarea">
+ <ul id="categorytree">
+ <!--{assign var=preLev value=1}-->
+ <!--{assign var=firstdone value=0}-->
<!--{section name=cnt loop=$arrTree}-->
-
- <!--{* ³¬Áؤò level ¤Ø *}-->
- <!--{assign var=level value="`$arrTree[cnt].level`}-->
-
- <!--{* ºÇ¾å°Ì³¬ÁؤΥꥹ¥È½ªÎ»¥¿¥° *}-->
- <!--{if $level == 1 && !$smarty.section.cnt.first}-->
- </dl>
+ <!--{* ɽ¼¨¥Õ¥é¥°¤¬TRUE¤Ê¤éɽ¼¨ *}-->
+ <!--{if $arrTree[cnt].display == 1}-->
+ <!--{assign var=level value=`$arrTree[cnt].level`}-->
+ <!--{assign var=levdiff value=`$level-$preLev`}-->
+ <!--{if $levdiff > 0}-->
+ <ul>
+ <!--{elseif $levdiff == 0 && $firstdone == 1}-->
+ </li>
+ <!--{elseif $levdiff < 0}-->
+ <!--{section name=d loop=`$levdiff*-1`}-->
+ </li>
+ </ul>
+ <!--{/section}-->
+ </li>
<!--{/if}-->
-
- <!--{* ¥«¥Æ¥´¥ê̾¤ò disp_name ¤Ø *}-->
- <!--{assign var=disp_name value="`$arrTree[cnt].category_name`"}-->
-
- <!--{* ɽ¼¨¥«¥Æ¥´¥ê¤Î¤ß *}-->
- <!--{if $arrTree[cnt].display == 1}-->
-
- <!--{* ÁªÂò¤·¤¿¥«¥Æ¥´¥ê *}-->
- <!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) || in_array($arrTree[cnt].category_id, $root_parent_id)}-->
- <!--{if $level == 1}-->
- <dl><dt class="onmark">
- <!--{else}-->
- <dd>
- <!--{/if}-->
-
- <!--{* ̤ÁªÂò¥«¥Æ¥´¥ê *}-->
- <!--{else}-->
- <!--{if $level == 1}-->
- <dl><dt>
- <!--{else}-->
- <dd>
- <!--{/if}-->
- <!--{/if}-->
-
- <!--{* ÁªÂò¤·¤¿¥«¥Æ¥´¥ê *}-->
- <!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }-->
- <a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->" class="onlink"><!--{$disp_name|sfCutString:20|escape}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a>
-
- <!--{* ̤ÁªÂò¥«¥Æ¥´¥ê *}-->
- <!--{else}-->
- <a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->"><!--{$disp_name|sfCutString:20|escape}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a>
- <!--{/if}-->
-
- <!--{if $level == 1}-->
- </dt>
- <!--{else}-->
- </dd>
- <!--{/if}-->
-
+ <li class="level<!--{$level}--><!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }--> onmark<!--{/if}-->"><a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->"<!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }--> class="onlink"<!--{/if}-->><!--{$arrTree[cnt].category_name|escape}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a>
+ <!--{if $firstdone == 0}--><!--{assign var=firstdone value=1}--><!--{/if}-->
+ <!--{assign var=preLev value=`$level`}-->
+ <!--{/if}-->
+ <!--{* ¥»¥¯¥·¥ç¥ó¤ÎºÇ¸å¤ËÊĤ¸¥¿¥°¤òÄɲà *}-->
+ <!--{if $smarty.section.cnt.last}-->
+ <!--{if $preLev-1 > 0 }-->
+ <!--{section name=d loop=`$preLev-1`}-->
+ </li>
+ </ul>
+ <!--{/section}-->
+ </li>
+ <!--{else}-->
+ </li>
<!--{/if}-->
-
- <!--{* ºÇ¸å¤ËÊĤ¸¤ë¥ê¥¹¥È½ªÎ»¥¿¥° *}-->
- <!--{if $smarty.section.cnt.last}-->
- </dl>
- <!--{/if}-->
-
- <!--{/section}-->
+ <!--{/if}-->
+ <!--{/section}-->
+ </ul>
</div>
<!--¾¦ÉÊ¥«¥Æ¥´¥ê¡¼¤³¤³¤Þ¤Ç-->
Modified: eccube2/trunk/data/class/SC_Initial.php
===================================================================
--- eccube2/trunk/data/class/SC_Initial.php 2008-03-13 01:01:43 UTC (rev 24)
+++ eccube2/trunk/data/class/SC_Initial.php 2008-03-13 03:01:35 UTC (rev 25)
@@ -25,7 +25,7 @@
* ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î½é´üÀßÄꥯ¥é¥¹.
*
* @author LOCKON CO.,LTD.
- * @version $Id: SC_Initial.php 17145 2008-03-13 00:49:14Z adachi $
+ * @version $Id: SC_Initial.php 17148 2008-03-13 03:06:20Z adachi $
*/
class SC_Initial {
@@ -37,7 +37,7 @@
function SC_Initial() {
/** EC-CUBE¤Î¥Ð¡¼¥¸¥ç¥ó */
- define('ECCUBE_VERSION', "2.1.0-beta");
+ define('ECCUBE_VERSION', "2.1.1-beta");
}
// }}}
Modified: eccube2/trunk/data/include/module.inc
===================================================================
--- eccube2/trunk/data/include/module.inc 2008-03-13 01:01:43 UTC (rev 24)
+++ eccube2/trunk/data/include/module.inc 2008-03-13 03:01:35 UTC (rev 25)
@@ -21,7 +21,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-if (!defined('ECCUBE_INSTALL')) {
+if (!defined('ECCUBE_INSTALL')
+ || preg_match('|install/index.php|', $_SERVER['PHP_SELF'])) {
+
return;
}
Modified: eccube2/trunk/html/install/index.php
===================================================================
--- eccube2/trunk/html/install/index.php 2008-03-13 01:01:43 UTC (rev 24)
+++ eccube2/trunk/html/install/index.php 2008-03-13 03:01:35 UTC (rev 25)
@@ -27,20 +27,16 @@
define("INSTALL_LOG", "./temp/install.log");
ini_set("max_execution_time", 300);
-class LC_Page {
- function LC_Page() {
- $this->arrDB_TYPE = array(
- 'pgsql' => 'PostgreSQL',
- 'mysql' => 'MySQL'
- );
- $this->arrDB_PORT = array(
- 'pgsql' => '',
- 'mysql' => ''
- );
- }
-}
+$objPage = new StdClass;
+$objPage->arrDB_TYPE = array(
+ 'pgsql' => 'PostgreSQL',
+ 'mysql' => 'MySQL'
+);
+$objPage->arrDB_PORT = array(
+ 'pgsql' => '',
+ 'mysql' => ''
+);
-$objPage = new LC_Page();
$objDb = new SC_Helper_DB_Ex();
// ¥Æ¥ó¥×¥ì¡¼¥È¥³¥ó¥Ñ¥¤¥ë¥Ç¥£¥ì¥¯¥È¥ê¤Î½ñ¹þ¤ß¸¢¸Â¥Á¥§¥Ã¥¯
@@ -844,7 +840,7 @@
if (!ereg("/$", $data_path)) {
$data_path = $data_path . "/";
}
-
+
$filepath = $data_path . "install.php";
$config_data =
Modified: eccube2/trunk/html/user_data/packages/default/css/main.css
===================================================================
--- eccube2/trunk/html/user_data/packages/default/css/main.css 2008-03-13 01:01:43 UTC (rev 24)
+++ eccube2/trunk/html/user_data/packages/default/css/main.css 2008-03-13 03:01:35 UTC (rev 25)
@@ -234,35 +234,27 @@
----------------------------------------------- */
div#categoryarea {
width: 144px;
- padding: 0 10px;
+ padding: 10px;
border: solid 1px #ccc;
background-color: #fff1e3;
}
-div#categoryarea dl {
- padding: 10px 0;
- background: url("../img/side/line_146.gif") no-repeat bottom;
+div#categoryarea li {
+ padding: 0 0 0 20px;
+ background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
}
-
-div#categoryarea dl.end {
- padding: 10px 0;
- background: url("") no-repeat bottom;
+div#categoryarea li.onmark {
+ background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
}
-
-div#categoryarea dl dt {
- padding: 0 0 0 20px;
+div#categoryarea li.level1 {
font-weight: bold;
- background: url("../img/common/arrow_blue.gif") no-repeat;
}
-
-div#categoryarea dl dt.onmark {
- padding: 0 0 0 20px;
- font-weight: bold;
- background: url("../img/common/arrow_red.gif") no-repeat;
+div#categoryarea li.level1 li {
+ font-weight: normal;
}
-
-div#categoryarea dl dd {
- padding: 0 0 0 20px;
+div#categoryarea li a {
+ display: block;
+ padding: 3px 0;
}
a.onlink { text-decoration: underline; }
_ [EC-CUBE] 2008-3-13¹¹¿·ÆâÍÆ3ľ¤Ë²ñ°÷ÅÐÏ¿¥Ú¡¼¥¸¤ËÁ«°Ü¤·¤¿¾ì¹ç¤Î¥¨¥é¡¼½èÍý
Date: 2008-03-13 16:01:52 +0900 (Thu, 13 Mar 2008)
New Revision: 26
Modified:
eccube2/trunk/data/class/pages/entry/LC_Page_Entry.php
Log:
auto commit
Modified: eccube2/trunk/data/class/pages/entry/LC_Page_Entry.php
===================================================================
--- eccube2/trunk/data/class/pages/entry/LC_Page_Entry.php 2008-03-13 03:01:35 UTC (rev 25)
+++ eccube2/trunk/data/class/pages/entry/LC_Page_Entry.php 2008-03-13 07:01:52 UTC (rev 26)
@@ -74,7 +74,7 @@
$objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now")));
// µ¬Ìó¥Ú¡¼¥¸¤«¤é¤ÎÁ«°Ü¤Ç¤Ê¤±¤ì¤Ð¥¨¥é¡¼²èÌ̤ØÁ«°Ü¤¹¤ë
- if (empty($_POST) && basename($_SERVER['HTTP_REFERER']) != 'kiyaku.php') {
+ if (empty($_POST) && !preg_match('/kiyaku.php/', basename($_SERVER['HTTP_REFERER']))) {
SC_Utils_Ex::sfDispSiteError(PAGE_ERROR, "", true);
}
_ [EC-CUBE] EC-CUBE 2.1.1¦ÂÈǤò¥ê¥ê¡¼¥¹¥³¥ß¥Ã¥È¤·¤¿¡Ö¥«¥ì¥ó¥À¡¼¥Ö¥í¥Ã¥¯¤òÄɲáס¢¡ÖPHP5¤Ç ¾¦ÉÊ CSV ÅÐÏ¿¤Ç¤¤Ê¤¤ÉÔ¶ñ¹ç¤Î½¤Àµ¡×¤¬¼è¤ê¹þ¤Þ¤ì¤¿EC-CUBE 2.1.1¦ÂÈǤ¬¥ê¥ê¡¼¥¹¤µ¤ì¤Þ¤·¤¿¡£EC-CUBE 2.1.1¦ÂÈǤò¥ê¥ê¡¼¥¹Ãפ·¤Þ¤·¤¿¡£¡Ê2008/03/13¡Ë
[]
|
Êóïèèíòåðíåò-ìàãàçèíå WWW.KIRA-MEBEL.RU 3 ìåöà íàçàäèâàïîëó÷èãàðàíòèþ 12 ìå ¥Í äòüæâñõîðîøî.Ñïóñ íåäåëþ îòâàëèëñðîëèê¬ âûåçäíîé ìåõàíèçì çàêëèíèë. Ïðèøëîñü ïîêóïàòü íà ñòðîèòåëüíîì ðûíêìåòü ñàìîìó. èâöþúçòúêî, äýêéèïüë øçõàíèçì ñòàë ðâàòûþêîæçàì íà ïîäëîêîòíèêàõ® Ïðîìèñûþñèäåíèðóêàìè ÷óâñòâîâàëèñûþïðóæèíû® ×àøà òåðïåí ìå ïåðåïîëíèëàñûþ, ïîçâîíèë íà ñàéò üãúåðí ñâîå íåäîâîëüñòâî. Íà ïðîòåíèè 2 íåäåëü ìíîòâå÷àëè =ìû âàïåðåçâîíèì, ïîäúåäèì. Áëâíáëâí ¥Øàùàí þêñàòü ïèñüìà , áåîòâåòîâ® Íî ïîñëòîãî êàíà÷àúâîäàïðäàôüÃþð âñåì òåëåôîíàñàéòà® êîíå÷íîì èòîãîíìíñêàçàëèº ÷òíå ïðàâèëüíåãýêñïëàòèðîâàîòâå÷àëè äàëüíåéøåì ãðóáîé ôîðìå® Òèïà, ÷òÂû õîòåëè çà 15 000 ðó- âå÷íûé äèâà! ¥Þüôüî ýòîò äèâàðàçáîëòàëñ áîêîâîêðåïåæ îòâàëèëñ÷òîáíå íåðâíè÷àòü, åãòóïî îòäàñîñå ¥Þüúêí ìàãàçèêóïèîôèãåííûäèâàí¬ ïóñòûþïîäîðîæå , íî êà÷åñòâåííûé. Òà÷ò: íå ýêîíîìüò, òî äàëüíåéøåì ïîòðàòèòáîëüøå íåðâîâ.