Last change
on this file since 126 was
121,
checked in by toemon, 16 years ago
|
ブロックオプションのうち$this_templateをポストしていなかったため、オプション変更時にデータずれが発生するバグを修正
|
File size:
523 bytes
|
Rev | Line | |
---|
[109] | 1 | <{* ************************** usage ****************************
|
---|
| 2 | The template tag of the following list can be used.
|
---|
[115] | 3 | <{$block.err_message}> // When the block cannot be displayed, this outputs the reason. Please do not delete it.
|
---|
| 4 | <{$block.calender}> // Displays Calender
|
---|
[109] | 5 | ************************* End of usage ************************ *}>
|
---|
| 6 | <{* Start Template *}>
|
---|
[121] | 7 |
|
---|
[115] | 8 | <div class="xpress_block">
|
---|
[121] | 9 | <{$block.err_message}>
|
---|
[115] | 10 | <div class="xpress_calender_block">
|
---|
| 11 | <{$block.calender}>
|
---|
| 12 | </div>
|
---|
[121] | 13 | </div>
|
---|
Note: See
TracBrowser
for help on using the repository browser.