Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 1612)
+++ temp/trunk/html/admin/products/index.php	(revision 1613)
@@ -1,7 +1,7 @@
 <?php
 
-//require_once("../../require.php");
-//require_once("./index_csv.php");
-require_once("../../require2.php");
+require_once("../../require.php");
+require_once("./index_csv.php");
+//require_once("../../require2.php");
 
 class LC_Page {
@@ -11,6 +11,6 @@
 	var $arrPageMax;
 	function LC_Page() {
-//		$this->tpl_mainpage = 'products/index.tpl';
-		$this->tpl_mainpage="products/test.tpl";
+		$this->tpl_mainpage = 'products/index.tpl';
+//		$this->tpl_mainpage="products/test.tpl";
 //		$this->tpl_mainpage = 'order/index.tpl';
 
@@ -20,5 +20,5 @@
 		$this->tpl_pager = ROOT_DIR . 'data/Smarty/templates/admin/pager.tpl';
 		$this->tpl_subtitle = '¾¦ÉÊ¥Þ¥¹¥¿';
-		/*
+
 		global $arrPageMax;
 		$this->arrPageMax = $arrPageMax;
@@ -29,5 +29,5 @@
 		global $arrPRODUCTSTATUS_COLOR;
 		$this->arrPRODUCTSTATUS_COLOR = $arrPRODUCTSTATUS_COLOR;
-		*/
+
 	}
 }
@@ -36,7 +36,7 @@
 $objView = new SC_AdminView();
 $objSess = new SC_Session();
-//$objDate = new SC_Date();
-
-/*
+$objDate = new SC_Date();
+
+
 // ÅÐÏ¿¡¦¹¹¿·¸¡º÷³«»ÏÇ¯
 $objDate->setStartYear(RELEASE_YEAR);
@@ -222,5 +222,4 @@
 			// ÆÉ¤ß¹þ¤àÎó¤È¥Æ¡¼¥Ö¥ë¤Î»ØÄê
 			$col = "product_id, name, category_id, main_list_image, status, product_code, price01, price02, stock, stock_unlimited";
-//			$col = "'a'";
 			$from = "vw_products_nonclass";
 
@@ -257,9 +256,9 @@
 			// ¸¡º÷·ë²Ì¤Î¼èÆÀ
 			$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
-			$arrProducts = $objQuery->select($col, $from, $where, $arrval);
-			
-			$objPage->arrTest = $arrProducts;
-			
-			$objPage->tpl_mainpage="products/test.tpl";
+//			$arrProducts = $objQuery->select($col, $from, $where, $arrval);
+			
+//			$objPage->arrTest = $arrProducts;
+			
+//			$objPage->tpl_mainpage="products/test.tpl";
 
 			break;
@@ -267,5 +266,5 @@
 	}
 }
-*/
+/*
 $arrProducts = Array
 (
@@ -412,10 +411,10 @@
 
 $objPage->arrProducts = $arrProducts;
-/*
+*/
 
 // ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ
 $objPage->arrCatList = sfGetCategoryList();
 $objPage->arrCatIDName = lfGetIDName($objPage->arrCatList);
-*/
+
 // ²èÌÌ¤ÎÉ½¼¨
 $objView->assignobj($objPage);
@@ -423,5 +422,5 @@
 
 //---------------------------------------------------------------------------------------------------------------------------------------------------------
-/*
+
 // ¼èÆÀÊ¸»úÎó¤ÎÊÑ´¹ 
 function lfConvertParam() {
@@ -433,5 +432,5 @@
 	 *	V :  ÂùÅÀÉÕ¤­¤ÎÊ¸»ú¤ò°ìÊ¸»ú¤ËÊÑ´¹¡£"K","H"¤È¶¦¤Ë»ÈÍÑ¤·¤Þ¤¹	
 	 *	n :  ¡ÖÁ´³Ñ¡×¿ô»ú¤ò¡ÖÈ¾³Ñ(ÊÝ¶¸)¡×¤ËÊÑ´¹
-	 *//*
+	 */
 	$arrConvList['search_name'] = "KVa";
 	$arrConvList['search_product_code'] = "KVa";
@@ -445,5 +444,4 @@
 	}
 }
-/*
 
 // ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
@@ -485,4 +483,4 @@
 	return $arrRet;
 }
-*/
+
 ?>
