Skip to content

tattercategorytable

Jeongkyu Shin edited this page Sep 24, 2012 · 1 revision

[##category##] 변환 정보. [wiki:replacer 치환자] 참고

[## ##] : 임의 스트링, TT 출력물

<script> ... </script>
전체 ([## entry count ##])
[## category name ##] ([## entry count ##])
<table name="treeNode"  id="category_[## ##]" cellpadding="0" cellspacing="0"> <!-- 자식이 있는 1단계 카테고리 -->
  <tr>
    <td class="ib" style="width:39px; font-size: 1px; background-image: url('[## tree skin, navi_back_noactive.gif ##]')"><a class="click" onclick="toggleFolder('[## ##]')"><img src="[## tree skin, tab_isclosed.gif ##]" width="39" alt=""/></a></td>
    <td>
      <table cellpadding="0" cellspacing="0" style="background-color: [## tree setting, item bg color ##]">
        <tr>
          <td class="branch3" onclick="[## ##]"><div id="text_[## ##]" style="color: [## tree setting, item color ##]">[## category name ##] <span class="c_cnt">([## entry count ##])</span></div></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<div id="category_[## ##]_children" style="display:none"> <!-- 위 카테고리의 자식들 -->
  <table id="category_[## ##]" name="treeNode" cellpadding="0" cellspacing="0"> <!-- 1 .. 마지막 직전 자식 -->
    <tr>
      <td style="width:39px; font-size: 1px"><img src="[## tree skin, navi_back_active.gif ##]" width="17" height="18" alt=""/><img src="/image/tree/base/tab_treed.gif" width="22" alt=""/></td>
      <td>
        <table onclick="[## ##]" cellpadding="0" cellspacing="0" style="background-color: [## tree setting, item bg color ##]">
          <tr>
            <td class="branch3"><div id="text_14696" style="color: [## tree setting, item color ##]">[## category name ##]<span class="c_cnt">([## entry count ##])</span></div></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <table id="category_[## ##]" name="treeNode" cellpadding="0" cellspacing="0"> <!-- 마지막 자식 -->
    <tr>
      <td style="width:39px; font-size: 1px"><img src="[## tree skin, navi_back_active.gif ##]" width="17" height="18" alt=""/><img src="/image/tree/base/tab_treed_end.gif" width="22" alt=""/></td>
      <td>
        <table onclick="[## ##]" cellpadding="0" cellspacing="0" style="background-color: [## tree setting, item bg color ##]">
          <tr>
            <td class="branch3"><div id="text_14696" style="color: [## tree setting, item color ##]">[## category name ##]<span class="c_cnt">([## entry count ##])</span></div></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</div>
<table name="treeNode"  id="category_[## ##]" cellpadding="0" cellspacing="0"> <!-- 마지막 1단계 카테고리 -->
  <tr>
    <td class="ib" style="width:39px; font-size: 1px; background-image: url('[## tree skin, navi_back_noactive_end.gif ##]')"><a class="click" onclick="toggleFolder('[## ##]')"><img src="[## tree skin, tab_isclosed.gif ##]" width="39" alt=""/></a></td>
  <!-- 적당히 채워지고 -->
  </tr>
</table>
<div id="category_[## ##]_children" style="display:none"> <!-- 위 카테고리의 자식들 -->
<!-- 적당히 -->
</div>
Clone this wiki locally