Last change
on this file since 135 was
121,
checked in by toemon, 16 years ago
|
ブロックオプションのうち$this_templateをポストしていなかったため、オプション変更時にデータずれが発生するバグを修正
|
File size:
519 bytes
|
Rev | Line | |
---|
[119] | 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 *}>
|
---|
[121] | 7 |
|
---|
[119] | 8 | <div class="xpress_block">
|
---|
[121] | 9 | <{$block.err_message}>
|
---|
[119] | 10 | <div class="xpress_search_block">
|
---|
| 11 | <{$block.search}>
|
---|
| 12 | </div>
|
---|
[121] | 13 | </div>
|
---|
Note: See
TracBrowser
for help on using the repository browser.