CARVIEW |
Select Language
HTTP/2 301
server: nginx
date: Fri, 10 Oct 2025 21:20:35 GMT
content-type: text/html
location: https://www.movabletype.jp/documentation/dict/contentsdata/MTContentDataSearchScript.html
HTTP/2 200
server: nginx
date: Fri, 10 Oct 2025 21:20:35 GMT
content-type: text/html
vary: Accept-Encoding
content-encoding: gzip
コンテンツデータ検索用 CGI スクリプトのファイル名を表示 - コンテンツタイプに関するテンプレートタグ逆引き事典 | MovableType.jp - CMSプラットフォーム Movable Type ドキュメントサイト
<MTContentDataSearchScript>
コンテンツデータ検索用 CGI スクリプトのファイル名を表示します。MTCGIPath タグと組み合わせることで、スクリプトにアクセスする URL を生成できます。出力される内容は、ContentDataSearchScript 環境変数の設定値です。未設定時のデフォルト値は mt-cdsearch.cgi です。
記述・出力サンプル
記述
<form action=”<MTCGIPath><MTContentDataSearchScript>” method="post" enctype="application/x-www-form-urlencoded">
</form>