관리자: 쇼핑몰 마크업 1차 정리

This commit is contained in:
whitedot
2013-02-06 11:58:31 +09:00
parent ce59526456
commit 7280b99f64
58 changed files with 1187 additions and 1212 deletions

View File

@ -24,13 +24,13 @@ $null_text = "상품페이지 참고";
<div style="width:95%;padding:10px">
<div style="float:left;"><?=subtitle("요약상품정보")?></div>
<div style="float:right;">(모든필드 필수입력)</div>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<table cellpadding=0 cellspacing=0 border=0>
<colgroup width=15%></colgroup>
<colgroup width=85% bgcolor=#FFFFFF></colgroup>
<tbody>
<tr><td colspan=2 height=2 bgcolor=0E87F9></td></tr>
<tr><td colspan=2 height=5></td></tr>
<tr class=ht>
<tr>
<td style='padding:3px;' valign='top' width='25%'><b>상품군</b></td>
<td style='padding:3px;' valign='top'>
<div style="float:left;">
@ -65,7 +65,7 @@ if ($article) {
echo "<td style='padding:3px;' valign='top'><b>$el_title</b></td>\n";
echo "<td style='padding:3px;' valign='top'>";
echo "<input type=\"hidden\" name='{$el_name}[]' value='$el_title' />";
echo "<input type=\"text\" name='{$el_name}[]' value='$el_value' class='ed' style='width:99%;' required itemname='$el_title' />";
echo "<input type=\"text\" name='{$el_name}[]' value='$el_value' class='ed' required itemname='$el_title' />";
if ($el_example != "") {
echo "<p style=\"margin:2px 0;padding:0\">$el_example</p>";
}