rebuild-tool.html

「rebuild支援ツール」本体です。

<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>『<$MTBlogName$>』 の rebuild支援ツール</title>
<style>
<!--
input { margin-left: 5px; margin-top: 2px; line-height: 140%; }
-->
</style>
</head>

<body>
<h1>『<$MTBlogName$>』 の rebuild 支援</h1>
<p style="text-align: right;">presented by tsupo.</p>

<p>
Script URL = <$MTBlogURL$> , <$MTScriptURL$> .
<p>

<form method="post" action="<$MTCGIPath$>mt.cgi">

<input class="button" type="button" value="全部 rebuild" onclick="window.open('<$MTCGIPath$>mt.cgi?__mode=rebuild_confirm&blog_id=<$MTBlogID$>&tmpl_id=0');" />
<input class="button" type="button" value="Main Index の rebuild" onclick="window.open('<$MTCGIPath$>mt.cgi?__mode=rebuild_confirm&blog_id=<$MTBlogID$>&tmpl_id=15')" />
<input class="button" type="button" value="RSS 1.0 Index の rebuild" onclick="window.open('<$MTCGIPath$>mt.cgi?__mode=rebuild_confirm&blog_id=<$MTBlogID$>&tmpl_id=23')" /><br />
<input class="button" type="button" value="Stylesheet の rebuild" onclick="window.open('<$MTCGIPath$>mt.cgi?__mode=rebuild_confirm&blog_id=<$MTBlogID$>&tmpl_id=24')" />

<input class="button" type="button" value="ログの閲覧" onclick="window.open('<$MTCGIPath$>mt.cgi?__mode=view_log')" />
<input class="button" type="button" value="ログの削除" onclick="window.open('<$MTCGIPath$>mt.cgi?__mode=reset_log')" />

<br /><br />

<strong>Monthly Archives:</strong> <br />

<MTArchiveList archive_type="Monthly">
<input class="button" type="button" value="Monthly Archive: <$MTArchiveTitle$> の rebuild" onclick="window.open('<$MTCGIPath$>mt-rebuild-monthly.cgi?<MTEntries lastn="1"><$MTEntryID$></MTEntries>')" />
</MTArchiveList>

<br /><br />

<strong>Category Archives:</strong> <br />

<MTCategories>
<input class="button" type="button" value="Category Archive: <$MTCategoryDescription$> の rebuild" onclick="window.open('<$MTCGIPath$>mt-rebuild-category.cgi?<MTEntries lastn="1"><$MTEntryID$></MTEntries>')" />
</MTCategories>

</form>


<form method="get" action="<$MTCGIPath$>mt.cgi">
<strong>Individual Archives: </strong><br />
<input type="hidden" name="__mode" value="rebuild" />
<input type="hidden" name="blog_id" value="<$MTBlogID$>"/>
<input type="hidden" name="type" value="Individual" />
<input type="hidden" name="next" value="0" />

先頭から
<input name="offset" value="0" size="8" style="text-align: right;" />
番目のエントリから
<input name="limit" value="40" size="8" style="text-align: right;" />
個ずつ順に、合計
<input name="total_entries" value="<$MTBlogEntryCount$>" size="8" style="text-align: right;" />
個のエントリを 全部 rebuild

<input type="hidden" name="is_bm" value="" />
<input type="hidden" name="entry_id" value="" />
<input type="hidden" name="is_new" value="" />
<input type="hidden" name="old_status" value="" />

<input type="submit" value="実行" /><br />
[注意: いちばん先頭を <u>0番目</u> とします。<br />
 また、いちばん最初の
 『<strong>ページ Individual から xx - yy まで Rebuild 中...</strong>』
 のメッセージが抜けますが、ちゃんと rebuild は実行されています。]

</form>

</body>
</html>


[「rebuild支援ツール」の説明に戻る]