diff --git a/mobile/shop/itemqa.inc.php b/mobile/shop/itemqa.inc.php new file mode 100644 index 000000000..95616d0be --- /dev/null +++ b/mobile/shop/itemqa.inc.php @@ -0,0 +1,240 @@ + + +
+

등록된 상품문의

+ + "; + //if ($row[iq_answer]) $qa .= ""; + //$qa = "$qa"; + + $iq_stats = ''; + $iq_answer = ''; + $iq_flag = 0; + if ($row['iq_answer']) + { + $iq_answer = conv_content($row['iq_answer'],0); + $iq_stats = '답변완료'; + } else { + $iq_stats = '답변전'; + $iq_answer = '답변이 등록되지 않았습니다.'; + $iq_flag = 1; + } + + if ($i == 0) echo '
    '; + ?> + +
  1. + +
    +
    작성자
    +
    +
    작성일
    +
    +
    상태
    +
    +
    + +
    +

    + 문의내용
    + +

    +

    + 답변
    + +

    + + + + + + + +
    + + +
    + +
    + +
    +
    + + + + 삭제하시려면 글 작성 시 입력하신 패스워드를 입력해주세요. + + + +
    +
    +
  2. + + = 0) echo '
'; + + if (!$i) echo '

상품문의가 없습니다.

'; + ?> +
+ +
+ +
+ +
+

상품문의 작성

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 패스워드는 최소 3글자 이상 입력하십시오. + +
자동등록방지
+ +
+ +
+
+
+ + + + diff --git a/mobile/shop/itemqaupdate.php b/mobile/shop/itemqaupdate.php new file mode 100644 index 000000000..c4d31d50c --- /dev/null +++ b/mobile/shop/itemqaupdate.php @@ -0,0 +1,112 @@ + diff --git a/mobile/shop/itemuse.inc.php b/mobile/shop/itemuse.inc.php new file mode 100644 index 000000000..b3bf0ce40 --- /dev/null +++ b/mobile/shop/itemuse.inc.php @@ -0,0 +1,217 @@ + + + + + + + + + + + + +]+>#iS", "g4_thumb", $is_content); + + $thumb = new g4_thumb(G4_DATA_PATH.'/itemuse', 500); + $is_content = $thumb->run($is_content); + + $is_time = substr($row['is_time'], 2, 14); +?> + +
  • + +
    +
    작성자
    +
    +
    작성일
    +
    +
    상태
    +
    +
    + +
    +

    + 문의내용
    + +

    +

    + 답변
    + +

    + + + + + + + +
    + + +
    + +
    +
  • + + + + + + + + + + + +'; +} +?> +
    번호제목작성자작성일평점
    + +
    +
    + +
    + + + + + + + 수정 + 삭제 + +
    + +
    + + + + + + +
    +
    +
    +
    별<?php echo $star; ?>개
    등록된 사용후기가 없습니다.
    + + + +사용후기 쓰기 새 창 + + \ No newline at end of file diff --git a/mobile/shop/largeimage.php b/mobile/shop/largeimage.php new file mode 100644 index 000000000..dac761183 --- /dev/null +++ b/mobile/shop/largeimage.php @@ -0,0 +1,66 @@ + + +
    +

    상품 이미지 새 창 보기

    + +
    + + <?php echo $row['it_name']; ?> + +
    + + '; + if (file_exists(G4_DATA_PATH."/item/{$it_id}_l{$i}")) { + $id = $it_id.'_l'.$i; + ?> +
  • + 1) echo ''; + ?> + +
    + +
    +
    + + + + \ No newline at end of file diff --git a/mobile/shop/listcategory.inc.php b/mobile/shop/listcategory.inc.php new file mode 100644 index 000000000..990f59d5e --- /dev/null +++ b/mobile/shop/listcategory.inc.php @@ -0,0 +1,34 @@ +'.$row['ca_name'].' ('.$row2['cnt'].')'; + $exists = true; +} + +if ($exists) { +?> + + + + \ No newline at end of file diff --git a/mobile/shop/listcategory2.inc.php b/mobile/shop/listcategory2.inc.php new file mode 100644 index 000000000..46937e398 --- /dev/null +++ b/mobile/shop/listcategory2.inc.php @@ -0,0 +1,68 @@ +'; + if ($cnt) { + $str .= ''.$row['ca_name'].''; + $sql2 = " select ca_id, ca_name from {$g4['shop_category_table']} + where ca_id like '{$row['ca_id']}%' + and ca_use = '1' + and length(ca_id) = $len4 order by ca_id "; + $result2 = sql_query($sql2); + $k=0; + while ($row2=sql_fetch_array($result2)) { + $str .= ''.$row2['ca_name'].''; + $k++; + } + } else { + $str .= ''.$row['ca_name'].''; + } + $str .= ''; + $exists = true; + } +} + + +if ($exists) { +?> + + + + \ No newline at end of file diff --git a/mobile/shop/listcategory3.inc.php b/mobile/shop/listcategory3.inc.php new file mode 100644 index 000000000..66ac2c89c --- /dev/null +++ b/mobile/shop/listcategory3.inc.php @@ -0,0 +1,32 @@ +'.$row['ca_name'].''; + $exists = true; +} + +if ($exists) { +?> + + + + \ No newline at end of file