Пример #1
0
        <caption>아미나 설정</caption>
        <colgroup>
            <col class="grid_4">
            <col>
        </colgroup>
        <tbody>
        <tr>
            <th scope="row"><label for="pt_form">등록폼</label></th>
            <td>
                <?php 
echo help("상품등록시 사용할 등록폼입니다.");
?>
				<select name="pt_form" id="pt_form">
					<option value="">사용안함</option>
					<?php 
echo apms_form_option('select', $flist, $ca['pt_form']);
?>
				</select>
			</td>
        </tr>
	<?php 
if (USE_PARTNER) {
    ?>
	
        <tr>
            <th scope="row"><label for="pt_use">파트너</label></th>
            <td>
                <?php 
    echo help("파트너에게는 사용이 체크된 분류만 보입니다.");
    ?>
				<input type="checkbox" name="pt_use"<?php 
Пример #2
0
">

				<?php 
    if ($it_id) {
        ?>
					<input type="hidden" name="it_id" value="<?php 
        echo $it_id;
        ?>
">
					<input type="hidden" name="cfn" value="1">
				<?php 
    }
    ?>
				<select name="fn">
					<?php 
    echo apms_form_option('select', $flist, $fn);
    ?>
				</select>
				<button type="submit" class="btn_frmline">폼변경</button>
			</form>
		</div>

		<h1><?php 
    echo $form_title;
    ?>
</h1>

		<div style="clear:both;"></div>	

		<form name="fitemform" action="./itemformupdate.php" method="post" enctype="MULTIPART/FORM-DATA" autocomplete="off" onsubmit="return fitemformcheck(this)">
			<input type="hidden" name="codedup" value="<?php 
Пример #3
0
        </td>
    </tr>
    <tr class="<?php 
    echo $bg;
    ?>
">
        <td rowspan="2" class="td_img"><a href="<?php 
    echo $href;
    ?>
"><?php 
    echo get_it_image($row['it_id'], 50, 50);
    ?>
</a></td>
        <td headers="th_pc_title" rowspan="2" class="td_input">
			<?php 
    echo help(apms_form_option('name', $flist, $row['pt_form']));
    ?>
            <label for="name_<?php 
    echo $i;
    ?>
" class="sound_only">상품명</label>
            <input type="text" name="it_name[<?php 
    echo $i;
    ?>
]" value="<?php 
    echo htmlspecialchars2(cut_str($row['it_name'], 250, ""));
    ?>
" id="name_<?php 
    echo $i;
    ?>
" required class="frm_input required" size="30">