ํฐ์คํ ๋ฆฌ ๋ทฐ
์น ์ฝ๋ฉ/cafe24-๋ชจ๋ฐ์ผ๋์์ธ
[์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ] ํ๊ธ์์์ฆ ์ ์ฒญ์์ ์์ฑ ํ์ (ํ๊ตญ์ด๋ชฐ ์ ์ฉ)
nopinokio 2022. 6. 2. 23:52
๋ชจ๋๋ช : myshop_orderissuecash
<div module="MyShop_OrderIssueCash">
<!--@css(/css/module/myshop/orderIssueCash.css)-->
<div class="header">
<h2>ํ๊ธ์์์ฆ ์ ์ฒญ์์ ์์ฑ</h2>
</div>
{$form.order_id}
<div class="wrap">
<table border="1" summary="">
<caption>ํ๊ธ์์์ฆ ์ ์ฒญ์์</caption>
<tbody>
<tr class="first">
<th scope="row">๊ตฌ๋ถ</th>
<td>{$form.user_type}</td>
</tr>
</tbody>
<tbody id="{$personal_info_id}">
<tr>
<th scope="row">{$form.mobile_identity} {$form_label.mobile}</th>
<td>{$form.mobile}</td>
</tr>
</tbody>
<tbody id="{$company_info_id}" class="{$company_info_display|display}">
<tr>
<th scope="row">{$form.regno_identity} {$form_label.regno}</th>
<td>{$form.regno}</td>
</tr>
</tbody>
</table>
<div class="btnArea">
<button type="submit" class="btnNormal">ํ๊ธ์์์ฆ ์ ์ฒญ</button>
</div>
</div>
</div>
./css/module/myshop/orderIssueCash.css
#popup { min-width:320px; }
#popup div.wrap { background:#f1f1f1; }
.xans-myshop-orderissuecash table { border:1px solid #ccc; color:#1b1b1b; line-height:1.5; background:#fff; }
.xans-myshop-orderissuecash table th { width:90px; padding:0 0 0 10px; border-top:1px solid #ececec; color:#757575; font-weight:normal; text-align:left; }
.xans-myshop-orderissuecash table td { width:auto; padding:7px 10px; border-top:1px solid #ececec; vertical-align:middle; }
.xans-myshop-orderissuecash table .first th,
.xans-myshop-orderissuecash table .first td { border-top:0; }
.xans-myshop-orderissuecash table img { vertical-align:middle; }
.xans-myshop-orderissuecash table a { text-decoration:none; }
.xans-myshop-orderissuecash table td label { padding:0 30px 0 0; }
.xans-myshop-orderissuecash input[type=radio] { width:13px; height:13px; margin:0 4px 0 0; padding:0; border:0; }
.xans-myshop-orderissuecash #regno { width:100%; }
.xans-myshop-orderissuecash #mobile1 { margin:0 3px 0 0; }
.xans-myshop-orderissuecash #mobile2,
.xans-myshop-orderissuecash #mobile3 { width:45px; margin:0 3px; }
.xans-myshop-orderissuecash .btnArea { width:100%; text-align:center; font-size:0; line-height:0; }
.xans-myshop-orderissuecash .btnArea > button { font-weight:normal; }
์ฌ์ฉ ๊ฐ๋ฅ ๋ณ์
myshop_orderissuecash (ํ๊ธ์์์ฆ ์ ์ฒญ)
Class ๋ฐํ ์ฝ๋๊ฐ : xans-element- xans-myshop xans-myshop-orderissuecash
๋ณ์๋ช | ์ค๋ช |
---|---|
{$form.user_type} | ๊ฐ์ธ, ๋ฒ์ธ ์ฌ๋ถ ๋ฒํผ |
{$form.ssn_identity} | ์ฃผ๋ฏผ๋ฑ๋ก ์ธ์ฆ ๋ผ๋์ค ๋ฒํผ |
{$form.ssn} | ์ฃผ๋ฏผ๋ฑ๋ก๋ฒํธ ์ ๋ ฅ ์ฐฝ |
{$form.mobile_identity} | ํธ๋ํฐ ์ธ์ฆ ๋ผ๋์ค ๋ฒํผ |
{$form.mobile} | ํธ๋ํฐ ๋ฒํธ ์ ๋ ฅ ์ฐฝ |
{$form.regno_identity} | ๋ฒ์ธ๋ฑ๋ก๋ฒํธ ์ธ์ฆ ๋ผ๋์ค ๋ฒํผ |
{$form.regno} | ๋ฒ์ธ๋ฑ๋ก๋ฒํธ ์ ๋ ฅ ์ฐฝ |
{$form_label.ssn} | ์ฃผ๋ฏผ๋ฑ๋ก ๋ฒํธ |
{$form_label.mobile} | ํธ๋ํฐ ๋ฒํธ |
{$form_label.regno} | ๋ฒ์ธ๋ฑ๋ก๋ฒํธ |
'์น ์ฝ๋ฉ > cafe24-๋ชจ๋ฐ์ผ๋์์ธ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ] ๋ก๊ทธ์ธ ์ฒดํฌ (0) | 2022.06.03 |
---|---|
[์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ] ์ผํ๋ชฐ ์ด์ฉ์ฝ๊ด ํ์ (0) | 2022.06.03 |
[์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ] ์ฌ์ด์ฆ ๊ฐ์ด๋ ๋ ์ด์ดํ์ (0) | 2022.06.03 |
[์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ] async benefit๋ชจ๋ (0) | 2022.06.02 |
[์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ] async bankbook๋ชจ๋ (0) | 2022.06.02 |
๊ณต์ ํ๊ธฐ ๋งํฌ
๋๊ธ
๊ณต์ง์ฌํญ
์ต๊ทผ์ ์ฌ๋ผ์จ ๊ธ
์ต๊ทผ์ ๋ฌ๋ฆฐ ๋๊ธ
- Total
- Today
- Yesterday
๋งํฌ
- W3Schools (W3์ค์ฟจ)
- ์ํ์ฝ๋ฉ
- ์จ์๋ก๊ทธ
- ์น์ ์ฌ๋ํ๋ ์ฌ๋๋ค
- ์์ฏ๋ท์ปด
- Create a new fiddle - JSFiddle
- ThemeForest
- dribbble(๋์์ธ๊ด๋ จ)
- XDSoft plugins(์ ์ด์ฟผ๋ฆฌ ํ๋ฌ๊ทธ์ธ์์ค)
- Free jQuery Plugins and Tutori…
- comfytube: relax (์ฌ์ฆ์์ )
- ์ข์ถฉ์ฐ๋ ์นํผ๋ธ๋ฆฌ์ ์ผ๊ธฐ
- Sensio Arbor
- ์น๋์์ธ ํฌํ ์ต
- ๊ทธ๋ ๊ณ ๊ทธ๋ฐ ์ด์ผ๊ธฐ
- ๊ณต๊ตฐ ๊ณต๊ฐ
- Itnamu์ ํผ์๋๊ธฐ
- ์นํผ๋ธ๋ฆฌ์ ์ ์๋ฐ์คํฌ๋ฆฝํธ&HTML
TAG
- Mac
- ์นดํ24
- ์นดํ24 ๋ชจ๋ฐ์ผ
- 6์ ์ธ์ผ
- Ajax๋ก๋ฉ
- ์นดํ24 ์คํจ
- ์นดํ24๋ชจ๋ฐ์ผ์นดํ
- ํ ์คํธ์์์ฒดํฌ
- ๋ผ๋์ค๋ฒํผ์ฒดํฌ
- ์ฌ๋ฆฌ๋ธ์ 6์ ์ธ์ผ
- ์นดํ24์ผํ๋ชฐ๋ชจ๋ฐ์ผ
- ์กฐํ๋ก๋ฉ
- ๋ก๋ฉ์ด๋ฏธ์ง
- ์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ
- ์ ๋ ํธ๋ฐ์ค์ฒดํฌ
- Ajax
- jquery๋ก๋ฉ
- ์ฌ๋ฆฌ๋ธ์
- ์ ์ด์ฟผ๋ฆฌ ๋ก๋ฉ
- ์ฌ๋ฆฌ๋ธ์ ์ธ์ผ
- ์ด๋ฐ๋์ผ์ด
- ์นดํ24๋ชจ๋ฐ์ผ
- ๊ตฌ๊ธ์ง๋
- ์นดํ24์ผํ๋ชฐ ์คํจ
- ๋ฅํฐ์ง
- ํด๋ฆฌ์ค
- ์นดํ24์ผํ๋ชฐ
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
๊ธ ๋ณด๊ดํจ