테스트 사이트 - 개발 중인 베타 버전입니다

게시판 list.skin 제목부분 관련 질문 채택완료

포인트2 11년 전 조회 5,351
    <!-- 제목 -->
    <form name="fboardlist" method="post">
    <input type='hidden' name='bo_table' value='<?=$bo_table?>'>
    <input type='hidden' name='sfl'  value='<?=$sfl?>'>
    <input type='hidden' name='stx'  value='<?=$stx?>'>
    <input type='hidden' name='spt'  value='<?=$spt?>'>
    <input type='hidden' name='page' value='<?=$page?>'>
    <input type='hidden' name='sw'   value=''>
    <table cellspacing="0" cellpadding="0" border="0" class="board_list">
    <col width="50" />
    <? if ($is_checkbox) { ?><col width="40" /><? } ?>
    <col />
    <col width="110" />
    <col width="40" />
    <col width="50" />
    <tr height="34">
        <th><img src='<?=$board_skin_path?>/img/head_no.gif' border='0' align="absmiddle"></th>
        <? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox" style="border:0;"></th><?}?>
        <th><img src='<?=$board_skin_path?>/img/head_subject.gif' border='0' align="absmiddle"></th>
        <th><img src='<?=$board_skin_path?>/img/head_name.gif' border='0' align="absmiddle"></th>
        <th><?=subject_sort_link('wr_datetime', $qstr2, 1)?><img src='<?=$board_skin_path?>/img/head_regdate.gif' border='0' align="absmiddle"></a></th>
        <th><?=subject_sort_link('wr_hit', $qstr2, 1)?><img src='<?=$board_skin_path?>/img/head_hit.gif' border='0' align="absmiddle"></a></th>
    </tr>
 
소스가 이렇게 되어있는데요.
 
123.jpg
 
실제상으론 위처럼 뜨는데 조회 옆에 추천수 비추천수 추가하고싶은데 소스를 어덯게 추가해야되나요?
 
댓글을 작성하려면 로그인이 필요합니다.

답변 2개

채택된 답변
+20 포인트
11년 전
<!-- 제목 -->
    <form name="fboardlist" method="post">
    <input type='hidden' name='bo_table' value='<?=$bo_table?>'>
    <input type='hidden' name='sfl'  value='<?=$sfl?>'>
    <input type='hidden' name='stx'  value='<?=$stx?>'>
    <input type='hidden' name='spt'  value='<?=$spt?>'>
    <input type='hidden' name='page' value='<?=$page?>'>
    <input type='hidden' name='sw'   value=''>
    <table cellspacing="0" cellpadding="0" border="0" class="board_list">
    <col width="50" />
    <? if ($is_checkbox) { ?><col width="40" /><? } ?>
    <col />
    <col width="110" />
    <col width="40" />
    <col width="50" />
<col width="50" />
<col width="50" />
    <tr height="34">
        <th><img src='<?=$board_skin_path?>/img/head_no.gif' border='0' align="absmiddle"></th>
        <? if ($is_checkbox) { ?><th><input onclick="if (this.checked) all_checked(true); else all_checked(false);" type="checkbox" style="border:0;"></th><?}?>
        <th><img src='<?=$board_skin_path?>/img/head_subject.gif' border='0' align="absmiddle"></th>
        <th><img src='<?=$board_skin_path?>/img/head_name.gif' border='0' align="absmiddle"></th>
        <th><?=subject_sort_link('wr_datetime', $qstr2, 1)?><img src='<?=$board_skin_path?>/img/head_regdate.gif' border='0' align="absmiddle"></a></th>
        <th><?=subject_sort_link('wr_hit', $qstr2, 1)?><img src='<?=$board_skin_path?>/img/head_hit.gif' border='0' align="absmiddle"></a></th>
<th><?=subject_sort_link('wr_good', $qstr2, 1)?><img src='<?=$board_skin_path?>/img/head_good.gif' border='0' align="absmiddle"></a></th>
<th><?=subject_sort_link('wr_nogood', $qstr2, 1)?><img src='<?=$board_skin_path?>/img/head_nogood.gif' border='0' align="absmiddle"></a></th>
    </tr>
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

11년 전
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인