XPressME Integration Kit

Trac

source: trunk/templates/source/search_block.html @ 119

Last change on this file since 119 was 119, checked in by toemon, 15 years ago

#26 検索ブロックの実装

File size: 516 bytes
Line 
1<{* **************************  usage ****************************
2        The template tag of the following list can be used.
3                <{$block.err_message}>                                  // When the block cannot be displayed, this outputs the reason. Please do not delete it.
4                <{$block.search}>                                               // Displays Search BOX
5   ************************* End of usage ************************ *}>
6<{* Start Template *}>
7<div class="xpress_block">
8        <div class="xpress_search_block">
9                <{$block.err_message}>
10                <{$block.search}>
11        </div>
12</div>
Note: See TracBrowser for help on using the repository browser.