Commit d405efcc authored by platyhouse's avatar platyhouse

- encrypted

parent f6e0c226
...@@ -6,6 +6,9 @@ namespace platyFramework; ...@@ -6,6 +6,9 @@ namespace platyFramework;
/** @var string $postUrl */ /** @var string $postUrl */
/** @var string $title */ /** @var string $title */
/** @var string $title_desc */ /** @var string $title_desc */
$ptyapp = $this->config->getConfig("ptyapp");
$appName = $ptyapp->appName;
?> ?>
<script src="<?= $this->request->moduleUrl ?>/ptyadmin/resources/AdminLTE-2.4.5/bower_components/ckeditor/ckeditor.js"></script> <script src="<?= $this->request->moduleUrl ?>/ptyadmin/resources/AdminLTE-2.4.5/bower_components/ckeditor/ckeditor.js"></script>
<!--<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>--> <!--<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>-->
...@@ -50,11 +53,13 @@ namespace platyFramework; ...@@ -50,11 +53,13 @@ namespace platyFramework;
<?= $form->getInput("노출순서", "descId", "", "숫자가 작을수록 우선 노출 됩니다"); ?> <?= $form->getInput("노출순서", "descId", "", "숫자가 작을수록 우선 노출 됩니다"); ?>
<?= $form->getInput("제목", "title"); ?> <?= $form->getInput("제목", "title"); ?>
<?= $form->getFile("이미지", "imageUrl", 0, " onchange='checkUpload(this, 1);'", "모든 파일 첨부는 최대 " . ini_get("post_max_size") . " 까지 가능합니다"); ?> <?= $form->getFile("이미지", "imageUrl", 0, " onchange='checkUpload(this, 1);'", "모든 파일 첨부는 최대 " . ini_get("post_max_size") . " 까지 가능합니다"); ?>
<?= $form->getSelect("최저가상품 노출 여부", "selectLowerPrice", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getSelect("무료 배송 노출 여부", "selectFreeDelivery", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getInput("노출할 상품의 주 카테고리", "selectCategory"); ?> <?= $form->getInput("노출할 상품의 주 카테고리", "selectCategory"); ?>
<?= $form->getInput("노출할 상품의 부 카테고리", "selectCategory2"); ?> <?= $form->getInput("노출할 상품의 부 카테고리", "selectCategory2"); ?>
<?= $form->getInput("이동 경로", "linkUrl", "", "클릭시 상품 목록을 노출하지 않고 특정 경로로 이동할때 사용됩니다. <br>예 : https://daum.net<br>{$appName}-goodsshare://board/item/3<br>"); ?>
<?= $form->getTextEdit("노출할 상품의 일련번호", "selectSerial", "", "일련번호를 엔터 혹은 , 로 구분해 주세요"); ?> <?= $form->getTextEdit("노출할 상품의 일련번호", "selectSerial", "", "일련번호를 엔터 혹은 , 로 구분해 주세요"); ?>
<?= $form->getSelect("lowerPrice", "selectLowerPrice", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getSelect("freeDelivery", "selectFreeDelivery", array("ON" => "1", "OFF" => "0")); ?>
<?= $form->getTextEdit("메모", "note"); ?> <?= $form->getTextEdit("메모", "note"); ?>
</div> </div>
<div class="box-footer"> <div class="box-footer">
......
PLATYFRAMEWORK.PLATYHOUSE.COM f,U{T^K7J nlç҈,Mb͆V y]Hw/8ys~;ztt&_߻0N.R?uD\;'X0Moig}%E.FfgH(!ʴhW\=6ig l\zjPq2@?8oD>\omFtGo??h.?]6qnBwq)d8u+*uTJ_ ڤ<k?+kU PLATYFRAMEWORK.PLATYHOUSE.COM fU{Ma)Vr[^n%1$> Z?V*07sI\q{>9!9HI8hBu ` 8vL7 su)qQx$PN7L0#Š 7]3֞%:*l??|t KCK SV MSF=G ?i,zT@ <% P}zpp }t4ou8p/ jYSY~/\u1?+ϸ
\ No newline at end of file \ No newline at end of file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment