Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

検索ページの定義

検索ページは、1 行 2 列のテーブルで構成されます。左の列には Caché Cinema ロゴを、もう 1 列にはコンテンツを右揃えで表示します。

また、結果表示エリアと検索ページは、水平線で分割されています (<hr> タグを使用)。

—Search.csp—
Search.csp
<html> <head></head>
<body>
<table width="100%" border="0"> <tr>
    <td><img src="CacheCinemaLogo.gif"></td>
    <td align="right"></td> </tr>

</table>
<hr>
</body> </html>
FeedbackOpens in a new tab