January 31, 2005

サブカテゴリーの折り畳み

MT3.12にバージョンアップしてからやりたかったサブカテゴリーを使った
カテゴリーの整理を行いました。

参考にしたサイトは、

サブカテゴリを開閉式にしてみる

正しいのかどうかはわかりませんが、自分なりに表示の方法を少し変えてみました。
もう少し変えたいのですが、自分の実力ではココまでかな?


個別アーカイブと、月別、日別アーカイブには、↓のソースを参考に貼り付けましたが、
カテゴリーアーカイブにはまだ上手く表示されていません。

サブカテゴリー


Main Indexのサイドバーにつけたソースは以下です。

<div class="side">
<script type="text/javascript" language="javascript">
<!--

function shBlock(id){
var disp = document.getElementById(id).style.display;
if (disp == "block") {
document.getElementById(id).style.display= "none";
} else {
document.getElementById(id).style.display= "block";
}
}

//-->
</script>


<MTSubCategories>
<MTSubCatIsFirst></MTSubCatIsFirst>

<MTIfNonZero tag="MTCategoryCount">
<a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><b><MTCategoryLabel></b></a>[<$MTCategoryCount$>]
<MTElse>
<b><MTCategoryLabel></b>
</MTElse>

</MTIfNonZero>
<MTHasSubCategories><a href="javascript:void(0);" onClick="shBlock('cat_<$MTCategoryID$>');">[+]</a>
</MTHasSubCategories>

<div style="display:none" id="cat_<$MTCategoryID$>">
<MTSubCatsRecurse max_depth="3">
</div>
<br />
<MTEntries lastn="3" >
<font size="-1">
└ <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</font>
</MTEntries>

<MTSubCatIsLast></MTSubCatIsLast>
</MTSubCategories>
</div><br />

Posted by Hiro : January 31, 2005 09:30 PM


Add this entry to your bookmark
??å??????????ä???
TarackBack URL
http://herethere.cressel.com/mt/htb-tr2.cgi/862
TarackBack List
MTをいじくり
SUUMARY:
 見た目を少し変えてみました。気づかれないかもしれませんね。その他覚書としてまと...
WEBLOG NAME: LeThanhTon Street Journal
TIME: February 6, 2005 08:52 PM

COMMENTS
Place Your Comment





Address required but will not be shown
(メールアドレスは必須ですが、表示されません)




Remember Name, E-mail, URL ? 

Check to receive E-mail when new comments arrived:
コメントに返信があった場合メールで受け取る: