From 4b9e5021c620178769c6895b918cb9a3dca93e88 Mon Sep 17 00:00:00 2001 From: haneul Date: Wed, 22 Apr 2009 07:57:41 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=EC=A4=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6166 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/blogapi/blogapi.addon.php | 1 + .../{iphone => smartphone}/classes/iphone.class.php | 0 addons/{iphone => smartphone}/conf/info.xml | 4 ++-- addons/{iphone => smartphone}/iphone.addon.php | 0 addons/{iphone => smartphone}/iui/LICENSE.txt | 0 addons/{iphone => smartphone}/iui/backButton.png | Bin addons/{iphone => smartphone}/iui/blueButton.png | Bin addons/{iphone => smartphone}/iui/cancel.png | Bin addons/{iphone => smartphone}/iui/grayButton.png | Bin addons/{iphone => smartphone}/iui/image/next.png | Bin .../{iphone => smartphone}/iui/image/next_New.png | Bin .../{iphone => smartphone}/iui/image/previous.png | Bin .../iui/image/previous_New.png | Bin addons/{iphone => smartphone}/iui/iui.css | 0 addons/{iphone => smartphone}/iui/iui.js | 0 addons/{iphone => smartphone}/iui/iuix.css | 0 addons/{iphone => smartphone}/iui/iuix.js | 0 addons/{iphone => smartphone}/iui/listArrow.png | Bin addons/{iphone => smartphone}/iui/listArrowSel.png | Bin addons/{iphone => smartphone}/iui/listGroup.png | Bin addons/{iphone => smartphone}/iui/loading.gif | Bin addons/{iphone => smartphone}/iui/pinstripes.png | Bin addons/{iphone => smartphone}/iui/selection.png | Bin addons/{iphone => smartphone}/iui/thumb.png | Bin addons/{iphone => smartphone}/iui/toggle.png | Bin addons/{iphone => smartphone}/iui/toggleOn.png | Bin addons/{iphone => smartphone}/iui/toolButton.png | Bin addons/{iphone => smartphone}/iui/toolbar.png | Bin addons/{iphone => smartphone}/iui/whiteButton.png | Bin addons/{iphone => smartphone}/tpl/layout.html | 0 30 files changed, 3 insertions(+), 2 deletions(-) rename addons/{iphone => smartphone}/classes/iphone.class.php (100%) rename addons/{iphone => smartphone}/conf/info.xml (66%) rename addons/{iphone => smartphone}/iphone.addon.php (100%) rename addons/{iphone => smartphone}/iui/LICENSE.txt (100%) rename addons/{iphone => smartphone}/iui/backButton.png (100%) rename addons/{iphone => smartphone}/iui/blueButton.png (100%) rename addons/{iphone => smartphone}/iui/cancel.png (100%) rename addons/{iphone => smartphone}/iui/grayButton.png (100%) rename addons/{iphone => smartphone}/iui/image/next.png (100%) rename addons/{iphone => smartphone}/iui/image/next_New.png (100%) rename addons/{iphone => smartphone}/iui/image/previous.png (100%) rename addons/{iphone => smartphone}/iui/image/previous_New.png (100%) rename addons/{iphone => smartphone}/iui/iui.css (100%) rename addons/{iphone => smartphone}/iui/iui.js (100%) rename addons/{iphone => smartphone}/iui/iuix.css (100%) rename addons/{iphone => smartphone}/iui/iuix.js (100%) rename addons/{iphone => smartphone}/iui/listArrow.png (100%) rename addons/{iphone => smartphone}/iui/listArrowSel.png (100%) rename addons/{iphone => smartphone}/iui/listGroup.png (100%) rename addons/{iphone => smartphone}/iui/loading.gif (100%) rename addons/{iphone => smartphone}/iui/pinstripes.png (100%) rename addons/{iphone => smartphone}/iui/selection.png (100%) rename addons/{iphone => smartphone}/iui/thumb.png (100%) rename addons/{iphone => smartphone}/iui/toggle.png (100%) rename addons/{iphone => smartphone}/iui/toggleOn.png (100%) rename addons/{iphone => smartphone}/iui/toolButton.png (100%) rename addons/{iphone => smartphone}/iui/toolbar.png (100%) rename addons/{iphone => smartphone}/iui/whiteButton.png (100%) rename addons/{iphone => smartphone}/tpl/layout.html (100%) diff --git a/addons/blogapi/blogapi.addon.php b/addons/blogapi/blogapi.addon.php index d864a1d61..09237dd5d 100644 --- a/addons/blogapi/blogapi.addon.php +++ b/addons/blogapi/blogapi.addon.php @@ -243,6 +243,7 @@ } } + debugPrint($obj->content); // 문서 번호 설정 $document_srl = getNextSequence(); diff --git a/addons/iphone/classes/iphone.class.php b/addons/smartphone/classes/iphone.class.php similarity index 100% rename from addons/iphone/classes/iphone.class.php rename to addons/smartphone/classes/iphone.class.php diff --git a/addons/iphone/conf/info.xml b/addons/smartphone/conf/info.xml similarity index 66% rename from addons/iphone/conf/info.xml rename to addons/smartphone/conf/info.xml index 1b59c328a..a894d840e 100644 --- a/addons/iphone/conf/info.xml +++ b/addons/smartphone/conf/info.xml @@ -1,8 +1,8 @@ - IPhone XE 애드온 + SmartphonePhone XE 애드온 - IPhone (touch) 에서 접속시 IPhone에 최적화된 화면을 보여줍니다. + IPhone (touch) 등, smartphone 에서 접속시 최적화된 화면을 보여줍니다. 0.1 2009-04-20 diff --git a/addons/iphone/iphone.addon.php b/addons/smartphone/iphone.addon.php similarity index 100% rename from addons/iphone/iphone.addon.php rename to addons/smartphone/iphone.addon.php diff --git a/addons/iphone/iui/LICENSE.txt b/addons/smartphone/iui/LICENSE.txt similarity index 100% rename from addons/iphone/iui/LICENSE.txt rename to addons/smartphone/iui/LICENSE.txt diff --git a/addons/iphone/iui/backButton.png b/addons/smartphone/iui/backButton.png similarity index 100% rename from addons/iphone/iui/backButton.png rename to addons/smartphone/iui/backButton.png diff --git a/addons/iphone/iui/blueButton.png b/addons/smartphone/iui/blueButton.png similarity index 100% rename from addons/iphone/iui/blueButton.png rename to addons/smartphone/iui/blueButton.png diff --git a/addons/iphone/iui/cancel.png b/addons/smartphone/iui/cancel.png similarity index 100% rename from addons/iphone/iui/cancel.png rename to addons/smartphone/iui/cancel.png diff --git a/addons/iphone/iui/grayButton.png b/addons/smartphone/iui/grayButton.png similarity index 100% rename from addons/iphone/iui/grayButton.png rename to addons/smartphone/iui/grayButton.png diff --git a/addons/iphone/iui/image/next.png b/addons/smartphone/iui/image/next.png similarity index 100% rename from addons/iphone/iui/image/next.png rename to addons/smartphone/iui/image/next.png diff --git a/addons/iphone/iui/image/next_New.png b/addons/smartphone/iui/image/next_New.png similarity index 100% rename from addons/iphone/iui/image/next_New.png rename to addons/smartphone/iui/image/next_New.png diff --git a/addons/iphone/iui/image/previous.png b/addons/smartphone/iui/image/previous.png similarity index 100% rename from addons/iphone/iui/image/previous.png rename to addons/smartphone/iui/image/previous.png diff --git a/addons/iphone/iui/image/previous_New.png b/addons/smartphone/iui/image/previous_New.png similarity index 100% rename from addons/iphone/iui/image/previous_New.png rename to addons/smartphone/iui/image/previous_New.png diff --git a/addons/iphone/iui/iui.css b/addons/smartphone/iui/iui.css similarity index 100% rename from addons/iphone/iui/iui.css rename to addons/smartphone/iui/iui.css diff --git a/addons/iphone/iui/iui.js b/addons/smartphone/iui/iui.js similarity index 100% rename from addons/iphone/iui/iui.js rename to addons/smartphone/iui/iui.js diff --git a/addons/iphone/iui/iuix.css b/addons/smartphone/iui/iuix.css similarity index 100% rename from addons/iphone/iui/iuix.css rename to addons/smartphone/iui/iuix.css diff --git a/addons/iphone/iui/iuix.js b/addons/smartphone/iui/iuix.js similarity index 100% rename from addons/iphone/iui/iuix.js rename to addons/smartphone/iui/iuix.js diff --git a/addons/iphone/iui/listArrow.png b/addons/smartphone/iui/listArrow.png similarity index 100% rename from addons/iphone/iui/listArrow.png rename to addons/smartphone/iui/listArrow.png diff --git a/addons/iphone/iui/listArrowSel.png b/addons/smartphone/iui/listArrowSel.png similarity index 100% rename from addons/iphone/iui/listArrowSel.png rename to addons/smartphone/iui/listArrowSel.png diff --git a/addons/iphone/iui/listGroup.png b/addons/smartphone/iui/listGroup.png similarity index 100% rename from addons/iphone/iui/listGroup.png rename to addons/smartphone/iui/listGroup.png diff --git a/addons/iphone/iui/loading.gif b/addons/smartphone/iui/loading.gif similarity index 100% rename from addons/iphone/iui/loading.gif rename to addons/smartphone/iui/loading.gif diff --git a/addons/iphone/iui/pinstripes.png b/addons/smartphone/iui/pinstripes.png similarity index 100% rename from addons/iphone/iui/pinstripes.png rename to addons/smartphone/iui/pinstripes.png diff --git a/addons/iphone/iui/selection.png b/addons/smartphone/iui/selection.png similarity index 100% rename from addons/iphone/iui/selection.png rename to addons/smartphone/iui/selection.png diff --git a/addons/iphone/iui/thumb.png b/addons/smartphone/iui/thumb.png similarity index 100% rename from addons/iphone/iui/thumb.png rename to addons/smartphone/iui/thumb.png diff --git a/addons/iphone/iui/toggle.png b/addons/smartphone/iui/toggle.png similarity index 100% rename from addons/iphone/iui/toggle.png rename to addons/smartphone/iui/toggle.png diff --git a/addons/iphone/iui/toggleOn.png b/addons/smartphone/iui/toggleOn.png similarity index 100% rename from addons/iphone/iui/toggleOn.png rename to addons/smartphone/iui/toggleOn.png diff --git a/addons/iphone/iui/toolButton.png b/addons/smartphone/iui/toolButton.png similarity index 100% rename from addons/iphone/iui/toolButton.png rename to addons/smartphone/iui/toolButton.png diff --git a/addons/iphone/iui/toolbar.png b/addons/smartphone/iui/toolbar.png similarity index 100% rename from addons/iphone/iui/toolbar.png rename to addons/smartphone/iui/toolbar.png diff --git a/addons/iphone/iui/whiteButton.png b/addons/smartphone/iui/whiteButton.png similarity index 100% rename from addons/iphone/iui/whiteButton.png rename to addons/smartphone/iui/whiteButton.png diff --git a/addons/iphone/tpl/layout.html b/addons/smartphone/tpl/layout.html similarity index 100% rename from addons/iphone/tpl/layout.html rename to addons/smartphone/tpl/layout.html