当前位置: 首页>>代码示例>>PHP>>正文


PHP subject_sort_link函数代码示例

本文整理汇总了PHP中subject_sort_link函数的典型用法代码示例。如果您正苦于以下问题:PHP subject_sort_link函数的具体用法?PHP subject_sort_link怎么用?PHP subject_sort_link使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了subject_sort_link函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: subject_sort_link

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];
开发者ID:peb317,项目名称:gbamn,代码行数:31,代码来源:categorylist.php

示例2: subject_sort_link

?>
상품명</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 
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:itemuselist.php

示例3: subject_sort_link

?>
조회</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;
    ?>
"> 
开发者ID:jin255ff,项目名称:company_website,代码行数:31,代码来源:list.skin.php

示例4: subject_sort_link

    <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']);
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:couponlist.php

示例5: all_checked

        <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 
开发者ID:eeewq123,项目名称:aaa,代码行数:31,代码来源:list.skin.php

示例6: subject_sort_link

    <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;
开发者ID:khk0613,项目名称:YHK,代码行数:31,代码来源:auth_list.php

示例7: subject_sort_link

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;';
开发者ID:peb317,项目名称:gbamn,代码行数:31,代码来源:itemqalist.php

示例8: subject_sort_link

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 .= '%';
    }
    ?>
开发者ID:ned3y2k,项目名称:youngcart5,代码行数:31,代码来源:itemlist.php

示例9: subject_sort_link

?>
회원아이디</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']);
开发者ID:kimyongyeon,项目名称:myproject,代码行数:31,代码来源:boardgroupmember_list.php

示例10: subject_sort_link

?>
회원아이디</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);
开发者ID:ragi79,项目名称:g4dtd,代码行数:31,代码来源:boardgroupmember_list.php

示例11: subject_sort_link

?>
히트<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;
    ?>
">
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:itemtypelist.php

示例12: all_checked

                            <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 
开发者ID:najinsu,项目名称:nsle,代码行数:31,代码来源:list.skin.php

示例13: subject_sort_link

	        </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>
开发者ID:peb317,项目名称:gbamn,代码行数:31,代码来源:itemlist.skin.php

示例14: subject_sort_link

		<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]) {
开发者ID:ragi79,项目名称:g4dtd,代码行数:31,代码来源:point_list.php

示例15: subject_sort_link

            <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;
开发者ID:davis00,项目名称:youngcart,代码行数:31,代码来源:itemqalist.php


注:本文中的subject_sort_link函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。