Example #1
0
echo subject_sort_link("ca_stock_qty");
?>
기본재고</a></th>
		<?php 
if (USE_PARTNER) {
    ?>
	        <th scope="col" id="sct_adultcert"><?php 
    echo subject_sort_link("pt_use");
    ?>
파트너</a></th>
			<th scope="col"><?php 
    echo subject_sort_link("pt_point");
    ?>
등록비</a></th>
		    <th scope="col"><?php 
    echo subject_sort_link("pt_limit");
    ?>
등록제한</a></th>
		<?php 
}
?>
		<th scope="col" id="sct_imgw">모바일이미지 폭</th>
		<th scope="col" id="sct_imgh">모바일이미지 높이</th>
		<th scope="col" id="sct_mobileimg">모바일 가로수</th>
		<th scope="col" id="sct_mobileimg">모바일 세로수</th>
        <th scope="col" id="sct_mskin"><?php 
echo $htxt[2];
?>
</th>
        <th scope="col" id="sct_mskin"><?php 
echo $htxt[3];
Example #2
0
?>
상품명</a></th>
        <th scope="col"><?php 
echo subject_sort_link("mb_name");
?>
이름</a></th>
        <th scope="col"><?php 
echo subject_sort_link("is_subject");
?>
제목</a></th>
        <th scope="col"><?php 
echo subject_sort_link("is_score");
?>
평점</a></th>
        <th scope="col"><?php 
echo subject_sort_link("is_confirm");
?>
확인</a></th>
        <th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $href = G5_SHOP_URL . '/item.php?it_id=' . $row['it_id'];
    $name = get_sideview($row['mb_id'], get_text($row['is_name']), $row['mb_email'], $row['mb_homepage']);
    $is_content = get_view_thumbnail(conv_content($row['is_content'], 1), 300);
    $bg = 'bg' . $i % 2;
    ?>

    <tr class="<?php 
Example #3
0
?>
조회</a></th>
        <?php 
if ($is_good) {
    ?>
<th><?php 
    echo subject_sort_link('wr_good', $qstr2, 1);
    ?>
추천</a></th><?php 
}
?>
        <?php 
if ($is_nogood) {
    ?>
<th><?php 
    echo subject_sort_link('wr_nogood', $qstr2, 1);
    ?>
비추천</a></th><?php 
}
?>
    </tr>

    <?php 
for ($i = 0; $i < count($list); $i++) {
    $bg = $i % 2 ? 0 : 1;
    ?>

    <tr class="bg<?php 
    echo $bg;
    ?>
"> 
Example #4
0
    <thead>
    <tr>
        <th scope="col">
            <label for="chkall" class="sound_only">쿠폰 전체</label>
            <input type="checkbox" name="chkall" value="1" id="chkall" onclick="check_all(this.form)">
        </th>
        <th scope="col">쿠폰종류</th>
        <th scope="col">쿠폰코드</th>
        <th scope="col">쿠폰이름</th>
        <th scope="col">적용대상</th>
        <th scope="col"><?php 
echo subject_sort_link('mb_id');
?>
회원아이디</a></th>
        <th scope="col"><?php 
echo subject_sort_link('cp_end');
?>
사용기한</a></th>
        <th scope="col">사용회수</th>
        <th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    switch ($row['cp_method']) {
        case '0':
            $sql3 = " select it_name from {$g5['g5_shop_item_table']} where it_id = '{$row['cp_target']}' ";
            $row3 = sql_fetch($sql3);
            $cp_method = '개별상품할인';
            $cp_target = get_text($row3['it_name']);
Example #5
0
        <table>
        <thead>
        <tr>
            <?php 
if ($is_checkbox) {
    ?>
            <th scope="col">
                <label for="chkall">현재 페이지 게시물 전체</label>
                <input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">
            </th>
            <?php 
}
?>
            <th scope="col">제목</th>
            <th scope="col"><?php 
echo subject_sort_link('wr_datetime', $qstr2, 1);
?>
날짜</a></th>
        </tr>
        </thead>
        <tbody>
        <?php 
for ($i = 0; $i < count($list); $i++) {
    ?>
        <tr class="<?php 
    if ($list[$i]['is_notice']) {
        echo "bo_notice";
    }
    ?>
">
            <?php 
Example #6
0
    <caption><?php 
echo $g5['title'];
?>
 목록</caption>
    <thead>
    <tr>
        <th scope="col">
            <label for="chkall" class="sound_only">현재 페이지 회원 전체</label>
            <input type="checkbox" name="chkall" value="1" id="chkall" onclick="check_all(this.form)">
        </th>
        <th scope="col"><?php 
echo subject_sort_link('a.mb_id');
?>
회원아이디</a></th>
        <th scope="col"><?php 
echo subject_sort_link('mb_nick');
?>
닉네임</a></th>
        <th scope="col">메뉴</th>
        <th scope="col">권한</th>
    </tr>
    </thead>
    <tbody>
    <?php 
$count = 0;
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $is_continue = false;
    // 회원아이디가 없는 메뉴는 삭제함
    if ($row['mb_id'] == '' && $row['mb_nick'] == '') {
        sql_query(" delete from {$g5['auth_table']} where au_menu = '{$row['au_menu']}' ");
        $is_continue = true;
Example #7
0
echo subject_sort_link('iq_subject');
?>
질문</a></th>
        <th scope="col"><?php 
echo subject_sort_link('mb_name');
?>
이름</a></th>
        <th scope="col"><?php 
echo subject_sort_link('iq_answer');
?>
답변</a></th>
		<?php 
if (USE_PARTNER) {
    ?>
			<th scope="col"><?php 
    echo subject_sort_link('a.pt_id');
    ?>
파트너</a></th>
		<?php 
}
?>
		<th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $row['iq_subject'] = cut_str($row['iq_subject'], 30, "...");
    $href = G5_SHOP_URL . '/item.php?it_id=' . $row['it_id'];
    $name = get_sideview($row['mb_id'], get_text($row['iq_name']), $row['mb_email'], $row['mb_homepage']);
    $answer = $row['iq_answer'] ? 'Y' : '&nbsp;';
Example #8
0
echo subject_sort_link('it_price', 'sca=' . $sca);
?>
판매가격</a></th>
        <th scope="col" id="th_camt"><?php 
echo subject_sort_link('it_cust_price', 'sca=' . $sca);
?>
시중가격</a></th>
        <th scope="col" id="th_skin">PC스킨</th>
    </tr>
    <tr>
        <th scope="col" id="th_pt"><?php 
echo subject_sort_link('it_point', 'sca=' . $sca);
?>
포인트</a></th>
        <th scope="col" id="th_qty"><?php 
echo subject_sort_link('it_stock_qty', 'sca=' . $sca);
?>
재고</a></th>
        <th scope="col" id="th_mskin">모바일스킨</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = mysql_fetch_array($result); $i++) {
    $href = G5_SHOP_URL . '/item.php?it_id=' . $row['it_id'];
    $bg = 'bg' . $i % 2;
    $it_point = $row['it_point'];
    if ($row['it_point_type']) {
        $it_point .= '%';
    }
    ?>
?>
회원아이디</a></th>
        <th scope="col"><?php 
echo subject_sort_link('b.mb_name', 'gr_id=' . $gr_id);
?>
이름</a></th>
        <th scope="col"><?php 
echo subject_sort_link('b.mb_nick', 'gr_id=' . $gr_id);
?>
별명</a></th>
        <th scope="col"><?php 
echo subject_sort_link('b.mb_today_login', 'gr_id=' . $gr_id);
?>
최종접속</a></th>
        <th scope="col"><?php 
echo subject_sort_link('a.gm_datetime', 'gr_id=' . $gr_id);
?>
처리일시</a></th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    // 접근가능한 그룹수
    $sql2 = " select count(*) as cnt from {$g5['group_member_table']} where mb_id = '{$row['mb_id']}' ";
    $row2 = sql_fetch($sql2);
    $group = "";
    if ($row2['cnt']) {
        $group = '<a href="./boardgroupmember_form.php?mb_id=' . $row['mb_id'] . '">' . $row2['cnt'] . '</a>';
    }
    $mb_nick = get_sideview($row['mb_id'], $row['mb_nick'], $row['mb_email'], $row['mb_homepage']);
Example #10
0
?>
회원아이디</a></td>
    <td><?php 
echo subject_sort_link('b.mb_name', "gr_id={$gr_id}");
?>
이름</a></td>
    <td><?php 
echo subject_sort_link('b.mb_nick', "gr_id={$gr_id}");
?>
별명</a></td>
    <td><?php 
echo subject_sort_link('b.mb_today_login', "gr_id={$gr_id}");
?>
최종접속</a></td>
    <td><?php 
echo subject_sort_link('a.gm_datetime', "gr_id={$gr_id}");
?>
처리일시</a></td>
    <td title='접근가능한 그룹수'>그룹</td>
    <td>삭제</td>
</tr>
<tr><td colspan='<?php 
echo $colspan;
?>
' class='line2'></td></tr>

<?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    // 접근가능한 그룹수
    $sql2 = " select count(*) as cnt from {$g4['group_member_table']} where mb_id = '{$row['mb_id']}' ";
    $row2 = sql_fetch($sql2);
Example #11
0
?>
히트<br>상품</a></th>
        <th scope="col"><?php 
echo subject_sort_link("it_type2", $qstr, 1);
?>
추천<br>상품</a></th>
        <th scope="col"><?php 
echo subject_sort_link("it_type3", $qstr, 1);
?>
신규<br>상품</a></th>
        <th scope="col"><?php 
echo subject_sort_link("it_type4", $qstr, 1);
?>
인기<br>상품</a></th>
        <th scope="col"><?php 
echo subject_sort_link("it_type5", $qstr, 1);
?>
할인<br>상품</a></th>
        <th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $href = G5_SHOP_URL . '/item.php?it_id=' . $row['it_id'];
    $bg = 'bg' . $i % 2;
    ?>
    <tr class="<?php 
    echo $bg;
    ?>
">
Example #12
0
                            <th scope="col">
                                <label for="chkall" class="sound_only">현재 페이지 게시물 전체</label>
                                <input type="checkbox" id="chkall" onclick="if (this.checked)
                                all_checked(true);
                            else
                                all_checked(false);">
                            </th>
<?php 
}
?>
                        <th scope="col">분류</th>
                        <th scope="col">상품명</th>
                        <th scope="col">제목</th>
                        <th scope="col">글쓴이</th>
                        <th scope="col"><?php 
echo subject_sort_link('qa_status', $qstr, '');
?>
상태</th><!--150831 나진수 상태 클릭시 답변 완료, 대기 상태 정렬-->
                        <th scope="col">등록일</th>
                    </tr>
                </thead>
                <tbody>
<?php 
for ($i = 0; $i < count($list); $i++) {
    ?>
                        <tr>
                            <td class="td_num"><?php 
    echo $list[$i]['num'];
    ?>
</td>
    <?php 
Example #13
0
	        </td>
			<td class="text-center">
				<a href="./?ap=item&amp;w=u&amp;it_id=<?php 
    echo $list[$i]['it_id'];
    ?>
&amp;fn=<?php 
    echo $list[$i]['pt_form'];
    ?>
&amp;ca_id=<?php 
    echo $list[$i]['ca_id'];
    ?>
">수정</a>
			</td>
			<td class="text-center">
				<?php 
    echo $list[$i]['pt_reserve_use'] ? subject_sort_link('pt_reserve_use', 'mode=list&amp;sca=' . $sca, 1) . '예약</a>' : '';
    ?>
			</td>
		</tr>
		<?php 
}
?>
		<?php 
if ($i == 0) {
    ?>
			<tr><td colspan="11" class="text-center">등록된 자료가 없습니다.</td></tr>
		<?php 
}
?>
		</tbody>
		</table>
Example #14
0
		<th><?php 
echo subject_sort_link('mb_id');
?>
회원아이디</a></th>
		<th>이름</th>
		<th>별명</th>
		<th><?php 
echo subject_sort_link('po_datetime');
?>
일시</a></th>
		<th><?php 
echo subject_sort_link('po_content');
?>
포인트 내용</a></th>
		<th><?php 
echo subject_sort_link('po_point');
?>
포인트</a></th>
		<th>포인트합</th>
	</tr>
</thead>
<tbody>
<?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    if ($row2[mb_id] != $row[mb_id]) {
        $sql2 = " select mb_id, mb_name, mb_nick, mb_email, mb_homepage, mb_point from {$g4['member_table']} where mb_id = '{$row['mb_id']}' ";
        $row2 = sql_fetch($sql2);
    }
    $mb_nick = get_sideview($row[mb_id], $row2[mb_nick], $row2[mb_email], $row2[mb_homepage]);
    $link1 = $link2 = "";
    if (!preg_match("/^\\@/", $row[po_rel_table]) && $row[po_rel_table]) {
Example #15
0
            <input type="checkbox" name="chkall" value="1" id="chkall" onclick="check_all(this.form)">
        </th>
        <th scope="col"><?php 
echo subject_sort_link('it_name');
?>
상품명</a></th>
        <th scope="col"><?php 
echo subject_sort_link('iq_subject');
?>
질문</a></th>
        <th scope="col"><?php 
echo subject_sort_link('mb_name');
?>
이름</a></th>
        <th scope="col"><?php 
echo subject_sort_link('iq_answer');
?>
답변</a></th>
        <th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $row['iq_subject'] = cut_str($row['iq_subject'], 30, "...");
    $href = G5_SHOP_URL . '/item.php?it_id=' . $row['it_id'];
    $name = get_sideview($row['mb_id'], get_text($row['iq_name']), $row['mb_email'], $row['mb_homepage']);
    $answer = $row['iq_answer'] ? 'Y' : '&nbsp;';
    $iq_question = get_view_thumbnail(conv_content($row['iq_question'], 1), 300);
    $iq_answer = $row['iq_answer'] ? get_view_thumbnail(conv_content($row['iq_answer'], 1), 300) : "답변이 등록되지 않았습니다.";
    $bg = 'bg' . $i % 2;
Example #16
0
">

<div class="tbl_head01 tbl_wrap">
    <table>
    <caption><?php 
echo $g5['title'];
?>
 목록</caption>
    <thead>
    <tr>
        <th scope="col">
            <label for="chkall" class="sound_only">현재 페이지 회원 전체</label>
            <input type="checkbox" name="chkall" value="1" id="chkall" onclick="check_all(this.form)">
        </th>
        <th scope="col"><?php 
echo subject_sort_link('a.mb_id');
?>
회원아이디</a></th>
        <th scope="col">메뉴</th>
        <th scope="col">권한</th>
    </tr>
    </thead>
    <tbody>
    <?php 
$count = 0;
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $is_continue = false;
    // 회원아이디가 없는 메뉴는 삭제함
    if ($row['mb_id'] == '') {
        sql_query(" delete from {$g5['auth_table']} where au_menu = '{$row['au_menu']}' ");
        $is_continue = true;
Example #17
0
?>
그룹아이디</a></th>
        <th scope="col"><?php 
echo subject_sort_link('gr_subject');
?>
제목</a></th>
        <th scope="col"><?php 
echo subject_sort_link('gr_admin');
?>
그룹관리자</a></th>
        <th scope="col">게시판</th>
        <th scope="col">접근<br>사용</th>
        <th scope="col">접근<br>회원수</th>
        <th scope="col">메뉴<br>보임</th>
        <th scope="col"><?php 
echo subject_sort_link('gr_order');
?>
출력<br>순서</a></th>
        <th scope="col">접속기기</th>
        <th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    // 접근회원수
    $sql1 = " select count(*) as cnt from {$g5['group_member_table']} where gr_id = '{$row['gr_id']}' ";
    $row1 = sql_fetch($sql1);
    // 게시판수
    $sql2 = " select count(*) as cnt from {$g5['board_table']} where gr_id = '{$row['gr_id']}' ";
    $row2 = sql_fetch($sql2);
Example #18
0
    <td rowspan=2 title="검색순서"><?php 
echo subject_sort_link("bo_order_search");
?>
검색<br>순서</a></td>
	<td rowspan=2><a href="./board_form.php"><img src='<?php 
echo $g4[admin_path];
?>
/img/icon_insert.gif' border=0 title='생성'></a></td>
</tr>
<tr class='bgcol1 bold col1 ht center'>
    <td><?php 
echo subject_sort_link("a.gr_id");
?>
그룹</a></td>
    <td><?php 
echo subject_sort_link("bo_skin", "", "desc");
?>
스킨</a></td>
</tr>
<tr><td colspan='<?php 
echo $colspan;
?>
' class='line2'></td></tr>
<?php 
// 스킨디렉토리
$skin_options = "";
$arr = get_skin_dir("board");
for ($k = 0; $k < count($arr); $k++) {
    $option = $arr[$k];
    if (strlen($option) > 10) {
        $option = substr($arr[$k], 0, 18) . "…";
Example #19
0
        <input type='hidden' name='token' value='<?php 
echo $token;
?>
' />

        <input type='checkbox' name='chkall' value='1' onclick='check_all(this.form)' /></th>
    <th><?php 
echo subject_sort_link("gr_id");
?>
그룹아이디</a></th>
    <th><?php 
echo subject_sort_link("gr_subject");
?>
제목</a></th>
    <th><?php 
echo subject_sort_link("gr_admin");
?>
그룹관리자</a></th>
    <th>게시판</th>
    <th>접근사용</th>
    <th>접근회원수</th>
    <th><?php 
if ($is_admin == "super") {
    echo "<a href='./boardgroup_form.php'><img src='{$g4['admin_path']}/img/icon_insert.gif' alt='' title='생성' /></a>";
}
?>
</th>
</tr>
</thead>
<tbody>
<?php 
Example #20
0
    <td><?php 
    echo subject_sort_link('receive_phone');
    ?>
연락처</a><br/><?php 
    echo subject_sort_link('count');
    ?>
수량</a></td>
    <td><?php 
    echo subject_sort_link('receive_name');
    ?>
받는이<br/><?php 
    echo subject_sort_link('receive_phone');
    ?>
받는이연락처</a></td>    
    <td>금액<br/><?php 
    echo subject_sort_link('total_price');
    ?>
전체금액</a></td>
    <td>결제수단<br/>결제경로</td>
    <td>결제상태<br/>적립번호(%)</td>
    <td>배송<br/>취소여부</td>
    <!--<td>수정</td>-->
    <td><a href="./pointmall_form.php"><img src='<?php 
    echo $g4[admin_path];
    ?>
/img/icon_insert.gif' border=0 title='추가'></a></td>
</tr>
<tr><td colspan='<?php 
    echo $colspan;
    ?>
' class='line2'></td></tr>
Example #21
0
echo $token;
?>
">
<table width=100% cellpadding=0 cellspacing=1>
<colgroup width=30>
<colgroup width=>
<colgroup width=150>
<colgroup width=150>
<tr><td colspan='<?php 
echo $colspan;
?>
' class='line1'></td></tr>
<tr class='bgcol1 bold col1 ht center'>
    <td><input type=checkbox name=chkall value="1" onclick="check_all(this.form)"></td>
    <td><?php 
echo subject_sort_link("pp_word");
?>
검색어</a></td>
    <td>등록일</td>
    <td>등록IP</td>
</tr>
<tr><td colspan='<?php 
echo $colspan;
?>
' class='line2'></td></tr>
<?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $word = get_text($row[pp_word]);
    $list = $i % 2;
    echo "<input type=hidden name=pp_id[{$i}] value='{$row['pp_id']}'>";
    echo "<tr class='list{$list} col1 ht center'>";
Example #22
0
    <tr>
        <th scope="col">
            <label for="chkall" class="sound_only">개인결제 전체</label>
            <input type="checkbox" name="chkall" value="1" id="chkall" onclick="check_all(this.form)">
        </th>
        <th scope="col">제목</th>
        <th scope="col"><?php 
echo subject_sort_link('od_id');
?>
주문번호</a></th>
        <th scope="col">주문금액</th>
        <th scope="col">입금금액</th>
        <th scope="col">미수금액</th>
        <th scope="col">입금방법</a></th>
        <th scope="col"><?php 
echo subject_sort_link('pp_receipt_time');
?>
입금일</a></a></th>
        <th scope="col">사용</th>
        <th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    if ($row['od_id']) {
        $od_id = '<a href="./orderform.php?od_id=' . $row['od_id'] . '" target="_blank">' . $row['od_id'] . '</a>';
    } else {
        $od_id = '&nbsp;';
    }
    $bg = 'bg' . $i % 2;
Example #23
0
?>
수신</a></td>
    <td title='정보공개여부'><?php 
echo subject_sort_link('mb_open', '', 'desc');
?>
공개</a></td>
    <!-- <td><?php 
echo subject_sort_link('mb_leave_date', '', 'desc');
?>
탈퇴</a></td> -->
    <td><?php 
echo subject_sort_link('mb_email_certify', '', 'desc');
?>
인증</a></td>
    <td><?php 
echo subject_sort_link('mb_intercept_date', '', 'desc');
?>
차단</a></td>
    <td title='접근가능한 그룹수'>그룹</td>
	<td><a href="./member_form.php"><img src='<?php 
echo $g4[admin_path];
?>
/img/icon_insert.gif' border=0 title='추가'></a></td>
</tr>
<tr><td colspan='<?php 
echo $colspan;
?>
' class='line2'></td></tr>
<?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    // 접근가능한 그룹수
Example #24
0
">

<div class="table-responsive">
    <table class="table table-bordered table-striped">
    <caption><?php 
echo $g5['title'];
?>
 목록</caption>
    <thead>
    <tr>
        <th scope="col">
            <label for="chkall" class="sound_only">현재 페이지 인기검색어 전체</label>
            <input type="checkbox" name="chkall" value="1" id="chkall" onclick="check_all(this.form)">
        </th>
        <th scope="col"><?php 
echo subject_sort_link('pp_word');
?>
검색어</a></th>
        <th scope="col">등록일</th>
        <th scope="col">등록IP</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $word = get_text($row['pp_word']);
    //$bg = 'bg'.($i%2);
    ?>

    <tr>
	    <td>
Example #25
0
    ?>
<u>Product code</u></a></th>
			<th><?php 
    echo subject_sort_link('a.user_id', $q2);
    ?>
<u>Sort</u></a></th>
			<th><?php 
    echo subject_sort_link('a.goods_name', $q2);
    ?>
<u>Product Name</u></a></th>
			<th><?php 
    echo subject_sort_link('a.isopen', $q2);
    ?>
<u>Display</u></a></th>		
			<th><?php 
    echo subject_sort_link('a.account', $q2);
    ?>
<u>Sale Price</u></a></th>
			<th>Manage</th>
		</tr>
	</thead>
	<tbody>
		<?php 
    for ($i = 0; $row = sql_fetch_array($result); $i++) {
        $list = $i % 2;
        $gd_table = $row[index_no];
        $s_upd = "<a href='goods.php?code=req_form_bulk_update_single&w=u&gd_table={$gd_table}{$qstr}&page={$page}&bak={$code}'><img src='./image/bt_modify.gif'></a>";
        $s_del = "<a href=\"javascript:post_delete('./goods/goods_req_form_bulk_delete_single.php', '{$gd_table}');\"><img src='./image/bt_delete.gif'></a>";
        echo "<input type=hidden name=gd_table[{$i}] value='{$gd_table}'>";
        ?>
	
Example #26
0
?>
제목</a></th>
        <th scope="col">읽기P<span class="sound_only">포인트</span></th>
        <th scope="col">쓰기P<span class="sound_only">포인트</span></th>
        <th scope="col">댓글P<span class="sound_only">포인트</span></th>
        <th scope="col">다운P<span class="sound_only">포인트</span></th>
        <th scope="col"><?php 
echo subject_sort_link('bo_use_sns');
?>
SNS<br>사용</a></th>
        <th scope="col"><?php 
echo subject_sort_link('bo_use_search');
?>
검색<br>사용</a></th>
        <th scope="col"><?php 
echo subject_sort_link('bo_order');
?>
출력<br>순서</a></th>
        <th scope="col">접속기기</th>
        <th scope="col">관리</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $one_update = '<a href="./board_form.php?w=u&amp;bo_table=' . $row['bo_table'] . '&amp;' . $qstr . '">수정</a>';
    $one_copy = '<a href="./board_copy.php?bo_table=' . $row['bo_table'] . '" class="board_copy" target="win_board_copy">복사</a>';
    $bg = 'bg' . $i % 2;
    ?>

    <tr class="<?php 
Example #27
0
SMS<br>수신</a></th>
        <th scope="col" id="mb_list_adultc"><?php 
echo subject_sort_link('mb_adult', '', 'desc');
?>
성인<br>인증</a></th>
        <th scope="col" id="mb_list_deny"><?php 
echo subject_sort_link('mb_intercept_date', '', 'desc');
?>
접근<br>차단</a></th>
        <th scope="col" id="mb_list_tel">전화번호</th>
        <th scope="col" id="mb_list_point"><?php 
echo subject_sort_link('mb_point', '', 'desc');
?>
 포인트</a></th>
        <th scope="col" id="mb_list_join"><?php 
echo subject_sort_link('mb_datetime', '', 'desc');
?>
가입일</a></th>
		<?php 
if ($is_membership) {
    ?>
		<th scope="col" id="as_membership_add">기간증감/해제</th>
		<?php 
}
?>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    // 접근가능한 그룹수
Example #28
0
분류명</a></th>
        <th scope="col" id="sct_amount">상품수</th>
        <th scope="col" id="sct_imgw">이미지 폭</th>
        <th scope="col" id="sct_imgh">이미지 높이</th>
        <th scope="col" id="sct_imgcol">1행이미지수</th>
        <th scope="col" id="sct_mobileimg">모바일 1행이미지수</th>
        <th scope="col" id="sct_pcskin">PC스킨지정</th>
        <th scope="col" rowspan="2">관리</th>
    </tr>
    <tr>
        <th scope="col" id="sct_admin"><?php 
echo subject_sort_link("ca_mb_id");
?>
관리회원아이디</a></th>
        <th scope="col" id="sct_sell"><?php 
echo subject_sort_link("ca_use");
?>
판매가능</a></th>
        <th scope="col" id="sct_hpcert">본인인증</th>
        <th scope="col" id="sct_adultcert">성인인증</th>
        <th scope="col" id="sct_imgrow">이미지 행수</th>
        <th scope="col" id="sct_mobilerow">모바일 이미지 행수</th>
        <th scope="col" id="sct_mskin">모바일스킨지정</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $level = strlen($row['ca_id']) / 2 - 1;
    $p_ca_name = '';
    if ($level > 0) {
Example #29
0
        <th scope="col"><?php 
echo subject_sort_link('mb_id');
?>
회원아이디</a></th>
        <th scope="col">이름</th>
        <th scope="col">닉네임</th>
        <th scope="col"><?php 
echo subject_sort_link('po_content');
?>
포인트 내용</a></th>
        <th scope="col"><?php 
echo subject_sort_link('po_point');
?>
포인트</a></th>
        <th scope="col"><?php 
echo subject_sort_link('po_datetime');
?>
일시</a></th>
        <th scope="col">만료일</th>
        <th scope="col">포인트합</th>
    </tr>
    </thead>
    <tbody>
    <?php 
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    if ($i == 0 || $row2['mb_id'] != $row['mb_id']) {
        $sql2 = " select mb_id, mb_name, mb_nick, mb_email, mb_homepage, mb_point from {$g5['member_table']} where mb_id = '{$row['mb_id']}' ";
        $row2 = sql_fetch($sql2);
    }
    $mb_nick = get_sideview($row['mb_id'], $row2['mb_nick'], $row2['mb_email'], $row2['mb_homepage']);
    $link1 = $link2 = '';
Example #30
0
        }
        ?>
    <?php 
        if (!$mw_basic[cf_list_nogood] && $is_nogood) {
            ?>
<td width=40 class="media-no-text"><?php 
            echo subject_sort_link('wr_nogood', $qstr2, 1);
            ?>
비추천</a></td><?php 
        }
        ?>
    <?php 
        if (!$mw_basic[cf_post_hit]) {
            ?>
 <td width=70 class="media-no-text"><?php 
            echo subject_sort_link('wr_hit', $qstr2, 1);
            ?>
조회</a></td> <?php 
        }
        ?>
    <?php 
    }
    // $mw_basic['cf_type'] != 'desc'
    ?>
</tr>
<tr><td colspan=<?php 
    echo $colspan;
    ?>
 height=1 class=mw_basic_line_color></td></tr>
<tr><td colspan=<?php 
    echo $colspan;