ํ‹ฐ์Šคํ† ๋ฆฌ ๋ทฐ

[์นดํŽ˜24์‡ผํ•‘๋ชฐ] ์ƒํ’ˆ์กฐ๋ฅด๊ธฐ ํŒ์—…




<div module="product_request">
    <!--@css(/css/module/product/product_request.css)-->
    <div class="header">
        <h1>์ƒํ’ˆ ์กฐ๋ฅด๊ธฐ</h1>
    </div>
    <div class="topImage {$top_image_display|display}">
        <img src="{$top_image}" alt="" />
    </div>
    <div class="content">
        <div class="titleArea">
            <h2>์กฐ๋ฅด๊ธฐ ์ƒํ’ˆ</h2>
            <span class="count">(๋‚จ์€ ํšŒ์ˆ˜ : {$limit_txt})</span>
        </div>
        <div class="boardArea">
            <div class="boardListHead">
                <table border="1" summary="">
                    <caption>์กฐ๋ฅด๊ธฐ ์ƒํ’ˆ ๋ชฉ๋ก</caption>
                    <tbody>
                        <tr>
                            <th scope="col" class="image">์ด๋ฏธ์ง€</th>
                            <th scope="col" class="product">์ƒํ’ˆ์ •๋ณด</th>
                            <th scope="col" class="price">ํŒ๋งค๊ฐ€๊ฒฉ</th>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="boardListBody">
                <table border="1" summary="">
                    <caption>์กฐ๋ฅด๊ธฐ ์ƒํ’ˆ ๋ชฉ๋ก</caption>
                    <tbody>
                        <tr>
                            <td class="image"><a href="/product/detail.html?product_no={$product_no}" target="opener"><img src="{$product_image}" alt="" /></a></td>
                            <td class="product">
                                <p><a href="/product/detail.html?product_no={$product_no}" target="opener">{$product_name}</a></p>
                            </td>
                            <td class="price"><strong>{$product_price}</strong></td>
                        </tr>
                        <tr>
                            <td class="image"><a href="/product/detail.html?product_no={$product_no}" target="opener"><img src="{$product_image}" alt="" /></a></td>
                            <td class="product">
                                <p><a href="/product/detail.html?product_no={$product_no}" target="opener">{$product_name}</a></p>
                            </td>
                            <td class="price"><strong>{$product_price}</strong></td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
    <div class="content">
        <div class="titleArea">
            <h2>๋ฉ”์ผ ๋ณด๋‚ด๊ธฐ</h2>
        </div>
        <table border="1" summary="" class="boardWrite">
            <caption>๋ฉ”์ผ ๋ณด๋‚ด๊ธฐ ์ž…๋ ฅ</caption>
            <tbody>
                <tr>
                    <th scope="row">๋ณด๋‚ด๋Š” ์‚ฌ๋žŒ</th>
                    <td>{$form.sender}</td>
                </tr>
                <tr>
                    <th scope="row">๋ฐ›๋Š” ์‚ฌ๋žŒ</th>
                    <td>{$form.recipient}</td>
                </tr>
                <tr>
                    <th scope="row">์ „๋‹ฌ๋‚ด์šฉ</th>
                    <td>{$mail_contents}</td>
                </tr>
            </tbody>
        </table>
        <p class="help">
            <strong>๋ฉ”์ผ๋ฐœ์†ก ๊ธˆ์ง€์‚ฌํ•ญ :</strong>
            ์ŠคํŒธ๋ชฉ์ ์˜ ๋ฉ”์ผ ๋ฐœ์†ก์„ ์—„๊ฒฉํžˆ ๊ธˆ์ง€ํ•ฉ๋‹ˆ๋‹ค.
 
            ์ƒ์—…์  ํ™๋ณด URL ๋˜๋Š” ์ฒญ์†Œ๋…„ ์œ ํ•ด์ •๋ณด ์ „์†ก์„ ๊ธˆ์ง€ ํ•ฉ๋‹ˆ๋‹ค.
        </p>
    </div>
    <div class="content">
        <div class="{$kr_display|display}">
            <div class="titleArea">
                <h2>SMS ๋ณด๋‚ด๊ธฐ</h2>
            </div>
            <table border="1" summary="" class="boardWrite">
                <caption>SMS ๋ณด๋‚ด๊ธฐ ์ž…๋ ฅ</caption>
                <tbody>
                    <tr>
                        <th scope="row">๋ณด๋‚ด๋Š” ์‚ฌ๋žŒ</th>
                        <td>
                            {$form.sender_phone1} - {$form.sender_phone2} - {$form.sender_phone3}
                            <p>ํšŒ์›๋‹˜์˜ ์ด๋ฆ„์œผ๋กœ ์กฐ๋ฅด๊ธฐ ๋ฌธ์ž๋ฉ”์‹œ์ง€๊ฐ€ ์ž๋™ ๋ฐœ์†ก๋ฉ๋‹ˆ๋‹ค.</p>
                        </td>
                    </tr>
                    <tr>
                        <th scope="row">๋ฐ›๋Š” ์‚ฌ๋žŒ</th>
                        <td>
                            {$form.recipient_phone1} - {$form.recipient_phone2} - {$form.recipient_phone3}
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
    </div>
    <div class="btnArea">
        <input type="image" src="http://img.echosting.cafe24.com/skin/base_ko_KR/product/btn_send.gif" alt="๋ฐœ์†ก" />
        <a href="#none" onclick="self.close();"><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/product/btn_cancel.gif" alt="์ทจ์†Œ" /></a>
    </div>
</div>


๋Œ“๊ธ€
๊ณต์ง€์‚ฌํ•ญ
์ตœ๊ทผ์— ์˜ฌ๋ผ์˜จ ๊ธ€
์ตœ๊ทผ์— ๋‹ฌ๋ฆฐ ๋Œ“๊ธ€
Total
Today
Yesterday
ยซ   2024/05   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
๊ธ€ ๋ณด๊ด€ํ•จ